Skip to main content
Hi,

We have requirement that originator of the task should be able to cancel the open task. We are using workspace for displaying user assigned task. and from workspace report, user can view the status of the task.

Is there any functionality by which originator can cancel the active task which is assigned to different user?

Thanks,
Paresh
We have to build our own recall facility by assigning an admin ID to the destination of the activities that can be recalled while preserving the originator's userID in a separate Process Data field.

In the recall screen use K2ROM that runs under Admin ID in the app pool to filter on the originator's ID = logged on user ID, and the recall button would use GotoActivity to go back to the "Recall" activity in your process.

We have the same the requirement where the document admin should be able to open the task of the assigned user and cancel the user task.We are using aspx pages for Complete/Cancel the task. Please provide a code snippet for creating adminID(for tasks) and K2ROM code for accessing the task by admin and update.


We are using  K2.NET 2003, Aspx pages.


I appreciate your help...Please do provide a code snippet...


Thanks


Skumar


Reply