Rolback in workflow

0
Hello everyone,   I am currently working on a project that involves multiple steps in a workflow, and I would like to know if :   it is possible to go back to a previous step in case of an error or if there is a need to modify certain data. (the possibility of rolling back from one step to another within the same process.) in a situation where I have two processes, A and B, and where process A launches process B at a well-defined step. My question is: is it possible to rollback process B to process A just before the step that initiates process B?   Thank you in advance for your help and advice.
asked
1 answers
1

Said,

I don’t think you can ‘rollback’ a workflow.  However, you can build workflow logic that jumps to a previous step.  I have built workflows that jump ‘back’ to a prior step based on the outcome of the current step  Maybe that will help you do what you need to do.  Documentation can be found here:  https://docs.mendix.com/refguide/jump-to/

Mike

answered