/AWS1/CL_SWFRCMARKERFAILEDEV00¶
Provides the details of the RecordMarkerFailed
event.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_markername
TYPE /AWS1/SWFMARKERNAME
/AWS1/SWFMARKERNAME
¶
The marker's name.
iv_cause
TYPE /AWS1/SWFRECMARKERFAILEDCAUSE
/AWS1/SWFRECMARKERFAILEDCAUSE
¶
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If
cause
is set toOPERATION_NOT_PERMITTED
, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
iv_dcsntaskcompletedeventid
TYPE /AWS1/SWFEVENTID
/AWS1/SWFEVENTID
¶
The ID of the
DecisionTaskCompleted
event corresponding to the decision task that resulted in theRecordMarkerFailed
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
Queryable Attributes¶
markerName¶
The marker's name.
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 |
cause¶
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If
cause
is set toOPERATION_NOT_PERMITTED
, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CAUSE() |
Getter for CAUSE, with configurable default |
ASK_CAUSE() |
Getter for CAUSE w/ exceptions if field has no value |
HAS_CAUSE() |
Determine if CAUSE has a value |
decisionTaskCompletedEventId¶
The ID of the
DecisionTaskCompleted
event corresponding to the decision task that resulted in theRecordMarkerFailed
decision for this cancellation request. 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 |