| Gets a node in a workflow model by node name.
This tool is useful for introspecting nodes in a workflow model which have been
deployed in the server. The output is sent to STDOUT.
Usage: java xflow.tools.GetNodeByNodeName [workflow model name] [version] [node name]
If the latest version is desired, use -1 for version.
|