public interface WorkItem
-
Method Details
-
getId
String getId() -
getNodeInstanceId
String getNodeInstanceId() -
getProcessInstanceId
String getProcessInstanceId() -
getName
String getName() -
getDescription
String getDescription() -
getState
int getState() -
getPhase
String getPhase() -
getPhaseStatus
String getPhaseStatus() -
getParameters
-
getResults
-
getReferenceId
String getReferenceId()Reference id gives a complete path like id to this work item. It will represent a complete navigation to work item traversing subprocesses
- root level work itemName/ID
- first subprocess level work itemsubprocess-name/subprocess-id/Name/ID
- second subprocess level work itemsubprocess-name/subprocess-id/subprocess-name2/subprocess-id2/Name/ID- Returns:
- returns complete path like reference id of this work item
-
getFormLink
String getFormLink() -
toMap
-