ESP dSeries Workload Automation

 View Only
Expand all | Collapse all

Any way we can suppress Failed notification in case of an Alert enable on it

  • 1.  Any way we can suppress Failed notification in case of an Alert enable on it

    Posted May 14, 2021 02:58 PM
    HI Team,

    I have applied one of the alerts to FTP job as Force Complete if the job failed state for a specific condition, but if the condition not match it will remain in a failed state.

    So we might need notification if the job's last state is a failure (to avoid any other condition of failures).

    DE version: 12.0.02
    Agent: 11.4


  • 2.  RE: Any way we can suppress Failed notification in case of an Alert enable on it

    Broadcom Employee
    Posted May 19, 2021 07:39 AM
    Hi,

    May be you can use the javascript to do the following -

    //check the status , if matches , force complete
    // else trigger an event , which will have one job which will notify that the FTP job is FAILED.

    Hope it helps!

    - Ravi Kiran