Interface FlowNodeInstance

All Known Implementing Classes:
FlowNodeInstanceImpl

public interface FlowNodeInstance
  • Method Details

    • getFlowNodeInstanceKey

      Long getFlowNodeInstanceKey()
      key
    • getProcessDefinitionKey

      Long getProcessDefinitionKey()
      process definition key for flow node instance
    • getProcessInstanceKey

      Long getProcessInstanceKey()
      process instance key for flow node instance
    • getFlowNodeId

      String getFlowNodeId()
      flow node id for flow node instance
    • getFlowNodeName

      String getFlowNodeName()
      flow node name for flow node instance
    • getStartDate

      String getStartDate()
      start date of flow node instance
    • getEndDate

      String getEndDate()
      end date of flow node instance
    • getIncident

      Boolean getIncident()
      whether flow node instance has an incident
    • getIncidentKey

      Long getIncidentKey()
      incident key for flow node instance
    • getState

      String getState()
      state of flow node instance
    • getTenantId

      String getTenantId()
      tenant id for flow node instance
    • getTreePath

      String getTreePath()
      tree path of flow node instance
    • getType

      String getType()
      type of flow node instance