Process modification - signal catch event roll back

foo

So, I have this situation, signal catch event was triggered and it went to the end event. Now I want to roll it back so I can complete the “foo” task. I guess it’s possible with API and if so which method will be best for it? Or are there any other easier methods for doing this?

Thanks!

Hi @Georgioss_Nigalidze,

the process instance is ended, you have to restart it.

Have a look at the docs for more details: Process Instance Restart | docs.camunda.org

Hope this helps, Ingo