
gin.plugin-notifications.0.20.0.source-code.teams-template.peb Maven / Gradle / Ivy
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"themeColor": "{{themeColor}}",
"summary": "*<{{link}}|[{{execution.namespace}}] {{execution.flowId}} ➛ {{execution.state.current}}>*\n> {% if firstFailed == false %}Succeeded{% else %}Failed on task `{{firstFailed.taskId}}`{% endif %} after {{duration}}",
"sections": [{
{% if activityTitle is defined %}
"activityTitle": "{{activityTitle}}",
{% endif %}
{% if activitySubtitle is defined %}
"activitySubtitle": "{{activitySubtitle}}",
{% endif %}
"facts": [{
"name": "Namespace",
"value": "{{execution.namespace}}"
}, {
"name": "Flow ID",
"value": "{{execution.flowId}}"
}, {
"name": "Execution ID",
"value": "{{execution.id}}"
}, {
"name": "Execution Status",
"value": "{{execution.state.current}}"
}],
"markdown": true
}]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy