Uses of Class
io.camunda.zeebe.client.protocol.rest.CreateProcessInstanceRequest
Packages that use CreateProcessInstanceRequest
-
Uses of CreateProcessInstanceRequest in io.camunda.zeebe.client.impl.command
Constructors in io.camunda.zeebe.client.impl.command with parameters of type CreateProcessInstanceRequestModifierConstructorDescriptionCreateProcessInstanceWithResultCommandImpl(JsonMapper jsonMapper, GatewayGrpc.GatewayStub asyncStub, GatewayOuterClass.CreateProcessInstanceRequest.Builder grpcRequestObject, Predicate<CredentialsProvider.StatusCode> retryPredicate, Duration requestTimeout, HttpClient httpClient, boolean preferRestOverGrpc, CreateProcessInstanceRequest httpRequestObject) -
Uses of CreateProcessInstanceRequest in io.camunda.zeebe.client.protocol.rest
Methods in io.camunda.zeebe.client.protocol.rest that return CreateProcessInstanceRequestModifier and TypeMethodDescriptionCreateProcessInstanceRequest.addFetchVariablesItem(String fetchVariablesItem) Deprecated.CreateProcessInstanceRequest.addStartInstructionsItem(ProcessInstanceCreationStartInstruction startInstructionsItem) Deprecated.CreateProcessInstanceRequest.awaitCompletion(Boolean awaitCompletion) Deprecated.CreateProcessInstanceRequest.fetchVariables(List<String> fetchVariables) Deprecated.CreateProcessInstanceRequest.operationReference(Long operationReference) Deprecated.CreateProcessInstanceRequest.processDefinitionId(String processDefinitionId) Deprecated.CreateProcessInstanceRequest.processDefinitionKey(Long processDefinitionKey) Deprecated.CreateProcessInstanceRequest.processDefinitionVersion(Integer processDefinitionVersion) Deprecated.CreateProcessInstanceRequest.putVariablesItem(String key, Object variablesItem) Deprecated.CreateProcessInstanceRequest.requestTimeout(Long requestTimeout) Deprecated.CreateProcessInstanceRequest.startInstructions(List<ProcessInstanceCreationStartInstruction> startInstructions) Deprecated.Deprecated.Deprecated.