Uses of Interface
io.camunda.zeebe.client.api.command.CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1
-
Uses of CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1 in io.camunda.zeebe.client.api.command
Methods in io.camunda.zeebe.client.api.command that return CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1Modifier and TypeMethodDescriptionCreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1.fetchVariables(String... fetchVariables) Set a list of variables names which should be fetched in the response.CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1.fetchVariables(List<String> fetchVariables) Set a list of variables names which should be fetched in the response.CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep3.withResult()When this method is called, the response to the command will be received after the process is completed. -
Uses of CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1 in io.camunda.zeebe.client.impl.command
Classes in io.camunda.zeebe.client.impl.command that implement CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1Methods in io.camunda.zeebe.client.impl.command that return CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1Modifier and TypeMethodDescriptionCreateProcessInstanceWithResultCommandImpl.fetchVariables(String... fetchVariables) CreateProcessInstanceWithResultCommandImpl.fetchVariables(List<String> fetchVariables) CreateProcessInstanceWithResultCommandImpl.useGrpc()CreateProcessInstanceWithResultCommandImpl.useRest()CreateProcessInstanceCommandImpl.withResult()