Uses of Class
org.camunda.community.bpmndt.api.ExternalTaskHandler
Packages that use ExternalTaskHandler
-
Uses of ExternalTaskHandler in org.camunda.community.bpmndt.api
Methods in org.camunda.community.bpmndt.api that return ExternalTaskHandlerModifier and TypeMethodDescriptionExternalTaskHandler.customize(Consumer<ExternalTaskHandler> customizer) Customizes the handler, using the givenConsumerfunction.ExternalTaskHandler.verify(BiConsumer<org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert, String> verifier) Verifies the external task's waiting state.ExternalTaskHandler.verifyTask(BiConsumer<org.camunda.bpm.engine.test.assertions.bpmn.ExternalTaskAssert, Map<String, Object>> taskVerifier) Verifies the external task's waiting state.ExternalTaskHandler.withErrorMessage(String errorMessage) Sets the error message, which is used when the next activity is an error boundary event - in this case the handler's action ishandleBpmnError.ExternalTaskHandler.withLocalVariable(String name, Object value) Sets a local variable, which is passed to the execution when the default behavior is used.ExternalTaskHandler.withLocalVariables(Map<String, Object> localVariables) Sets local variables, which are passed to the execution when the default behavior is used.ExternalTaskHandler.withLocalVariableTyped(String name, org.camunda.bpm.engine.variable.value.TypedValue value) Sets a typed local variable, which is passed to the execution when the default behavior is used.ExternalTaskHandler.withVariable(String name, Object value) Sets a variable, which is passed to the execution when a predefined behavior is used.ExternalTaskHandler.withVariables(Map<String, Object> variables) Sets variables, which are passed to the execution when a predefined behavior is used.ExternalTaskHandler.withVariableTyped(String name, org.camunda.bpm.engine.variable.value.TypedValue value) Sets a typed variable, which is passed to the execution when a predefined behavior is used.Methods in org.camunda.community.bpmndt.api with parameters of type ExternalTaskHandlerMethod parameters in org.camunda.community.bpmndt.api with type arguments of type ExternalTaskHandlerModifier and TypeMethodDescriptionExternalTaskHandler.customize(Consumer<ExternalTaskHandler> customizer) Customizes the handler, using the givenConsumerfunction.