Interface ProcessInstanceSequenceFlow
- All Known Implementing Classes:
ProcessInstanceSequenceFlowImpl
public interface ProcessInstanceSequenceFlow
-
Method Summary
Modifier and TypeMethodDescriptionelement id for the sequence flow instanceprocess definition id for the sequence flow instanceprocess definition key for the sequence flow instanceprocess instance key for the sequence flow instanceReturns the key of the root process instance.ID of the sequence flowtenant id for the sequence flow instance
-
Method Details
-
getSequenceFlowId
String getSequenceFlowId()ID of the sequence flow -
getProcessInstanceKey
String getProcessInstanceKey()process instance key for the sequence flow instance -
getRootProcessInstanceKey
String getRootProcessInstanceKey()Returns the key of the root process instance. The root process instance is the top-level ancestor in the process instance hierarchy.Note: This field is
nullfor process instance hierarchies created before version 8.9.- Returns:
- the root process instance key, or
nullfor data created before version 8.9
-
getProcessDefinitionKey
String getProcessDefinitionKey()process definition key for the sequence flow instance -
getProcessDefinitionId
String getProcessDefinitionId()process definition id for the sequence flow instance -
getElementId
String getElementId()element id for the sequence flow instance -
getTenantId
String getTenantId()tenant id for the sequence flow instance
-