Class CreateProcessInstanceResponseImpl
java.lang.Object
io.camunda.zeebe.client.impl.response.CreateProcessInstanceResponseImpl
- All Implemented Interfaces:
ProcessInstanceEvent
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionBPMN process id of the process which this instance was created forlong
Key of the process which this instance was created forlong
Unique key of the created process instance on the partitionTenant identifier that owns this process instanceint
Version of the process which this instance was created fortoString()
-
Constructor Details
-
CreateProcessInstanceResponseImpl
-
-
Method Details
-
getProcessDefinitionKey
public long getProcessDefinitionKey()Description copied from interface:ProcessInstanceEvent
Key of the process which this instance was created for- Specified by:
getProcessDefinitionKey
in interfaceProcessInstanceEvent
-
getBpmnProcessId
Description copied from interface:ProcessInstanceEvent
BPMN process id of the process which this instance was created for- Specified by:
getBpmnProcessId
in interfaceProcessInstanceEvent
-
getVersion
public int getVersion()Description copied from interface:ProcessInstanceEvent
Version of the process which this instance was created for- Specified by:
getVersion
in interfaceProcessInstanceEvent
-
getProcessInstanceKey
public long getProcessInstanceKey()Description copied from interface:ProcessInstanceEvent
Unique key of the created process instance on the partition- Specified by:
getProcessInstanceKey
in interfaceProcessInstanceEvent
-
getTenantId
Description copied from interface:ProcessInstanceEvent
Tenant identifier that owns this process instance- Specified by:
getTenantId
in interfaceProcessInstanceEvent
-
toString
-