Share via


WorkflowMetadataOutput interface

The workflow metadata, action DAGs are not included.

Properties

createdBy

The person who created the workflow.

createdTime

The created time of workflow.

description

Description of a workflow.

id

The id of workflow.

Value may contain a UUID

isEnabled

Whether the workflow is enabled or not.

lastUpdateTime

The last update time.

name

The name of a workflow.

triggers

It describes under what condition a workflow will run.

updatedBy

The person who updated the workflow.

Property Details

createdBy

The person who created the workflow.

createdBy?: string

Property Value

string

createdTime

The created time of workflow.

createdTime?: string

Property Value

string

description

Description of a workflow.

description: string

Property Value

string

id

The id of workflow.

Value may contain a UUID

id: string

Property Value

string

isEnabled

Whether the workflow is enabled or not.

isEnabled: boolean

Property Value

boolean

lastUpdateTime

The last update time.

lastUpdateTime?: string

Property Value

string

name

The name of a workflow.

name: string

Property Value

string

triggers

It describes under what condition a workflow will run.

triggers: TriggerOutput[]

Property Value

updatedBy

The person who updated the workflow.

updatedBy?: string

Property Value

string