Package io.camunda.client.api.command
Interface CompleteAdHocSubProcessResultStep1.CompleteAdHocSubProcessResultStep2
- All Superinterfaces:
CommandWithVariables<CompleteAdHocSubProcessResultStep1>,CompleteAdHocSubProcessResultStep1,CompleteJobResult
- All Known Implementing Classes:
CompleteAdHocSubProcessJobResultImpl
- Enclosing interface:
CompleteAdHocSubProcessResultStep1
public static interface CompleteAdHocSubProcessResultStep1.CompleteAdHocSubProcessResultStep2
extends CompleteAdHocSubProcessResultStep1, CommandWithVariables<CompleteAdHocSubProcessResultStep1>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.camunda.client.api.command.CompleteAdHocSubProcessResultStep1
CompleteAdHocSubProcessResultStep1.CompleteAdHocSubProcessResultStep2 -
Method Summary
Modifier and TypeMethodDescriptionA single variable that will be created on the activated element instance.variables(InputStream variables) The variables that will be created on the activated element instance.The variables that will be created on the activated element instance.The variables that will be created on the activated element instance.The variables that will be created on the activated element instance.Methods inherited from interface io.camunda.client.api.command.CompleteAdHocSubProcessResultStep1
activateElement, cancelRemainingInstances, completionConditionFulfilledMethods inherited from interface io.camunda.client.api.command.CompleteJobResult
getType
-
Method Details
-
variables
The variables that will be created on the activated element instance.- Specified by:
variablesin interfaceCommandWithVariables<CompleteAdHocSubProcessResultStep1>- Parameters:
variables- the variables JSON document as String- Returns:
- the builder for this command.
-
variables
The variables that will be created on the activated element instance.- Specified by:
variablesin interfaceCommandWithVariables<CompleteAdHocSubProcessResultStep1>- Parameters:
variables- the variables document as object to be serialized to JSON- Returns:
- the builder for this command.
-
variables
The variables that will be created on the activated element instance.- Specified by:
variablesin interfaceCommandWithVariables<CompleteAdHocSubProcessResultStep1>- Parameters:
variables- the variables JSON document as stream- Returns:
- the builder for this command.
-
variables
The variables that will be created on the activated element instance.- Specified by:
variablesin interfaceCommandWithVariables<CompleteAdHocSubProcessResultStep1>- Parameters:
variables- the variables document as map- Returns:
- the builder for this command.
-
variable
A single variable that will be created on the activated element instance.- Specified by:
variablein interfaceCommandWithVariables<CompleteAdHocSubProcessResultStep1>- Parameters:
key- the key of the variable as stringvalue- the value of the variable as object- Returns:
- the builder for this command.
-