Class CustomFieldPriorityAlgorithm

java.lang.Object
com.aquima.interactions.process.impl.algorithms.CustomFieldPriorityAlgorithm
All Implemented Interfaces:
IPriorityAlgorithm, Serializable

public class CustomFieldPriorityAlgorithm extends Object implements IPriorityAlgorithm
The Custom Field Priority Algorithm can be used to define the priority as a task based on an expression. The expression that is to be used is added to the model of a task as the value of a custom field with the name Priority. When a task based on the model is created, the expression is evaluated. The resulting integer value is used as the priority value for that task. Note that no re-evaluation of the expression is available - expressions will be evaluated on creation only.
Since:
9.5
Author:
G. der Kinderen
See Also:
  • Field Details

    • NAME

      public static final String NAME
      The functional name of this algorithm.
      See Also:
    • DEFAULT_PRIORITY_VALUE

      public static final Integer DEFAULT_PRIORITY_VALUE
    • CUSTOMFIELD

      public static final String CUSTOMFIELD
      Name of the custom field from which the expression is evaluated.
      See Also:
  • Constructor Details

    • CustomFieldPriorityAlgorithm

      public CustomFieldPriorityAlgorithm()
  • Method Details