You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mountaindude
changed the title
Add Handlebars template variables app description + link to app to QSEoW failed reload task alert emails/Slack/Teams
Add more Handlebars template variables to QSEoW failed reload task alert emails/Slack/Teams/...
Oct 2, 2024
Add Handlebars template variables
appUrl
appDescription: reloadParams.qs_appMetadata?.description,
appFileSize: reloadParams.qs_appMetadata?.fileSize,
appLastSuccessfulReload: reloadParams.qs_appMetadata?.lastReloadTime,
appLastModifiedDate: reloadParams.qs_appMetadata?.modifiedDate,
appLastModifiedByUserName: reloadParams.qs_appMetadata?.modifiedByUserName,
appPublishTime: reloadParams.qs_appMetadata?.publishTime,
appPublished: reloadParams.qs_appMetadata?.published,
appStreamName: reloadParams.qs_appMetadata?.stream,
appCustomProperties: reloadParams.qs_appCustomProperties,
appTags: reloadParams.qs_appTags,
taskCustomProperties: reloadParams.qs_taskCustomProperties,
taskTags: reloadParams.qs_taskTags,
taskIsManuallyTriggered: reloadParams.qs_taskMetadata.isManuallyTriggered,
taskIsPartialReload: reloadParams.qs_taskMetadata.isPartialReload,
taskMaxRetries: reloadParams.qs_taskMetadata.maxRetries,
taskModifiedByUsername: reloadParams.qs_taskMetadata.modifiedByUserName,
taskModifiedDate: reloadParams.qs_taskMetadata.modifiedDate,
taskSessionTimeout: reloadParams.qs_taskMetadata.taskSessionTimeout,
taskNextExecution: reloadParams.qs_taskMetadata.operational.nextExecution,
and make these available for QSEoW failed/aborted/success reload task alerts sent as Teams, Slack and email.
The text was updated successfully, but these errors were encountered: