Uses of Interface
io.zeebe.client.api.command.CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1
-
Packages that use CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1 Package Description io.zeebe.client.api.command io.zeebe.client.impl.command -
-
Uses of CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1 in io.zeebe.client.api.command
Methods in io.zeebe.client.api.command that return CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1 Modifier and Type Method Description CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1
CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1. fetchVariables(String... fetchVariables)
Set a list of variables names which should be fetched in the response.CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1
CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1. fetchVariables(List<String> fetchVariables)
Set a list of variables names which should be fetched in the response.CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1
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.zeebe.client.impl.command
Classes in io.zeebe.client.impl.command that implement CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1 Modifier and Type Class Description class
CreateProcessInstanceWithResultCommandImpl
Methods in io.zeebe.client.impl.command that return CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1 Modifier and Type Method Description CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1
CreateProcessInstanceWithResultCommandImpl. fetchVariables(String... fetchVariables)
CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1
CreateProcessInstanceWithResultCommandImpl. fetchVariables(List<String> fetchVariables)
CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1
CreateProcessInstanceCommandImpl. withResult()
-