Interface ProcessInstance

All Known Implementing Classes:
ProcessInstanceImpl

public interface ProcessInstance
  • Method Details

    • getProcessInstanceKey

      Long getProcessInstanceKey()
    • getProcessDefinitionId

      String getProcessDefinitionId()
    • getProcessDefinitionName

      String getProcessDefinitionName()
    • getProcessDefinitionVersion

      Integer getProcessDefinitionVersion()
    • getProcessDefinitionVersionTag

      String getProcessDefinitionVersionTag()
    • getProcessDefinitionKey

      Long getProcessDefinitionKey()
    • getParentProcessInstanceKey

      Long getParentProcessInstanceKey()
    • getParentElementInstanceKey

      Long getParentElementInstanceKey()
    • getStartDate

      String getStartDate()
    • getEndDate

      String getEndDate()
    • getState

    • getHasIncident

      Boolean getHasIncident()
    • getTenantId

      String getTenantId()