Uses of Interface
io.camunda.client.api.command.CompleteAdHocSubProcessResultStep1
Packages that use CompleteAdHocSubProcessResultStep1
-
Uses of CompleteAdHocSubProcessResultStep1 in io.camunda.client.api.command
Subinterfaces of CompleteAdHocSubProcessResultStep1 in io.camunda.client.api.commandModifier and TypeInterfaceDescriptionstatic interfaceMethods in io.camunda.client.api.command that return CompleteAdHocSubProcessResultStep1Modifier and TypeMethodDescriptionCompleteAdHocSubProcessResultStep1.cancelRemainingInstances(boolean cancelRemainingInstances) Indicates whether all remaining instances of the ad-hoc sub-process should be canceled.CompleteAdHocSubProcessResultStep1.completionConditionFulfilled(boolean completionConditionFulfilled) Indicates whether the completion condition of the ad-hoc sub-process is fulfilled.CompleteJobCommandStep1.CompleteJobCommandJobResultStep.forAdHocSubProcess()Initialized the job result to allow activation of elements in an ad-hoc sub process.CompleteAdHocSubProcessResultStep1.CompleteAdHocSubProcessResultStep2.variable(String key, Object value) A single variable that will be created on the activated element instance.CompleteAdHocSubProcessResultStep1.CompleteAdHocSubProcessResultStep2.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.CompleteAdHocSubProcessResultStep1.CompleteAdHocSubProcessResultStep2.variables(Map<String, Object> variables) The variables that will be created on the activated element instance. -
Uses of CompleteAdHocSubProcessResultStep1 in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement CompleteAdHocSubProcessResultStep1Methods in io.camunda.client.impl.command that return CompleteAdHocSubProcessResultStep1Modifier and TypeMethodDescriptionCompleteAdHocSubProcessJobResultImpl.cancelRemainingInstances(boolean cancelRemainingInstances) CompleteAdHocSubProcessJobResultImpl.completionConditionFulfilled(boolean completionConditionFulfilled) CompleteJobCommandImpl.forAdHocSubProcess()