Interface Execution

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      The unique identifier of the execution.
      java.lang.String getProcessInstanceId()
      Id of the root of the execution tree representing the process instance.
      java.lang.String getTenantId()
      The id of the tenant this execution belongs to.
      boolean isEnded()
      Indicates if the execution is ended.
      boolean isSuspended()
      Indicates if the execution is suspended.
    • Method Detail

      • getId

        java.lang.String getId()
        The unique identifier of the execution.
      • isSuspended

        boolean isSuspended()
        Indicates if the execution is suspended.
      • isEnded

        boolean isEnded()
        Indicates if the execution is ended.
      • getProcessInstanceId

        java.lang.String getProcessInstanceId()
        Id of the root of the execution tree representing the process instance. It is the same as getId() if this execution is the process instance.
      • getTenantId

        java.lang.String getTenantId()
        The id of the tenant this execution belongs to. Can be null if the execution belongs to no single tenant.