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?: Record<string, unknown>
Property Value
Record<string, unknown>
flowState
Gets or sets the state of the workflow.
flowState?: string
Property Value
string