You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to camunda BPM users
Hi,
In our process we need the feature of "Undo Last Task". Here is the details of the requirement..
Suppose we have UserTask1 followed by UserTask2 (UserTask1->UserTask2) & currently the workflow is in UserTask2. On performing "Undo Last Task" action, the workflow should go back to UserTask1 & should automatically get assigned to previous assignee of "userTask1". This should work fine even if there are gateways in between two tasks.
Please let me know your comments/suggestion on the possible ways to implement this feature.
This feature is needed in multiple tasks (though not all tasks) in the process diagram. So can this be achieved by using a generic sub-process to undo last task. Let me know your suggestions.
Thanks in Advance.
Regards, Gnanadurai Moses
Sebastian Stamm
unread,
Feb 26, 2016, 7:42:15 AM2/26/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to camunda BPM users
Hi Gnanadurai Moses,
you could have a look at the Process Instance Modification feature[1]. With that you can manipulate the state a process instance is in.