How to use another way to implements a rollback flow using Workflow Core Library?

15 Views Asked by At

I use json define workflow like the following picture:

enter image description here

But when the steps nodes become more and more,the decision branch may not be a good solution(because more and more repetitive json code).

So I want another way to realize the process with rollback function. Who can tell me another way to use the WorkflowCore library to achieve my purpose? I'll be deeply grateful!

0

There are 0 best solutions below