WorkflowOutput interface
The workflow properties. It includes the triggers, actual flow and other properties of a workflow.
- Extends
Properties
| action |
The action DAG(Directed Acyclic Graph), it defines steps to be executed in a workflow run and their order. |
Inherited Properties
| created |
The person who created the workflow. |
| created |
The created time of workflow. |
| description | Description of a workflow. |
| id | The id of workflow. Value may contain a UUID |
| is |
Whether the workflow is enabled or not. |
| last |
The last update time. |
| name | The name of a workflow. |
| triggers | It describes under what condition a workflow will run. |
| updated |
The person who updated the workflow. |
Property Details
actionDag
The action DAG(Directed Acyclic Graph), it defines steps to be executed in a workflow run and their order.
actionDag: Record<string, unknown>
Property Value
Record<string, unknown>
Inherited Property Details
createdBy
The person who created the workflow.
createdBy?: string
Property Value
string
Inherited From WorkflowMetadataOutput.createdBy
createdTime
The created time of workflow.
createdTime?: string
Property Value
string
Inherited From WorkflowMetadataOutput.createdTime
description
Description of a workflow.
description: string
Property Value
string
Inherited From WorkflowMetadataOutput.description
id
The id of workflow.
Value may contain a UUID
id: string
Property Value
string
Inherited From WorkflowMetadataOutput.id
isEnabled
Whether the workflow is enabled or not.
isEnabled: boolean
Property Value
boolean
Inherited From WorkflowMetadataOutput.isEnabled
lastUpdateTime
The last update time.
lastUpdateTime?: string
Property Value
string
Inherited From WorkflowMetadataOutput.lastUpdateTime
name
The name of a workflow.
name: string
Property Value
string
Inherited From WorkflowMetadataOutput.name
triggers
It describes under what condition a workflow will run.
triggers: TriggerOutput[]
Property Value
Inherited From WorkflowMetadataOutput.triggers
updatedBy
The person who updated the workflow.
updatedBy?: string
Property Value
string
Inherited From WorkflowMetadataOutput.updatedBy