Class ExecutionEvent

java.lang.Object
org.eximeebpms.bpm.spring.boot.starter.event.ExecutionEvent

public class ExecutionEvent extends Object
  • Field Details Link icon

    • activityInstanceId Link icon

      protected String activityInstanceId
    • businessKey Link icon

      protected String businessKey
    • currentActivityId Link icon

      protected String currentActivityId
    • currentActivityName Link icon

      protected String currentActivityName
    • currentTransitionId Link icon

      protected String currentTransitionId
    • eventName Link icon

      protected String eventName
    • id Link icon

      protected String id
    • parentActivityInstanceId Link icon

      protected String parentActivityInstanceId
    • parentId Link icon

      protected String parentId
    • processBusinessKey Link icon

      protected String processBusinessKey
    • processDefinitionId Link icon

      protected String processDefinitionId
    • processInstanceId Link icon

      protected String processInstanceId
    • tenantId Link icon

      protected String tenantId
  • Constructor Details Link icon

  • Method Details Link icon

    • getActivityInstanceId Link icon

      public String getActivityInstanceId()
      return the Id of the activity instance currently executed by this execution
    • getBusinessKey Link icon

      public String getBusinessKey()
      The business key for the root execution (e.g. process instance).
    • getCurrentActivityId Link icon

      public String getCurrentActivityId()
      Gets the id of the current activity.
    • getCurrentActivityName Link icon

      public String getCurrentActivityName()
      Gets the name of the current activity.
    • getCurrentTransitionId Link icon

      public String getCurrentTransitionId()
      return the Id of the current transition
    • getEventName Link icon

      public String getEventName()
      The event name in case this execution is passed in for an ExecutionListener
    • getId Link icon

      public String getId()
      Unique id of this path of execution that can be used as a handle to provide external signals back into the engine after wait states.
    • getParentActivityInstanceId Link icon

      public String getParentActivityInstanceId()
      return the Id of the parent activity instance currently executed by this execution
    • getParentId Link icon

      public String getParentId()
      Gets the id of the parent of this execution. If null, the execution represents a process-instance.
    • getProcessBusinessKey Link icon

      public String getProcessBusinessKey()
      The business key for the process instance this execution is associated with.
    • getProcessDefinitionId Link icon

      public String getProcessDefinitionId()
      The process definition key for the process instance this execution is associated with.
    • getProcessInstanceId Link icon

      public String getProcessInstanceId()
      Reference to the overall process instance
    • getTenantId Link icon

      public String getTenantId()
      Return the id of the tenant this execution belongs to. Can be null if the execution belongs to no single tenant.
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object