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

WorkflowCreateOrUpdateCommand interface

创建或更新工作流有效负载。

属性

actionDag

作 DAG(定向无环图),它定义实际流。

description

工作流的说明。

isEnabled

是否启用工作流。

name

工作流名称。

triggers

它描述工作流将在哪个条件下运行。

属性详细信息

actionDag

作 DAG(定向无环图),它定义实际流。

actionDag?: Record<string, unknown>

属性值

Record<string, unknown>

description

工作流的说明。

description: string

属性值

string

isEnabled

是否启用工作流。

isEnabled: boolean

属性值

boolean

name

工作流名称。

name: string

属性值

string

triggers

它描述工作流将在哪个条件下运行。

triggers: Trigger[]

属性值