Compartir a través de


WorkflowEnvelopeProperties interface

Additional workflow properties.

Properties

files

Gets or sets the files.

flowState

Gets or sets the state of the workflow.

health

Gets or sets workflow health.

Property Details

files

Gets or sets the files.

files?: {[propertyName: string]: Record<string, unknown>}

Property Value

{[propertyName: string]: Record<string, unknown>}

flowState

Gets or sets the state of the workflow.

flowState?: string

Property Value

string

health

Gets or sets workflow health.

health?: WorkflowHealth

Property Value