Uses of Class
io.camunda.zeebe.client.protocol.rest.ProcessInstanceCreationStartInstruction
Packages that use ProcessInstanceCreationStartInstruction
-
Uses of ProcessInstanceCreationStartInstruction in io.camunda.zeebe.client.protocol.rest
Methods in io.camunda.zeebe.client.protocol.rest that return ProcessInstanceCreationStartInstructionModifier and TypeMethodDescriptionMethods in io.camunda.zeebe.client.protocol.rest that return types with arguments of type ProcessInstanceCreationStartInstructionModifier and TypeMethodDescriptionCreateProcessInstanceRequest.getStartInstructions()List of start instructions.Methods in io.camunda.zeebe.client.protocol.rest with parameters of type ProcessInstanceCreationStartInstructionModifier and TypeMethodDescriptionCreateProcessInstanceRequest.addStartInstructionsItem(ProcessInstanceCreationStartInstruction startInstructionsItem) Method parameters in io.camunda.zeebe.client.protocol.rest with type arguments of type ProcessInstanceCreationStartInstructionModifier and TypeMethodDescriptionvoidCreateProcessInstanceRequest.setStartInstructions(List<ProcessInstanceCreationStartInstruction> startInstructions) CreateProcessInstanceRequest.startInstructions(List<ProcessInstanceCreationStartInstruction> startInstructions)