Skip to content

/AWS1/CL_SWFCHILDWORKFLOWEXT00

Provides the details of the ChildWorkflowExecutionTimedOut event.

CONSTRUCTOR

IMPORTING

Required arguments:

io_workflowexecution TYPE REF TO /AWS1/CL_SWFWORKFLOWEXECUTION /AWS1/CL_SWFWORKFLOWEXECUTION

The child workflow execution that timed out.

io_workflowtype TYPE REF TO /AWS1/CL_SWFWORKFLOWTYPE /AWS1/CL_SWFWORKFLOWTYPE

The type of the child workflow execution.

iv_timeouttype TYPE /AWS1/SWFWORKFLOWEXECTMOUTTYPE /AWS1/SWFWORKFLOWEXECTMOUTTYPE

The type of the timeout that caused the child workflow execution to time out.

iv_initiatedeventid TYPE /AWS1/SWFEVENTID /AWS1/SWFEVENTID

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.

iv_startedeventid TYPE /AWS1/SWFEVENTID /AWS1/SWFEVENTID

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.


Queryable Attributes

workflowExecution

The child workflow execution that timed out.

Accessible with the following methods

Method Description
GET_WORKFLOWEXECUTION() Getter for WORKFLOWEXECUTION

workflowType

The type of the child workflow execution.

Accessible with the following methods

Method Description
GET_WORKFLOWTYPE() Getter for WORKFLOWTYPE

timeoutType

The type of the timeout that caused the child workflow execution to time out.

Accessible with the following methods

Method Description
GET_TIMEOUTTYPE() Getter for TIMEOUTTYPE, with configurable default
ASK_TIMEOUTTYPE() Getter for TIMEOUTTYPE w/ exceptions if field has no value
HAS_TIMEOUTTYPE() Determine if TIMEOUTTYPE has a value

initiatedEventId

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.

Accessible with the following methods

Method Description
GET_INITIATEDEVENTID() Getter for INITIATEDEVENTID

startedEventId

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.

Accessible with the following methods

Method Description
GET_STARTEDEVENTID() Getter for STARTEDEVENTID