Interface ProcessInstance

    • Method Detail

      • getProcessDefinitionId

        String getProcessDefinitionId()
        The id of the process definition of the process instance.
      • getBusinessKey

        String getBusinessKey()
        The business key of this process instance.
      • getRootProcessInstanceId

        String getRootProcessInstanceId()
        The id of the root process instance associated with this process instance.
      • getCaseInstanceId

        String getCaseInstanceId()
        The id of the case instance associated with this process instance.
      • isSuspended

        boolean isSuspended()
        returns true if the process instance is suspended
        Specified by:
        isSuspended in interface Execution