public interface FlowableEngineEvent extends FlowableEvent
| Modifier and Type | Method and Description |
|---|---|
String |
getExecutionId() |
String |
getProcessDefinitionId() |
String |
getProcessInstanceId() |
String |
getScopeDefinitionId()
The scope definition id of the entity associated with this event.
|
String |
getScopeId()
The scope id of the entity associated with this event.
|
String |
getScopeType()
The scope type of the entity associated with this event.
|
String |
getSubScopeId()
The sub scope id of the entity associated with this event.
|
getTypeString getExecutionId()
String getProcessInstanceId()
String getProcessDefinitionId()
String getScopeType()
String getScopeId()
String getSubScopeId()
String getScopeDefinitionId()
Copyright © 2021 Flowable. All rights reserved.