| Package | Description |
|---|---|
| org.camunda.community.bpmndt.api |
| Modifier and Type | Method and Description |
|---|---|
UserTaskHandler |
UserTaskHandler.customize(Consumer<UserTaskHandler> customizer)
Customizes the handler, using the given
Consumer function. |
UserTaskHandler |
UserTaskHandler.verify(BiConsumer<org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert,org.camunda.bpm.engine.test.assertions.bpmn.TaskAssert> verifier)
Verifies the user task's waiting state.
|
UserTaskHandler |
UserTaskHandler.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 is
handleBpmnError. |
UserTaskHandler |
UserTaskHandler.withVariable(String name,
Object value)
Sets a variable, which is passed to the execution when a predefined behavior (
complete,
handleBpmnError, or handleEscalation) is used. |
UserTaskHandler |
UserTaskHandler.withVariables(Map<String,Object> variables)
Sets variables, which are passed to the execution when a predefined behavior (
complete,
handleBpmnError, or handleEscalation) is used. |
UserTaskHandler |
UserTaskHandler.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
(
complete, handleBpmnError, or handleEscalation) is used. |
| Modifier and Type | Method and Description |
|---|---|
void |
TestCaseInstance.apply(UserTaskHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
UserTaskHandler |
UserTaskHandler.customize(Consumer<UserTaskHandler> customizer)
Customizes the handler, using the given
Consumer function. |
Copyright © 2023 Camunda. All rights reserved.