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 instanceID 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 -
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
-