WorkflowParallelSnapshot
interface exported by @mwillbanks/tuil-workflow.
interface
Public interface exported by @mwillbanks/tuil-workflow.
export interface WorkflowParallelSnapshot {
readonly id: string;
readonly stepId: string;
readonly status: "running" | "succeeded" | "failed" | "cancelled";
readonly error?: string;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
id | string | Yes | The id member uses the string contract. | — |
stepId | string | Yes | The stepId member uses the string contract. | — |
status | "running" | "cancelled" | "failed" | "succeeded" | Yes | The status member uses the "running" | "cancelled" | "failed" | "succeeded" contract. | — |
error | string | undefined | No | The error member uses the string | undefined contract. | — |
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
No package-local related types.
Source
View the secondary source reference