Class ParameterExpressionExecutorStrategy

  • All Implemented Interfaces:
    ExpressionExecutorStrategy

    public class ParameterExpressionExecutorStrategy
    extends NonEmptyContentExpressionExecutorStrategy
    Retrieve a String parameter from the ParameterService. The content of the expression must be the parameter name, as a String. The dependency map must contain a value for 'processDefinitionId' key to identify the process definition context to evaluate the parameter.
    Author:
    Zhao Na, Celine Souchet