Class WorkflowConditionOperandMapper

  • All Implemented Interfaces:
    Function<String,​Object>

    public final class WorkflowConditionOperandMapper
    extends Object
    implements Function<String,​Object>
    Internal mapper that applies custom logic to operands when evaluation conditions, used by the multiple condition node and the switch node.
    Since:
    8.4.1
    • Constructor Detail

      • WorkflowConditionOperandMapper

        public WorkflowConditionOperandMapper​(IWorkflowExecutionContext ctx)
        Creates a new mapper with the given workflow execution context. The context is used for replacing placeholders and for getting the contextual data such as the current form record.
        Parameters:
        ctx - The workflow execution context.