Interface ProcessInstanceSequenceFlow

All Known Implementing Classes:
ProcessInstanceSequenceFlowImpl

public interface ProcessInstanceSequenceFlow
  • 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 null for process instance hierarchies created before version 8.9.

      Returns:
      the root process instance key, or null for 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