Share via


WorkflowRunMetadataOutput interface

The execution of a workflow. It includes status of the entire run and other properties of a run.

Properties

cancelComment

The comment when cancel a workflow run.

cancelTime

The time of workflow run be canceled.

endTime

The time of workflow run completed.

id

The workflow run id.

Value may contain a UUID

requestor

The person who submitted the user request.

Value may contain a UUID

runPayload

The input of a workflow run. Align with operation in user request.

startTime

Workflow run start time.

status

The status.

userRequestId

The user request id.

Value may contain a UUID

workflowId

The workflow id.

Value may contain a UUID

Property Details

cancelComment

The comment when cancel a workflow run.

cancelComment?: string

Property Value

string

cancelTime

The time of workflow run be canceled.

cancelTime?: string

Property Value

string

endTime

The time of workflow run completed.

endTime?: string

Property Value

string

id

The workflow run id.

Value may contain a UUID

id: string

Property Value

string

requestor

The person who submitted the user request.

Value may contain a UUID

requestor: string

Property Value

string

runPayload

The input of a workflow run. Align with operation in user request.

runPayload: WorkflowRunPayloadOutput

Property Value

startTime

Workflow run start time.

startTime: string

Property Value

string

status

The status.

status: "InProgress" | "Failed" | "Completed" | "NotStarted" | "Canceling" | "CancellationFailed" | "Canceled"

Property Value

"InProgress" | "Failed" | "Completed" | "NotStarted" | "Canceling" | "CancellationFailed" | "Canceled"

userRequestId

The user request id.

Value may contain a UUID

userRequestId?: string

Property Value

string

workflowId

The workflow id.

Value may contain a UUID

workflowId: string

Property Value

string