get-convex / get-convex/workflow
Add an API for composing workflows
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 81
- Forks
- 17
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 4
Description
```ts
export const parentWorkflow = workflow.define({
handler: async (step) => {
await step.runWorkflow(internal.example.childWorkflow, childWorkflowArgs)
}
})
```
If the parent workflow is canceled, every child workflow should be canceled.
Contributor guide
Assessment
This issue has not been assessed yet.