Interface ProcessInstanceEvent
-
- All Known Implementing Classes:
CreateProcessInstanceResponseImpl
public interface ProcessInstanceEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBpmnProcessId()BPMN process id of the process which this instance was created forlonggetProcessDefinitionKey()Key of the process which this instance was created forlonggetProcessInstanceKey()Unique key of the created process instance on the partitionintgetVersion()Version of the process which this instance was created for
-
-
-
Method Detail
-
getProcessDefinitionKey
long getProcessDefinitionKey()
Key of the process which this instance was created for
-
getBpmnProcessId
String getBpmnProcessId()
BPMN process id of the process which this instance was created for
-
getVersion
int getVersion()
Version of the process which this instance was created for
-
getProcessInstanceKey
long getProcessInstanceKey()
Unique key of the created process instance on the partition
-
-