Interface ProcessInstanceEvent
- All Known Implementing Classes:
CreateProcessInstanceResponseImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.BPMN process id of the process which this instance was created forlongDeprecated.Key of the process which this instance was created forlongDeprecated.Unique key of the created process instance on the partitionDeprecated.Tenant identifier that owns this process instanceintDeprecated.Version of the process which this instance was created for
-
Method Details
-
getProcessDefinitionKey
long getProcessDefinitionKey()Deprecated.Key of the process which this instance was created for -
getBpmnProcessId
String getBpmnProcessId()Deprecated.BPMN process id of the process which this instance was created for -
getVersion
int getVersion()Deprecated.Version of the process which this instance was created for -
getProcessInstanceKey
long getProcessInstanceKey()Deprecated.Unique key of the created process instance on the partition -
getTenantId
Deprecated.Tenant identifier that owns this process instance
-
ProcessInstanceEvent