Module execution

Module execution 

Source
Expand description

Defines additional types related to Execution.

Modules§

stack_trace_element
Defines additional types related to StackTraceElement.
state_error
Defines additional types related to StateError.
status
Defines additional types related to Status.

Structs§

Error
Error describes why the execution was abnormally terminated.
StackTrace
A collection of stack elements (frames) where an error occurred.
StackTraceElement
A single stack element (frame) where an error occurred.
StateError
Describes an error related to the current state of the Execution resource.
Status
Represents the current status of this execution.

Enums§

CallLogLevel
Describes the level of platform logging to apply to calls and call responses during workflow executions.
State
Describes the current state of the execution. More states might be added in the future.