Automic Workload Automation

 View Only
  • 1.  Communication between 2 clients

    Posted Dec 07, 2021 03:03 AM

    Hi All,

    Do you know anyone that AW can able to send trigger sign another AW client?  ( for example 100 > 200, common enginge)

    Unfortunaltey I have to spilt workflow  2 different clients.

    Thank your help in advance!

    Balint



  • 2.  RE: Communication between 2 clients

    Posted Dec 07, 2021 03:22 AM
    Hi

    often used: CALL API (WIn, Linux, ...) - use the utility....
    CallAPI (automic.com)

    sometimes used: Triggerfiles, Disadvantage: permanent polling needed

    new but often used: REST API
    AE REST API - General Info (automic.com)

    KR Wolfgang

    ------------------------------
    Support Info:
    if you are using one of the latest version of UC4 / AWA / One Automation please get in contact with Support to open a ticket.
    Otherwise update/upgrade your system and check if the problem still exists.
    ------------------------------



  • 3.  RE: Communication between 2 clients

    Posted Dec 08, 2021 05:03 AM
    Hi @Balint Horvath,

    One method of creating cross client dependency is to use a SYNC object. If you create the SYNC in Client 0, then you can reference it from objects in any other client.

    /Keld.


  • 4.  RE: Communication between 2 clients

    Posted Dec 08, 2021 05:11 AM
    Thank you Kled! I will try this :)