/AWS1/CL_SWFCHILDWORKFLOWEXF00¶
Provides the details of the ChildWorkflowExecutionFailed event.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_workflowexecution TYPE REF TO /AWS1/CL_SWFWORKFLOWEXECUTION /AWS1/CL_SWFWORKFLOWEXECUTION¶
The child workflow execution that failed.
io_workflowtype TYPE REF TO /AWS1/CL_SWFWORKFLOWTYPE /AWS1/CL_SWFWORKFLOWTYPE¶
The type of the child workflow execution.
iv_initiatedeventid TYPE /AWS1/SWFEVENTID /AWS1/SWFEVENTID¶
The ID of the
StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutionDecision 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
ChildWorkflowExecutionStartedevent 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.
Optional arguments:¶
iv_reason TYPE /AWS1/SWFFAILUREREASON /AWS1/SWFFAILUREREASON¶
The reason for the failure (if provided).
iv_details TYPE /AWS1/SWFDATA /AWS1/SWFDATA¶
The details of the failure (if provided).
Queryable Attributes¶
workflowExecution¶
The child workflow execution that failed.
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 |
reason¶
The reason for the failure (if provided).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON has a value |
details¶
The details of the failure (if provided).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DETAILS() |
Getter for DETAILS, with configurable default |
ASK_DETAILS() |
Getter for DETAILS w/ exceptions if field has no value |
HAS_DETAILS() |
Determine if DETAILS has a value |
initiatedEventId¶
The ID of the
StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutionDecision 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
ChildWorkflowExecutionStartedevent 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 |