WorkflowEnvelopeProperties interface
Additional workflow properties.
Properties
| files | Gets or sets the files. |
| flow |
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