Uses of Class
org.flowable.engine.impl.bpmn.helper.ErrorPropagation.BpmnErrorVariableContainer
-
Packages that use ErrorPropagation.BpmnErrorVariableContainer Package Description org.flowable.engine.impl.bpmn.helper -
-
Uses of ErrorPropagation.BpmnErrorVariableContainer in org.flowable.engine.impl.bpmn.helper
Methods in org.flowable.engine.impl.bpmn.helper with parameters of type ErrorPropagation.BpmnErrorVariableContainer Modifier and Type Method Description protected static voidErrorPropagation. executeCatch(Map<String,List<org.flowable.bpmn.model.Event>> eventMap, DelegateExecution delegateExecution, ErrorPropagation.BpmnErrorVariableContainer errorVariableContainer)protected static voidErrorPropagation. executeEventHandler(org.flowable.bpmn.model.Event event, ExecutionEntity parentExecution, ExecutionEntity currentExecution, ErrorPropagation.BpmnErrorVariableContainer errorVariableContainer)protected static voidErrorPropagation. injectErrorContext(org.flowable.bpmn.model.Event event, ExecutionEntity execution, ErrorPropagation.BpmnErrorVariableContainer errorSourceContainer, ExpressionManager expressionManager)protected static voidErrorPropagation. propagateError(ErrorPropagation.BpmnErrorVariableContainer errorVariableContainer, DelegateExecution execution)
-