Package io.camunda.client.api.response
Interface ProcessInstanceReference
- All Known Implementing Classes:
ProcessInstanceReferenceImpl
public interface ProcessInstanceReference
Represents a reference to a created process instance.
-
Method Summary
-
Method Details
-
getProcessDefinitionKey
long getProcessDefinitionKey()- Returns:
- the key of the process definition
-
getProcessInstanceKey
long getProcessInstanceKey()- Returns:
- the key of the created process instance
-