WorkflowRun interface

Properties

lastRunAt

The timestamp of the last workflow run. NOTE: This property will not be serialized. It can only be populated by the server.

succeeded

Describes if the workflow run succeeded. NOTE: This property will not be serialized. It can only be populated by the server.

workflowRunStatus

Describes the status of the workflow run

workflowRunURL

URL to the run of the workflow. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

lastRunAt

The timestamp of the last workflow run. NOTE: This property will not be serialized. It can only be populated by the server.

lastRunAt?: Date

Property Value

Date

succeeded

Describes if the workflow run succeeded. NOTE: This property will not be serialized. It can only be populated by the server.

succeeded?: boolean

Property Value

boolean

workflowRunStatus

Describes the status of the workflow run

workflowRunStatus?: string

Property Value

string

workflowRunURL

URL to the run of the workflow. NOTE: This property will not be serialized. It can only be populated by the server.

workflowRunURL?: string

Property Value

string