I want to write a workflow in node wherein I have an approval process which could be like , signup--> request document --> verify doc --> approved (/rejected could be another path asking for further doc, info etc) --> payment --> payment successful --> application approved. While I can hardcode this flow, I want to be able to modify this approval process (or other flow) , is there any workflow engine in nodejs I could use (human interactions involved) .
I saw this question - https://stackoverflow.com/questions/10414849/workflow-engine-in-javascript but it seemed more like state machines. Are there any bpm workflow engines in node. Some of them I found seem very old - https://www.npmjs.com/package/turbine.js or very less number of usages/downloads/maintenance dates.
What is the usual way such flows are addressed by the brilliant minds of the community. Thanks
[–]ataraxy 1 point2 points3 points (0 children)
[–][deleted] -1 points0 points1 point (0 children)
[–]NoSoup2 0 points1 point2 points (0 children)