Skip to main content

types.State-types_ExecutionDesiredState

details object

Details is a map of additional details about the state.

property name*string
messagestring

Message is a human readable message describing the state.

state_typetypes.ExecutionDesiredState (string)

StateType is the current state of the object.

Possible values: [pending, running, stopped]

types.State-types_ExecutionDesiredState
{
"details": {},
"message": "string",
"state_type": "pending"
}