Automic Workload Automation

  • 1.  Alert Notification for a workflow which is in 'Waiting for Sync' State

    Posted Jul 05, 2018 03:29 AM

    Hi All,

     

    Is there a anyway to get a alert / mail notification whenever a workflow goes into Waiting for Sync state.

     

    or an alert in workflow level if it hasn't started by a particular time  which is getting loaded from an Event object.

     

    #automicwork #uc4  #automationscript#caautomic#workloadautomation



  • 2.  Re: Alert Notification for a workflow which is in 'Waiting for Sync' State

    Posted Jul 05, 2018 12:06 PM

    Hi GaneshJ628943,

     

    I see that this post was posted in the CA Automic Community  but saw had tags for such as "CA Workload Automation DE - cloud support', 'UC4', 'CA Automic'

    So I was wondering are you on the product such as:
    CA Automic Workload Automation (version 10, 11 or v12?)  OR
    CA Workload Automation DE 

    Or are you using another product?

    Please let me know as we can better select a Categories or moved to the right Community Space to better reach the product audience base.



  • 3.  Re: Alert Notification for a workflow which is in 'Waiting for Sync' State

    Posted Jul 05, 2018 01:24 PM

    Hi Luu,

     

    i use the product CA Automic Workload Automation (version v12).

    Please do add the necessary tags such that it is notified to right audience.



  • 4.  Re: Alert Notification for a workflow which is in 'Waiting for Sync' State

    Posted Jul 05, 2018 01:45 PM

    Thank for the update, I have moved this to the CA Automic Workload Automation section and added tags/categories.



  • 5.  Re: Alert Notification for a workflow which is in 'Waiting for Sync' State

    Posted Jul 05, 2018 02:28 PM

    You could use a SQL Event which has a query to list the flows which are "Waiting for Sync" and report them through an email or alert.

    Or you could use a SQL job and run the SQL periodically to check for those flows and email you.



  • 6.  Re: Alert Notification for a workflow which is in 'Waiting for Sync' State

    Posted Jul 05, 2018 04:52 PM

    Something like this;

     

    -- "1697" = "Waiting for SYNC'
    select eh_name from eh
    where eh_status = 1697



  • 7.  Re: Alert Notification for a workflow which is in 'Waiting for Sync' State

    Posted Jul 24, 2018 07:23 PM

    Hi GaneshJ628943

     

    Did the suggestion provided by Shravani or Pete help in answering your question? 



  • 8.  Re: Alert Notification for a workflow which is in 'Waiting for Sync' State
    Best Answer

    Posted Jul 28, 2018 09:55 AM

    Hi

     

    depending on your solution attempt you could use GET_UC_OBJECT_STATUS as well.

    Automic 

     

    cheers, Wolfgang