public final class EventWaitOverrideDetails extends curam.util.type.struct.Struct<EventWaitOverrideDetails>
Modifier and Type | Field and Description |
---|---|
long |
activityInstanceID
The unique identifier of the activity instance that is waiting on the
supplied event.
|
java.lang.String |
eventClass
The concept of an event class is used to group related event types.
|
int |
eventIndex
The index of the event within the list of events specified for this
activity instance.
|
long |
eventOutputData
The event output mapping data is optional.
|
java.lang.String |
eventType
The type of the event.
|
java.lang.String |
raisedByUser
The name of the user that raised the event.
|
Constructor and Description |
---|
EventWaitOverrideDetails() |
public java.lang.String eventType
EVENT_TYPE -> String
public java.lang.String eventClass
EVENT_CLASS -> String
public long eventOutputData
EVENT_DATA -> long
public java.lang.String raisedByUser
EVENT_RAISED_BY_USER -> String
public long activityInstanceID
WORKFLOW_ACTIVITY_INST_ID -> long
public int eventIndex
POSITION_IN_LIST -> int