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

Class: Aws::SWF::Types::ChildWorkflowExecutionTerminatedEventAttributes

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

Overview

Provides the details of the ChildWorkflowExecutionTerminated event.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#initiated_event_idInteger

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Returns:

  • (Integer)

    The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.

#started_event_idInteger

The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Returns:

  • (Integer)

    The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started.

#workflow_executionTypes::WorkflowExecution

The child workflow execution that was terminated.

Returns:

#workflow_typeTypes::WorkflowType

The type of the child workflow execution.

Returns: