/AWS1/CL_SWFDCSNTSKSTRTEDEVT00¶
Provides the details of the DecisionTaskStarted
event.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_scheduledeventid
TYPE /AWS1/SWFEVENTID
/AWS1/SWFEVENTID
¶
The ID of the
DecisionTaskScheduled
event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
Optional arguments:¶
iv_identity
TYPE /AWS1/SWFIDENTITY
/AWS1/SWFIDENTITY
¶
Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.
Queryable Attributes¶
identity¶
Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IDENTITY() |
Getter for IDENTITY, with configurable default |
ASK_IDENTITY() |
Getter for IDENTITY w/ exceptions if field has no value |
HAS_IDENTITY() |
Determine if IDENTITY has a value |
scheduledEventId¶
The ID of the
DecisionTaskScheduled
event that was recorded when this decision task was scheduled. 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_SCHEDULEDEVENTID() |
Getter for SCHEDULEDEVENTID |