| Package | Description |
|---|---|
| org.camunda.community.bpmndt.api |
| Modifier and Type | Method and Description |
|---|---|
ExternalTaskHandler |
ExternalTaskHandler.customize(Consumer<ExternalTaskHandler> customizer)
Customizes the handler, using the given
Consumer function. |
ExternalTaskHandler |
ExternalTaskHandler.verify(BiConsumer<org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert,String> verifier)
Verifies the external task's waiting state.
|
ExternalTaskHandler |
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 default action is
handleBpmnError. |
ExternalTaskHandler |
ExternalTaskHandler.withLocalVariable(String name,
Object value)
Sets a local variable, which is passed to the execution when the default action is used.
|
ExternalTaskHandler |
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 action is used.
|
ExternalTaskHandler |
ExternalTaskHandler.withVariable(String name,
Object value)
Sets a variable, which is passed to the execution when the default action is used.
|
ExternalTaskHandler |
ExternalTaskHandler.withVariableTyped(String name,
org.camunda.bpm.engine.variable.value.TypedValue value)
Sets a typed variable, which is passed to the execution when the default action is used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestCaseInstance.apply(ExternalTaskHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
ExternalTaskHandler |
ExternalTaskHandler.customize(Consumer<ExternalTaskHandler> customizer)
Customizes the handler, using the given
Consumer function. |
Copyright © 2022 Camunda Services GmbH. All rights reserved.