github.com/argoproj/argo-cd/v3@v3.2.1/notifications_catalog/triggers/on-deployed.yaml (about)

     1  - when: app.status.operationState != nil and app.status.operationState.phase in ['Succeeded'] and app.status.health.status == 'Healthy' and (!time.Parse(app.status.health.lastTransitionTime).Add(1 * time.Minute).Before(time.Parse(app.status.operationState.finishedAt)) or time.Parse(app.status.health.lastTransitionTime).Before(time.Parse(app.status.operationState.startedAt)))
     2    description: Application is synced and healthy. Triggered once per commit.
     3    send: [app-deployed]
     4    oncePer: app.status.operationState?.syncResult?.revision