Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ltollesonUnfortunately there is no clean way of doing what you want. I would suggest using the method you have described. See my attached example. You will need to replace any directories with your own and recreate the ProcessGraph brx's after you change the path to the output files. Normally I would pass in these directories as parameters, but didn't since this is just an example.
There are 5 graphs in my solution
1) The main graph, which determines which graph(s) need to run and passes the GraphName to the SubGraph as a parameter.
2) The sub graph, which executes any process graphs based on the GraphName sent from the main graph.
3) 3 Process graphs, each will either run or not based on whether the graph is called from the main graph.
Hope this helps. Yes, it is a bit cludgy, but once setup it works quite nice.
Thanks,
Larry
Attachments:
ExecuteBRX.zip