class Aws::SWF::Types::WorkflowExecutionDetail

Contains details about a workflow execution.

@!attribute [rw] execution_info

Information about the workflow execution.
@return [Types::WorkflowExecutionInfo]

@!attribute [rw] execution_configuration

The configuration settings for this workflow execution including
timeout values, tasklist etc.
@return [Types::WorkflowExecutionConfiguration]

@!attribute [rw] open_counts

The number of tasks for this workflow execution. This includes open
and closed tasks of all types.
@return [Types::WorkflowExecutionOpenCounts]

@!attribute [rw] latest_activity_task_timestamp

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.
@return [Time]

@!attribute [rw] latest_execution_context

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.
@return [String]

Constants

SENSITIVE