Struct aws_sdk_swf::model::workflow_execution_info::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for WorkflowExecutionInfo
Implementations
The workflow execution this information is about.
The workflow execution this information is about.
The type of the workflow execution.
The type of the workflow execution.
The time when the execution was started.
The time when the execution was started.
The time when the workflow execution was closed. Set only if the execution status is CLOSED.
The time when the workflow execution was closed. Set only if the execution status is CLOSED.
The current status of the execution.
The current status of the execution.
If the execution status is closed then this specifies how the execution was closed:
-
COMPLETED
– the execution was successfully completed. -
CANCELED
– the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed. -
TERMINATED
– the execution was force terminated. -
FAILED
– the execution failed to complete. -
TIMED_OUT
– the execution did not complete in the alloted time and was automatically timed out. -
CONTINUED_AS_NEW
– the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow.
If the execution status is closed then this specifies how the execution was closed:
-
COMPLETED
– the execution was successfully completed. -
CANCELED
– the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed. -
TERMINATED
– the execution was force terminated. -
FAILED
– the execution failed to complete. -
TIMED_OUT
– the execution did not complete in the alloted time and was automatically timed out. -
CONTINUED_AS_NEW
– the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow.
If this workflow execution is a child of another execution then contains the workflow execution that started this execution.
If this workflow execution is a child of another execution then contains the workflow execution that started this execution.
Appends an item to tag_list
.
To override the contents of this collection use set_tag_list
.
The list of tags associated with the workflow execution. Tags can be used to identify and list workflow executions of interest through the visibility APIs. A workflow execution can have a maximum of 5 tags.
The list of tags associated with the workflow execution. Tags can be used to identify and list workflow executions of interest through the visibility APIs. A workflow execution can have a maximum of 5 tags.
Set to true if a cancellation is requested for this workflow execution.
Set to true if a cancellation is requested for this workflow execution.
Consumes the builder and constructs a WorkflowExecutionInfo
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more