Package io.camunda.client.protocol.rest
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbusinessId(String businessId) booleanAn optional, user-defined string identifier that identifies the process instance within the scope of a process definition (scoped by tenant).inthashCode()voidsetBusinessId(String businessId) toString()
-
Field Details
-
JSON_PROPERTY_BUSINESS_ID
- See Also:
-
-
Constructor Details
-
ProcessInstanceBusinessIdAssignmentInstruction
public ProcessInstanceBusinessIdAssignmentInstruction()
-
-
Method Details
-
businessId
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-