Class ProcessInstanceBusinessIdAssignmentInstruction

java.lang.Object
io.camunda.client.protocol.rest.ProcessInstanceBusinessIdAssignmentInstruction

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.23.0") public class ProcessInstanceBusinessIdAssignmentInstruction extends Object
The instruction describing the business id to assign to a running process instance.
  • Field Details

  • Constructor Details

    • ProcessInstanceBusinessIdAssignmentInstruction

      public ProcessInstanceBusinessIdAssignmentInstruction()
  • Method Details

    • businessId

    • getBusinessId

      @Nonnull public String getBusinessId()
      An optional, user-defined string identifier that identifies the process instance within the scope of a process definition (scoped by tenant). If provided and uniqueness enforcement is enabled, the engine will reject creation if another root process instance with the same business id is already active for the same process definition. Note that any active child process instances with the same business id are not taken into account.
      Returns:
      businessId
    • setBusinessId

      public void setBusinessId(@Nonnull String businessId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object