Package io.camunda.client.api.response
Interface ProcessInstanceEvent
- All Known Implementing Classes:
CreateProcessInstanceResponseImpl
public interface ProcessInstanceEvent
-
Method Summary
Modifier and TypeMethodDescriptionBPMN process id of the process which this instance was created forThe business id of this process instance.longKey of the process which this instance was created forlongUnique key of the created process instance on the partitiongetTags()Tags attached to this process instanceTenant identifier that owns this process instanceintVersion of the process which this instance was created for
-
Method Details
-
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 -
getTenantId
String getTenantId()Tenant identifier that owns this process instance -
getTags
Tags attached to this process instance -
getBusinessId
String getBusinessId()The business id of this process instance.- Returns:
- the business id, or null if not set
-