How to set the completed task to active to achieve the rollback in flowable

Hi,
I am trying to do the rollback option with flowable.
I am trying to set the completed task to active to achieve the rollback.
Is there a way to do it? Or Deleting the affected tasks and changing the task status to active again would do. Please suggest!

Thanks,
Esther.

Can you elaborate on what ‘rollback’ your talking about here? Transactional rollback? Using compensation in BPMN? Or something else? Can you share your model?

Hi Joram,

Rollback means, if ever I want to re-do a particular user task because of wrong data or some other concerns, I can still go back to previous state. This is supported in K2 by “Go to Activity” option. I have completed this option by recreating the task again if the user selected option is “Rollback”. But However, I read some articles that this would be introduced in Flowable new version. Looks like its not happened so far.

Thanks,
Esther.

It is, check the ‘process instance migration’ API.