你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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