
gin.plugin-notifications.0.20.0.source-code.sendgrid-mail-template.hbs.peb Maven / Gradle / Ivy
Flow [{{execution.namespace}}] {{execution.flowId}} execution
[{{execution.namespace}}] {{execution.flowId}} ➛
{{execution.state.current}}
{% if customMessage is defined %}
{{ customMessage }}
{% endif %}
{% if firstFailed == false %}Succeeded{% else %}Failed on task `{{firstFailed.taskId}}`{% endif %} after {{duration}}
{% if link is defined %}
See
details
{% endif %}
Namespace : {{execution.namespace}}
Flow : {{execution.flowId}}
Execution : {{execution.id}}
Status : {{execution.state.current}}
{% if customFields is defined %}
{% for entry in customFields %}
{{entry.key}} : {{entry.value}}
{% endfor %}
{% endif %}