Share via


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. NOTE: This property will not be serialized. It can only be populated by the server.

message

The message providing additional context for the status value. May be empty, or contain diagnostic information in the case of a failure. NOTE: This property will not be serialized. It can only be populated by the server.

startTime

The timestamp for when processing of the step began, in ISO 8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

status

The status of the step. A value of Completed or Failed indicates a terminal state for the step. NOTE: This property will not be serialized. It can only be populated by the server.

stepName

The name for the step. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

endTime

The timestamp for when processing of the step reached its terminal state, in ISO 8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

Property Value

string

startTime

The timestamp for when processing of the step began, in ISO 8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: string

Property Value

string

status

The status of the step. A value of Completed or Failed indicates a terminal state for the step. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string

stepName

The name for the step. NOTE: This property will not be serialized. It can only be populated by the server.

stepName?: string

Property Value

string