Details
{% if record.resume %}
hold
{% endif %}
{% if not record.resume %}
start
{% endif %}
{% if record.task_type != 'aggregation' %}
{% if record.purge_policy == 'no' %}
purge: yes
{% endif %}
{% if record.purge_policy == 'yes' %}
purge: no
{% endif %}
{% endif %}