Skip to content

remora-monorepo


remora-monorepo / lib / GenerateWorkflowResult

Type Alias: GenerateWorkflowResult

GenerateWorkflowResult = GenerateWorkflowSuccess | GenerateWorkflowFailure

Defined in: packages/core/src/generator/index.ts:135

The result of generating a workflow via LLM. This is a discriminated union on the success field: when success is true, workflow is guaranteed non-null and failureCode/failureMessage are undefined; when success is false, workflow is null and both failure fields are populated.