You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SWF::Types::WorkflowExecutionDetail

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains details about a workflow execution.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#execution_configurationTypes::WorkflowExecutionConfiguration

The configuration settings for this workflow execution including timeout values, tasklist etc.

Returns:

#execution_infoTypes::WorkflowExecutionInfo

Information about the workflow execution.

Returns:

#latest_activity_task_timestampTime

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.

Returns:

  • (Time)

    The time when the last activity task was scheduled for this workflow execution.

#latest_execution_contextString

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.

Returns:

  • (String)

    The latest executionContext provided by the decider for this workflow execution.

#open_countsTypes::WorkflowExecutionOpenCounts

The number of tasks for this workflow execution. This includes open and closed tasks of all types.

Returns: