workflow-es icon indicating copy to clipboard operation
workflow-es copied to clipboard

Workflow / durable task library for Node.js (or modern browsers)

Results 29 workflow-es issues
Sort by recently updated
recently updated
newest added

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....

![lalpbbcc1w-lyabnauznbpw_1692_332](https://user-images.githubusercontent.com/11203929/36653294-1ab34968-1aef-11e8-8819-ff209ec2d30e.png) 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.

enhancement

I really like this open source project, will it be updated?