| 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 default action is
handleBpmnError. |
UserTaskHandler |
UserTaskHandler.withVariable(String name,
Object value)
Sets a variable, which is passed to the execution when a default action is used
(
complete(), handleBpmnError(String, String) or
handleEscalation(String)). |
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 default action is used
(
complete(), handleBpmnError(String, String) or
handleEscalation(String)). |
| 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 © 2022 Camunda Services GmbH. All rights reserved.