/AWS1/CL_SWFEXTERNALWORKFLOW01¶
Provides the details of the ExternalWorkflowExecutionCancelRequested
event.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
io_workflowexecution
TYPE REF TO /AWS1/CL_SWFWORKFLOWEXECUTION
/AWS1/CL_SWFWORKFLOWEXECUTION
¶
The external workflow execution to which the cancellation request was delivered.
iv_initiatedeventid
TYPE /AWS1/SWFEVENTID
/AWS1/SWFEVENTID
¶
The ID of the
RequestCancelExternalWorkflowExecutionInitiated
event corresponding to theRequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
Queryable Attributes¶
workflowExecution¶
The external workflow execution to which the cancellation request was delivered.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WORKFLOWEXECUTION() |
Getter for WORKFLOWEXECUTION |
initiatedEventId¶
The ID of the
RequestCancelExternalWorkflowExecutionInitiated
event corresponding to theRequestCancelExternalWorkflowExecution
decision to cancel this external 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 |