Struct aws_sdk_swf::output::describe_workflow_execution_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DescribeWorkflowExecutionOutput
Implementations
Information about the workflow execution.
Information about the workflow execution.
The configuration settings for this workflow execution including timeout values, tasklist etc.
pub fn set_execution_configuration(
self,
input: Option<WorkflowExecutionConfiguration>
) -> Self
pub fn set_execution_configuration(
self,
input: Option<WorkflowExecutionConfiguration>
) -> Self
The configuration settings for this workflow execution including timeout values, tasklist etc.
The number of tasks for this workflow execution. This includes open and closed tasks of all types.
The number of tasks for this workflow execution. This includes open and closed tasks of all types.
The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.
The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.
The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.
The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.
Consumes the builder and constructs a DescribeWorkflowExecutionOutput
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