workflow-es
workflow-es copied to clipboard
Workflow / durable task library for Node.js (or modern browsers)
Do you know of / can you point me to any examples of workflow-es being used in an Angular app? Clearly the TS would enable that, but we are about...
Thank you for this great work - will be downloading and using soon. Appreciate the effort, docs, and clean code. FWIW: +1 on a generic RDBMS (e.g., JDBC) connector for...
We have an requirement that users should be notified on workflow start and completed. @danielgerlag `afterWorkflowIteration `function on workflow-step-base is executed before `determineNextExecutionTime`. So, we don't get status of workflow...
I need to run few set of steps in sequentially inside for-each. Current ForEach step is parallel step. Sometimes I might need to load the collection dynamically (based on external...
Hi, How to implement async step body... the system crashes when i add await to step body....
 Sounds like it's related to https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#typescript-24 without digging into it much.
Add a feature to load workflow definitions from a `json` file instead of defining them in code.
I really like this open source project, will it be updated?