Uses of Class
org.flowable.engine.delegate.BpmnError
-
Packages that use BpmnError Package Description org.flowable.engine.compatibility org.flowable.engine.impl.bpmn.helper -
-
Uses of BpmnError in org.flowable.engine.compatibility
Methods in org.flowable.engine.compatibility with parameters of type BpmnError Modifier and Type Method Description voidFlowable5CompatibilityHandler. propagateError(BpmnError bpmnError, DelegateExecution execution) -
Uses of BpmnError in org.flowable.engine.impl.bpmn.helper
Methods in org.flowable.engine.impl.bpmn.helper with parameters of type BpmnError Modifier and Type Method Description static voidErrorPropagation. propagateError(BpmnError error, DelegateExecution execution)Constructors in org.flowable.engine.impl.bpmn.helper with parameters of type BpmnError Constructor Description BpmnErrorVariableContainer(BpmnError error, String tenantId)
-