Skip to content
Discussion options

You must be logged in to vote

We're planning to support child workflows. Essentially, you'd be able to call a workflow within another workflow, and have retrying semantics, etc. exactly as you mentioned. So you steps are always leaf nodes in your orchestrations (since steps leave the "deterministic/replayable" workflow nature), but you can compose workflows within workflows.

Currently, yeah, it's kinda a "no op" so your child workflow just runs in the parent workflow

We're already writing workflow code at Vercel right now in a way that assumes child workflows exist, so that once we ship that, it all "just works"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pranaygp
Comment options

Answer selected by pranaygp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants