Automic Workload Automation

  • 1.  CAN TWO WORKFLOWS IN DIFFERENT CLIENTS COMMUNICATE?

    Posted Jun 21, 2017 05:43 PM
    Hi All,

    Quick question, was wondering if there is any way for a WFlow1,WFlow2,WFlow3 in client 1 can communicate with WFlow100 in client 2 ? Is there a way I can know what WFlows in client 1 ran successfully so that I can run the related tasks/WFlow100 in client 2 automatically ?
    At least a flag saying WFlow1 ran successfully is good to have, I can write some logic to read this flag and kick off the workflow, but am not sure how do I establish a link between two clients, what objects or options can I use to pass a flag from one client to another.

    If not is there a way I can read a file containing success flag in some path generated by Client 1 - Wflows from Client 2 every 10 min or so ? and when condition meets I can run my Wflow in Client2?
     

    Is there any way I can use File System Tab ? I stumbled upon this but not sure if I can use it.

    Any help is appreciated. 

    Thanks,
    Nikhil
    Atomic 9.0


  • 2.  CAN TWO WORKFLOWS IN DIFFERENT CLIENTS COMMUNICATE?

    Posted Jun 21, 2017 11:51 PM


  • 3.  CAN TWO WORKFLOWS IN DIFFERENT CLIENTS COMMUNICATE?

    Posted Jun 27, 2017 06:29 AM
    Or you can use the CallAPI to send a signal (update variable, set Sync Object, etc ....) from one client to another.