danielgerlag / danielgerlag/workflow-es
Workflow never resumed after waitFor
- Dominant language
- TypeScript
- Stars
- 218
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
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 results in hanging because invoking `publishEvent` does not result in resuming the execution, here are the log:
```
Started workflow: d63f961b0d715
LogMessage: Waiting for event... d63f961b0d715
Pinging d63f961b0d715
Got ping, sending event
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.