Running Java CLI From Pega
I'm still new to Pega and learning. I have a Java application that I wrote that takes command line arguments. Is there a way, other than building a UI and interrogating that UI, to run my java program from Pega? What I want to do is something like have Pega run a command such as: "c:\java-jar-location\java -jar com.mydomain.Class arg1 arg2...". How can I do this with Pega?