How to connect Appian RPA with Local Java program on my machine to run simple hello world

Hi,

I tried going through multiple Appian documentation and things are looking scattered to me and difficult to understand.

I would like to know how to connect Appian RPA with the local Java program on my machine to run the simple "hello world" and display its output on RPA.

Many thanks,

Khaiser

  Discussion posts and replies are publicly visible

Parents Reply Children
  • Hi Stefan,

    After reading through multiple documentation I understand that in order to extend RPA services I must add a new workflow library (that must be created and deployed through Java).

    I was thinking if I write a Java program on my local machine, I can somehow ask Robot to Select that Java file, run it, and get its result back on the RPA  variable.

    This was just a used case I was trying to learn how to move data from RPA robotic task to local Java program and vice-versa