Skip to main content

Interface: GetStatus

Defined in: packages/core/src/application/use-cases/get-status.ts:117

Loads a change and reports its current lifecycle state and artifact statuses.

The result exposes both the persisted artifact/file state and the dependency-aware effective status used for legacy lifecycle explanations.

Methods

execute()

execute(input): Promise<GetStatusResult>

Defined in: packages/core/src/application/use-cases/get-status.ts:148

Executes the use case.

Parameters

input

GetStatusInput

Query parameters

Returns

Promise<GetStatusResult>

The change and its artifact statuses

Throws

If no change with the given name exists