×
|
{% for field, field_name, value in process_data %}
{% if field.name != 'parent_task' and field.name != 'data' and field.name != 'flow_class' and field.name != 'artifact_object_id' and field.name != 'artifact_content_type' and field.name != 'seed_object_id' and field.name != 'seed_content_type'%}
{{ value }} |
{% endif %}
{% endfor %}
{% if process.parent_task %}
{{ process.parent_task.flow_task }}
|
{% endif %}
{% if process.seed %}
{{ process.seed }} |
{% endif %}
{% if process.artifact %}
{{ process.artifact }} |
{% endif %}