Hi,
We are working on a Landmark 11 upgrade, and I'm playing with the subprocess nodes. My current attempt is to create a subprocess that will run a Lawson job, taking the username and job name, and returning the eventual result. I'm also using the recommended coding for running jobs that Russel has posted previously since I was using the cgi-lawson commands previously.
I have a subprocess that seems to work, and I got it functioning inside a flow. However, the piece that seems weird to me is how we pass values to the nodes in the subprocess. In the docs, it says that the variables in the FromParent of the subprocess will get added to the start node. However, unless I add them manually to the parent's start node, I can't access them in an assign node.
Has anyone else used the subprocesses yet that can tell me what I'm missing?