Uses of Interface
io.camunda.client.api.command.CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep3
Packages that use CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep3
-
Uses of CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep3 in io.camunda.client.api.command
Methods in io.camunda.client.api.command that return CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep3Modifier and TypeMethodDescriptionCreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep2.latestVersion()Use the latest version of the process to create an instance of.CreateProcessInstanceCommandStep1.processDefinitionKey(long processDefinitionKey) Set the key of the process to create an instance of.CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep3.startBeforeElement(String elementId) Overrides the default start position of the process.Add tags to the process instance to be created.Add tags to the process instance to be created.Set the tags of the process instance to be created.CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep3.terminateAfterElement(String elementId) Adds a runtime instruction to terminate the process instance after the given element is completed or terminated.CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep3.variable(String key, Object value) Set a single initial variable of the process instance.CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep3.variables(InputStream variables) Set the initial variables of the process instance.Set the initial variables of the process instance.Set the initial variables of the process instance.CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep3.variables(Map<String, Object> variables) Set the initial variables of the process instance.CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep2.version(int version) Set the version of the process to create an instance of. -
Uses of CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep3 in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep3Methods in io.camunda.client.impl.command that return CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep3Modifier and TypeMethodDescriptionCreateProcessInstanceCommandImpl.latestVersion()CreateProcessInstanceCommandImpl.processDefinitionKey(long processDefinitionKey) CreateProcessInstanceCommandImpl.startBeforeElement(String elementId) CreateProcessInstanceCommandImpl.terminateAfterElement(String elementId) CreateProcessInstanceCommandImpl.version(int version)