get-convex / get-convex/workflow

Add an API for composing workflows

Open
#27 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.