StepState interface

StepState represents the state of a step in an action.

Properties

endTime

The timestamp for when processing of the step reached its terminal state, in ISO 8601 format.

message

The message providing additional context for the status value. May be empty, or contain diagnostic information in the case of a failure.

startTime

The timestamp for when processing of the step began, in ISO 8601 format.

status

The status of the step. A value of Completed or Failed indicates a terminal state for the step.

stepName

The name for the step.

Property Details

endTime

The timestamp for when processing of the step reached its terminal state, in ISO 8601 format.

endTime?: string

Property Value

string

message

The message providing additional context for the status value. May be empty, or contain diagnostic information in the case of a failure.

message?: string

Property Value

string

startTime

The timestamp for when processing of the step began, in ISO 8601 format.

startTime?: string

Property Value

string

status

The status of the step. A value of Completed or Failed indicates a terminal state for the step.

status?: string

Property Value

string

stepName

The name for the step.

stepName?: string

Property Value

string