Uses of Class
org.camunda.community.bpmndt.api.CallActivityDefinition
Packages that use CallActivityDefinition
-
Uses of CallActivityDefinition in org.camunda.community.bpmndt.api
Methods in org.camunda.community.bpmndt.api with parameters of type CallActivityDefinitionModifier and TypeMethodDescriptionprotected voidCallActivityHandler.verify(org.camunda.bpm.engine.runtime.ProcessInstance pi, CallActivityDefinition callActivityDefinition) Method parameters in org.camunda.community.bpmndt.api with type arguments of type CallActivityDefinitionModifier and TypeMethodDescriptionCallActivityHandler.verify(BiConsumer<org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert, CallActivityDefinition> verifier) Verifies the definition of the call activity and the state before it is executed (actually before themapInputVariablesmethod of a possibleDelegateVariableMappingis invoked).