danielgerlag / workflow-core

Lightweight workflow engine for .NET Standard
MIT License
5.4k stars 1.2k forks source link

Can I use the library to implement a fallback mechanism? #1243

Open codecodecookie opened 9 months ago

codecodecookie commented 9 months ago

I want to use this library to use json primitives to achieve an approval/return effect, but I can only do business functions, can not make the current process node back to the previous node, or even earlier nodes. What should I do