All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gin.plugin-notifications.0.20.0.source-code.sendgrid-mail-template.hbs.peb Maven / Gradle / Ivy




    
    
    Flow [{{execution.namespace}}] {{execution.flowId}} execution
    


 
Kestra logo

[{{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 %}
 




© 2015 - 2025 Weber Informatics LLC | Privacy Policy