Skip to content

remora-monorepo


remora-monorepo / lib / WorkflowDefinition

Type Alias: WorkflowDefinition

WorkflowDefinition = typeof workflowDefinitionSchema.infer

Defined in: packages/core/src/types.ts:255

A complete workflow definition. Contains an initial step ID and an ordered list of steps. Execution flow is determined by each step's nextStepId and branching/looping logic, not by the order of steps in the array.