Package io.camunda.client.api.command
Interface AssignProcessInstanceBusinessIdCommandStep1
- All Superinterfaces:
CommandWithCommunicationApiStep<AssignProcessInstanceBusinessIdCommandStep1>
- All Known Implementing Classes:
AssignProcessInstanceBusinessIdCommandImpl
public interface AssignProcessInstanceBusinessIdCommandStep1
extends CommandWithCommunicationApiStep<AssignProcessInstanceBusinessIdCommandStep1>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionbusinessId(String businessId) Set the business id to assign to the process instance.Methods inherited from interface io.camunda.client.api.command.CommandWithCommunicationApiStep
useGrpc, useRest
-
Method Details
-
businessId
AssignProcessInstanceBusinessIdCommandStep1.AssignProcessInstanceBusinessIdCommandStep2 businessId(String businessId) Set the business id to assign to the process instance.- Parameters:
businessId- the business id to assign- Returns:
- the builder for this command
-