Skip to content

theazo@0.1.7

Choose a tag to compare

@github-actions github-actions released this 04 Jul 08:50
· 6 commits to main since this release
3a45f0c

Patch Changes

  • 42bec38: Add workflow wait step type and workflows.resumeRun(). A wait step pauses a run until an external event is delivered (with optional timeout/onTimeout), and resumeRun(runId, { event, payload }) resumes it by delivering that event. Exposed on the workflow builder via .wait(id, { event, timeout?, onTimeout?, dependsOn? }).