/AWS1/CL_SWFMARKERRCEDEVTATTRS¶
Provides the details of the MarkerRecorded
event.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_markername
TYPE /AWS1/SWFMARKERNAME
/AWS1/SWFMARKERNAME
¶
The name of the marker.
iv_dcsntaskcompletedeventid
TYPE /AWS1/SWFEVENTID
/AWS1/SWFEVENTID
¶
The ID of the
DecisionTaskCompleted
event corresponding to the decision task that resulted in theRecordMarker
decision that requested this marker. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
Optional arguments:¶
iv_details
TYPE /AWS1/SWFDATA
/AWS1/SWFDATA
¶
The details of the marker.
Queryable Attributes¶
markerName¶
The name of the marker.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MARKERNAME() |
Getter for MARKERNAME, with configurable default |
ASK_MARKERNAME() |
Getter for MARKERNAME w/ exceptions if field has no value |
HAS_MARKERNAME() |
Determine if MARKERNAME has a value |
details¶
The details of the marker.
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
DecisionTaskCompleted
event corresponding to the decision task that resulted in theRecordMarker
decision that requested this marker. 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 |