How to re-instantiate an accidentally completed task?

When a user accidentally finishes their task, I need to be able to ‘undo’ this action, that is, cancel the process executions after the task has finished and re-open the task completed.

You can use the process instance modification API if the process is still active, or if the process has since finished you can restart it from the position in the process you want.

1 Like

Thank you @Niall Niall. Worked perfectly.

1 Like

But the data in the process (variable values) might have changed compared to what they were before the task was completed.

1 Like