WorkflowCreateOrUpdateCommand interface
Create or update workflow payload.
Properties
| action |
The action DAG(Directed Acyclic Graph), it defines actual flow. |
| description | Description of a workflow. |
| is |
Whether the workflow enabled or not. |
| name | The workflow name. |
| triggers | It describes under what condition a workflow will run. |
Property Details
actionDag
The action DAG(Directed Acyclic Graph), it defines actual flow.
actionDag?: Record<string, unknown>
Property Value
Record<string, unknown>
description
Description of a workflow.
description: string
Property Value
string
isEnabled
Whether the workflow enabled or not.
isEnabled: boolean
Property Value
boolean
name
The workflow name.
name: string
Property Value
string