Package io.camunda.client.api.command
Interface CompleteAdHocSubProcessResultStep1
- All Superinterfaces:
CompleteJobResult
- All Known Subinterfaces:
CompleteAdHocSubProcessResultStep1.CompleteAdHocSubProcessResultStep2
- All Known Implementing Classes:
CompleteAdHocSubProcessJobResultImpl
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionactivateElement(String elementId) Adds an element to activate in the ad-hoc sub-process.cancelRemainingInstances(boolean cancelRemainingInstances) Indicates whether all remaining instances of the ad-hoc sub-process should be canceled.completionConditionFulfilled(boolean completionConditionFulfilled) Indicates whether the completion condition of the ad-hoc sub-process is fulfilled.Methods inherited from interface io.camunda.client.api.command.CompleteJobResult
getType
-
Method Details
-
activateElement
CompleteAdHocSubProcessResultStep1.CompleteAdHocSubProcessResultStep2 activateElement(String elementId) Adds an element to activate in the ad-hoc sub-process.- Returns:
- this result
-
completionConditionFulfilled
CompleteAdHocSubProcessResultStep1 completionConditionFulfilled(boolean completionConditionFulfilled) Indicates whether the completion condition of the ad-hoc sub-process is fulfilled.- Returns:
- this result
-
cancelRemainingInstances
Indicates whether all remaining instances of the ad-hoc sub-process should be canceled.- Returns:
- this result
-