public class ExecutionEvent extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
activityInstanceId |
protected String |
businessKey |
protected String |
currentActivityId |
protected String |
currentActivityName |
protected String |
currentTransitionId |
protected String |
eventName |
protected String |
id |
protected String |
parentActivityInstanceId |
protected String |
parentId |
protected String |
processBusinessKey |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected String |
tenantId |
Constructor and Description |
---|
ExecutionEvent(DelegateExecution delegateExecution) |
Modifier and Type | Method and Description |
---|---|
String |
getActivityInstanceId()
return the Id of the activity instance currently executed by this execution
|
String |
getBusinessKey()
The business key for the root execution (e.g.
|
String |
getCurrentActivityId()
Gets the id of the current activity.
|
String |
getCurrentActivityName()
Gets the name of the current activity.
|
String |
getCurrentTransitionId()
return the Id of the current transition
|
String |
getEventName()
The
event name in case this
execution is passed in for an ExecutionListener |
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.
|
String |
getParentActivityInstanceId()
return the Id of the parent activity instance currently executed by this
execution
|
String |
getParentId()
Gets the id of the parent of this execution.
|
String |
getProcessBusinessKey()
The business key for the process instance this execution is associated
with.
|
String |
getProcessDefinitionId()
The process definition key for the process instance this execution is
associated with.
|
String |
getProcessInstanceId()
Reference to the overall process instance
|
String |
getTenantId()
Return the id of the tenant this execution belongs to.
|
protected String activityInstanceId
protected String businessKey
protected String currentActivityId
protected String currentActivityName
protected String currentTransitionId
protected String eventName
protected String id
protected String parentActivityInstanceId
protected String parentId
protected String processBusinessKey
protected String processDefinitionId
protected String processInstanceId
protected String tenantId
public ExecutionEvent(DelegateExecution delegateExecution)
public String getActivityInstanceId()
public String getBusinessKey()
public String getCurrentActivityId()
public String getCurrentActivityName()
public String getCurrentTransitionId()
public String getEventName()
event name
in case this
execution is passed in for an ExecutionListener
public String getId()
public String getParentActivityInstanceId()
public String getParentId()
public String getProcessBusinessKey()
public String getProcessDefinitionId()
public String getProcessInstanceId()
public String getTenantId()
null
if the execution belongs to no single tenant.Copyright © 2022. All rights reserved.