/AWS1/CL_SWFWORKFLOWEXFAILED00¶
Provides the details of the WorkflowExecutionFailed event.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_dcsntaskcompletedeventid TYPE /AWS1/SWFEVENTID /AWS1/SWFEVENTID¶
The ID of the
DecisionTaskCompletedevent corresponding to the decision task that resulted in theFailWorkflowExecutiondecision to fail this execution. 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 descriptive reason provided for the failure.
iv_details TYPE /AWS1/SWFDATA /AWS1/SWFDATA¶
The details of the failure.
Queryable Attributes¶
reason¶
The descriptive reason provided for the failure.
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.
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 |
decisionTaskCompletedEventId¶
The ID of the
DecisionTaskCompletedevent corresponding to the decision task that resulted in theFailWorkflowExecutiondecision to fail this 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_DCSNTASKCOMPLETEDEVENTID() |
Getter for DECISIONTASKCOMPLETEDEVENTID |