These are statements for generating a preset task AND Boolean condition statement for running a step.

 

Example 1:

{% if (matter.priority.date is empty) %}

 

{% set response = false %}

 

{% endif %}

 

Example 2: 

 

{% if (matter.application.date < '1997-06-01') %}

 

            {% set response = true %}

 

{% endif %}

 

 

 

Example 3:

{% if (matter.classes = 10) %}

 

{% set response = true %}

 

{% endif %}