We are experimenting with creating our own custom java trigger API for Infor Process Automation (as described in the "Creating a Custom Java Trigger API for Infor Process Automation" section of the Landmark InfoCenter).
We've been able to use the brief example in the InfoCenter to create a proof-of-concept custom java trigger API, but now we want to take it to the next level. We want to be able to set and pass the flow name/value pairs, set category keys and category values as well as the inputData variable. We then want to be able to get back from the flow things that are returned via the "Return" node.
"Next level" documentation on how to do this isn't available (that I can find, anyway).
Where can I get documentation describing the capabilities of the LPSSession, ProcessRequest & ProcessResponse classes used to establish a grid session, start a flow and handle its response? The javadoc documentation for these classes would be great, but you need access to the source code to generate the javadoc.
Meant to reply months ago - thank you for your insight Kyle, we are on our way to do the same thing!
Chris
Nice! Good luck!