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

Class: Aws::SWF::Types::WorkflowExecutionTimedOutEventAttributes

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

Overview

Provides the details of the WorkflowExecutionTimedOut event.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#child_policyString

The policy used for the child workflow executions of this workflow execution.

The supported child policies are:

  • TERMINATE – The child executions are terminated.

  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.

  • ABANDON – No action is taken. The child executions continue to run.

    Possible values:

    • TERMINATE
    • REQUEST_CANCEL
    • ABANDON

Returns:

  • (String)

    The policy used for the child workflow executions of this workflow execution.

#timeout_typeString

The type of timeout that caused this event.

Possible values:

  • START_TO_CLOSE

Returns:

  • (String)

    The type of timeout that caused this event.