Reopen process

a process finished in the flow has to return it to the flow

Hi @MarceloCP,

Have a look at below docs

https://docs.camunda.org/manual/latest/user-guide/process-engine/process-engine-concepts/#start-a-process-instance-at-any-set-of-activities

You don’t have the option I need, the process is no longer being executed, I thought about modifying it through the database but the bank is very confused. For processes in progress I can change tasks but the finished ones cannot. Thank you anyway.

Hi @MarceloCP,

But you still can restart it from a specific point and with a provided set of variables.

I will analyze this option to start from a further point in the process. Thanks again