Class ExecutionEvent
java.lang.Object
org.camunda.bpm.spring.boot.starter.event.ExecutionEvent
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreturn the Id of the activity instance currently executed by this executionThe business key for the root execution (e.g.Gets the id of the current activity.Gets the name of the current activity.return the Id of the current transitionTheevent name
in case this execution is passed in for anExecutionListener
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.return the Id of the parent activity instance currently executed by this executionGets the id of the parent of this execution.The business key for the process instance this execution is associated with.The process definition key for the process instance this execution is associated with.Reference to the overall process instanceReturn the id of the tenant this execution belongs to.toString()
-
Field Details
-
activityInstanceId
-
businessKey
-
currentActivityId
-
currentActivityName
-
currentTransitionId
-
eventName
-
id
-
parentActivityInstanceId
-
parentId
-
processBusinessKey
-
processDefinitionId
-
processInstanceId
-
tenantId
-
-
Constructor Details
-
ExecutionEvent
-
-
Method Details
-
getActivityInstanceId
return the Id of the activity instance currently executed by this execution -
getBusinessKey
The business key for the root execution (e.g. process instance). -
getCurrentActivityId
Gets the id of the current activity. -
getCurrentActivityName
Gets the name of the current activity. -
getCurrentTransitionId
return the Id of the current transition -
getEventName
Theevent name
in case this execution is passed in for anExecutionListener
-
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
return the Id of the parent activity instance currently executed by this execution -
getParentId
Gets the id of the parent of this execution. If null, the execution represents a process-instance. -
getProcessBusinessKey
The business key for the process instance this execution is associated with. -
getProcessDefinitionId
The process definition key for the process instance this execution is associated with. -
getProcessInstanceId
Reference to the overall process instance -
getTenantId
Return the id of the tenant this execution belongs to. Can benull
if the execution belongs to no single tenant. -
toString
-