Skip to main content

Interface: AvailableStep

Defined in: packages/core/src/application/use-cases/compile-context.ts:127

A workflow step with its availability status.

Properties

available

readonly available: boolean

Defined in: packages/core/src/application/use-cases/compile-context.ts:131

Whether the step is currently available.


blockingArtifacts

readonly blockingArtifacts: readonly string[]

Defined in: packages/core/src/application/use-cases/compile-context.ts:133

Artifact IDs blocking the step (empty if available).


step

readonly step: string

Defined in: packages/core/src/application/use-cases/compile-context.ts:129

The step name (e.g. 'designing', 'implementing').