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()Deprecated.List of start instructions.CreateProcessInstanceRequestBase.getStartInstructions()List of start instructions.ProcessInstanceCreationInstruction.getStartInstructions()List of start instructions.Methods in io.camunda.zeebe.client.protocol.rest with parameters of type ProcessInstanceCreationStartInstructionModifier and TypeMethodDescriptionCreateProcessInstanceRequest.addStartInstructionsItem(ProcessInstanceCreationStartInstruction startInstructionsItem) Deprecated.CreateProcessInstanceRequestBase.addStartInstructionsItem(ProcessInstanceCreationStartInstruction startInstructionsItem) ProcessInstanceCreationInstruction.addStartInstructionsItem(ProcessInstanceCreationStartInstruction startInstructionsItem) Method parameters in io.camunda.zeebe.client.protocol.rest with type arguments of type ProcessInstanceCreationStartInstructionModifier and TypeMethodDescriptionvoidCreateProcessInstanceRequest.setStartInstructions(List<ProcessInstanceCreationStartInstruction> startInstructions) Deprecated.voidCreateProcessInstanceRequestBase.setStartInstructions(List<ProcessInstanceCreationStartInstruction> startInstructions) voidProcessInstanceCreationInstruction.setStartInstructions(List<ProcessInstanceCreationStartInstruction> startInstructions) CreateProcessInstanceRequest.startInstructions(List<ProcessInstanceCreationStartInstruction> startInstructions) Deprecated.CreateProcessInstanceRequestBase.startInstructions(List<ProcessInstanceCreationStartInstruction> startInstructions) ProcessInstanceCreationInstruction.startInstructions(List<ProcessInstanceCreationStartInstruction> startInstructions)