/AWS1/CL_SWFWORKFLOWEXCMPDEV00¶
Provides the details of the WorkflowExecutionCompleted
event.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_dcsntaskcompletedeventid
TYPE /AWS1/SWFEVENTID
/AWS1/SWFEVENTID
¶
The ID of the
DecisionTaskCompleted
event corresponding to the decision task that resulted in theCompleteWorkflowExecution
decision to complete 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_result
TYPE /AWS1/SWFDATA
/AWS1/SWFDATA
¶
The result produced by the workflow execution upon successful completion.
Queryable Attributes¶
result¶
The result produced by the workflow execution upon successful completion.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESULT() |
Getter for RESULT, with configurable default |
ASK_RESULT() |
Getter for RESULT w/ exceptions if field has no value |
HAS_RESULT() |
Determine if RESULT has a value |
decisionTaskCompletedEventId¶
The ID of the
DecisionTaskCompleted
event corresponding to the decision task that resulted in theCompleteWorkflowExecution
decision to complete 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 |