Interface ProcessInstance

    • Method Detail

      • getProcessDefinitionId

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

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

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

        java.lang.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