/AWS1/CL_SWFEXTERNALWORKFLOW00¶
Provides the details of the ExternalWorkflowExecutionSignaled
event.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
io_workflowexecution
TYPE REF TO /AWS1/CL_SWFWORKFLOWEXECUTION
/AWS1/CL_SWFWORKFLOWEXECUTION
¶
The external workflow execution that the signal was delivered to.
iv_initiatedeventid
TYPE /AWS1/SWFEVENTID
/AWS1/SWFEVENTID
¶
The ID of the
SignalExternalWorkflowExecutionInitiated
event corresponding to theSignalExternalWorkflowExecution
decision to request this signal. 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 that the signal was delivered to.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WORKFLOWEXECUTION() |
Getter for WORKFLOWEXECUTION |
initiatedEventId¶
The ID of the
SignalExternalWorkflowExecutionInitiated
event corresponding to theSignalExternalWorkflowExecution
decision to request this signal. 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 |