Automic Continuous Delivery Automation

How to send Email notification based on certain condition ?

  • 1.  How to send Email notification based on certain condition ?

    Posted Dec 18, 2017 08:02 AM
    HI Team, We are using ARA V12. We would like to send email notification based on some conditions such as the value of a variable. Is that possible?

    Of course you can , there two ways to do that : 
    By script : 
    Put condition on the VALUE , if (condition on #VALUE&) then :SET #OUT&=ACTIVATE_UC_OBJECT(JOBNOTIFNAME). 
    https://docs.automic.com/documentation/webhelp/english/ALL/components/DOCU/12.0/AWA%20Guides/help.htm#AE_AWA_Source/Script/ucaafh.htm?Highlight=Activate_uc_ 
    By Workflow : 
    Put a postcondition on the job where the value is stored to trigger the JOBNOTIFNAME 
    https://docs.automic.com/documentation/webhelp/english/ALL/components/DOCU/12.0/AWA%20Guides/help.htm#AWA/Objects/wf_PropertiesPane_CondTab.htm?Highlight=postcondition