Interface ProcessInstanceEvent

All Known Implementing Classes:
CreateProcessInstanceResponseImpl

public interface ProcessInstanceEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    BPMN process id of the process which this instance was created for
    long
    Key of the process which this instance was created for
    long
    Unique key of the created process instance on the partition
    Tenant identifier that owns this process instance
    int
    Version 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

      @ExperimentalApi("https://github.com/camunda/zeebe/issues/13321") String getTenantId()
      Tenant identifier that owns this process instance