How to return to the specified node?

I just noticed a post relating to something similar. @felix-mueller suggested using the process instance modification API in this post to move the process to a point where you would normally not be able to get to from the regular process flow. I would prefer that approach over a database modification any time, since the API will make sure the state in the database is correct for the engine.

4 Likes