Field Summary |
|
final public static String | ACTIVITY_INSTANCE_ID The ID of the activity instance with which the work item is associated. |
final public static String | COMPLETED_DATE The date/time at which the work item was completed. |
final public static String | DUE_DATE The date/time by which the work item must be complete. |
final public static String | NAME The name of the work item (copied from its activity instance). |
final public static String | PARTICIPANT The ID of the participant to whom the work item is assigned. |
final public static String | PERFORMER The ID of the performer to whom the work item is assigned. |
final public static String | PRIORITY The priority of the work item (copied from the activity instance). |
final public static String | PROCESS_DEFINITION_ID The ID of the process definition that defines the work item's activity. |
final public static String | PROCESS_INSTANCE_ID The ID of the process instance to which the work item belongs. |
final public static String | STARTED_DATE The date/time at which the work item was started. |
final public static String | STATE The state of the work item. |
final public static String | TARGET_DATE The date/time by which the work item is expected to be complete. |
final public static String | TEMPORAL_STATUS The temporal status of the work item. |
final public static String | TOOL_INDEX The index of the tool associated with the work item. |
final public static String | WORKITEM_ID The unique ID of the work item. |