theazo@0.1.7
·
6 commits
to main
since this release
Patch Changes
- 42bec38: Add workflow
waitstep type andworkflows.resumeRun(). Awaitstep pauses a run until an external event is delivered (with optionaltimeout/onTimeout), andresumeRun(runId, { event, payload })resumes it by delivering that event. Exposed on the workflow builder via.wait(id, { event, timeout?, onTimeout?, dependsOn? }).