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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb

Overview

Contains details about a workflow execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_configurationTypes::WorkflowExecutionConfiguration

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



5975
5976
5977
5978
5979
5980
5981
5982
5983
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5975

class WorkflowExecutionDetail < Struct.new(
  :execution_info,
  :execution_configuration,
  :open_counts,
  :latest_activity_task_timestamp,
  :latest_execution_context)
  SENSITIVE = []
  include Aws::Structure
end

#execution_infoTypes::WorkflowExecutionInfo

Information about the workflow execution.



5975
5976
5977
5978
5979
5980
5981
5982
5983
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5975

class WorkflowExecutionDetail < Struct.new(
  :execution_info,
  :execution_configuration,
  :open_counts,
  :latest_activity_task_timestamp,
  :latest_execution_context)
  SENSITIVE = []
  include Aws::Structure
end

#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)


5975
5976
5977
5978
5979
5980
5981
5982
5983
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5975

class WorkflowExecutionDetail < Struct.new(
  :execution_info,
  :execution_configuration,
  :open_counts,
  :latest_activity_task_timestamp,
  :latest_execution_context)
  SENSITIVE = []
  include Aws::Structure
end

#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)


5975
5976
5977
5978
5979
5980
5981
5982
5983
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5975

class WorkflowExecutionDetail < Struct.new(
  :execution_info,
  :execution_configuration,
  :open_counts,
  :latest_activity_task_timestamp,
  :latest_execution_context)
  SENSITIVE = []
  include Aws::Structure
end

#open_countsTypes::WorkflowExecutionOpenCounts

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



5975
5976
5977
5978
5979
5980
5981
5982
5983
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5975

class WorkflowExecutionDetail < Struct.new(
  :execution_info,
  :execution_configuration,
  :open_counts,
  :latest_activity_task_timestamp,
  :latest_execution_context)
  SENSITIVE = []
  include Aws::Structure
end