Interface ProcessInstance

All Known Implementing Classes:
ProcessInstanceImpl

public interface ProcessInstance
  • Method Details

    • getKey

      Long getKey()
    • getProcessName

      String getProcessName()
    • getProcessVersion

      Integer getProcessVersion()
    • getBpmnProcessId

      String getBpmnProcessId()
    • getParentProcessInstanceKey

      Long getParentProcessInstanceKey()
    • getParentFlowNodeInstanceKey

      Long getParentFlowNodeInstanceKey()
    • getStartDate

      String getStartDate()
    • getEndDate

      String getEndDate()
    • getState

      String getState()
    • getIncident

      Boolean getIncident()
    • getHasActiveOperation

      Boolean getHasActiveOperation()
    • getProcessDefinitionKey

      Long getProcessDefinitionKey()
    • getTenantId

      String getTenantId()
    • getRootInstanceId

      String getRootInstanceId()
    • getOperations

      List<OperationImpl> getOperations()
    • getCallHierarchy

      List<ProcessInstanceReferenceImpl> getCallHierarchy()