workflow-es
workflow-es copied to clipboard
Workflow / durable task library for Node.js (or modern browsers)
I'm pretty new to workflow concepts and trying to implement few long running processes. I'm trying to understand two things. **Resuming the workflow** I want the workflow to be triggered...
Bumps [redis](https://github.com/NodeRedis/node-redis) from 2.8.0 to 3.1.1. Release notes Sourced from redis's releases. V3.1.1 Enhancements Upgrade node and dependencies (#1578) Fixes Fix a potential exponential regex in monitor mode (#1595) v3.1.0...
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 2.2.36 to 3.6.1. Release notes Sourced from mongodb's releases. v3.6.1 The MongoDB Node.js team is pleased to announce version 3.6.1 of the driver Release Highlights Kerberos A...
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 2.2.36 to 3.6.1. Release notes Sourced from mongodb's releases. v3.6.1 The MongoDB Node.js team is pleased to announce version 3.6.1 of the driver Release Highlights Kerberos A...
When publishing an `eventDate`, make `eventTime` optional parameter and treat it so that event available any moment subscription exists. As we remove only successfuly processed events this event will stay...
How do set max retry count? I have a requirement that I need to do 3 reties before concluding the step as error.
Hi, It seems that when I set the output for a "waitFor" step, the output function is being called twice; Execution log: Started workflow: c41127b43cef0 Waiting for event... **event function**...
Sometimes we are receiving null data on getRunnableEvents due to some other reason. I have no idea why that is happening. Probably some check inside the function will help the...
Provides configurability on background workers. Unfortunately one can not use `IBackgroundWorker` collection anymore, due to inability to distinguish when using `useXXWorker` invocation Addresses #41
Workflow never resumed after waitFor Based on an example in https://github.com/danielgerlag/workflow-es/blob/master/samples/node.js/typescript/04-events.ts Node v12.11.1 Typescript: 3.5.1 workflow-es: "^2.3.5" Source code: https://github.com/huksley/workflow-runner Reproducing: ``` yarn install yarn build node build/src/main.js ``` This...