/AWS1/CL_SWFACTIVITYTSKSTRTE00¶
Provides the details of the ActivityTaskStarted
event.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_scheduledeventid
TYPE /AWS1/SWFEVENTID
/AWS1/SWFEVENTID
¶
The ID of the
ActivityTaskScheduled
event that was recorded when this activity 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 worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
Queryable Attributes¶
identity¶
Identity of the worker that was assigned this task. This aids diagnostics 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
ActivityTaskScheduled
event that was recorded when this activity 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 |