NAME
Paws::SimpleWorkflow::WorkflowExecutionDetail
ATTRIBUTES
REQUIRED ExecutionConfiguration => Paws::SimpleWorkflow::WorkflowExecutionConfiguration
The configuration settings for this workflow execution including timeout values, tasklist etc.
REQUIRED ExecutionInfo => Paws::SimpleWorkflow::WorkflowExecutionInfo
Information about the workflow execution.
LatestActivityTaskTimestamp => Str
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.
LatestExecutionContext => Str
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.
REQUIRED OpenCounts => Paws::SimpleWorkflow::WorkflowExecutionOpenCounts
The number of tasks for this workflow execution. This includes open and closed tasks of all types.