Package version:

Interface WorkflowEnvelopeProperties

Additional workflow properties.

interface WorkflowEnvelopeProperties {
    files?: Record<string, unknown>;
    flowState?: string;
    health?: WorkflowHealth;
}

Properties

files?: Record<string, unknown>

Gets or sets the files.

flowState?: string

Gets or sets the state of the workflow.

Gets or sets workflow health.