Skip to content

Add an API for composing workflows #27

@benjavicente

Description

@benjavicente
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions