danielgerlag / workflow-core

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

How can I define UserTask using JSON file? #1237

Open codecodecookie opened 9 months ago

codecodecookie commented 9 months ago

I need to implement an approval type process, but the process is dynamic and variable, so I need to use JSON files to define user activities, but I have not been able to use usertask in JSONprimitives, any examples of this can be used for reference, would you be grateful。

codecodecookie commented 9 months ago

The follow picture is that my JSON file for implements a recur flow,but my input or stopcondition setting has some error ,lead to that start workflow but recur step not work,who can tell me how to fix it , thanks in advance image

image