WorkflowCreateOrUpdateCommand interface
创建或更新工作流有效负载。
属性
| action |
作 DAG(定向无环图),它定义实际流。 |
| description | 工作流的说明。 |
| is |
是否启用工作流。 |
| name | 工作流名称。 |
| triggers | 它描述工作流将在哪个条件下运行。 |
属性详细信息
actionDag
作 DAG(定向无环图),它定义实际流。
actionDag?: Record<string, unknown>
属性值
Record<string, unknown>
description
工作流的说明。
description: string
属性值
string
isEnabled
是否启用工作流。
isEnabled: boolean
属性值
boolean
name
工作流名称。
name: string
属性值
string