Class CmmnFaultVariableContainer

java.lang.Object
org.flowable.cmmn.engine.impl.util.CmmnFaultVariableContainer
All Implemented Interfaces:
VariableContainer

public class CmmnFaultVariableContainer extends Object implements VariableContainer
A dedicated VariableContainer for fault data, analogous to BPMN's BpmnErrorVariableContainer. This container provides fault-specific variables (faultCode, faultMessage, error) for expression resolution during sentry if-part evaluation, without polluting the actual variable scope of the plan item instance.
Author:
Joram Barrez