Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: timonkTheBishop,
Unfortunately I do not have access to my BRE install at the moment, so I apologize if this is off-base. (e.g. I can't load your example graph)
I assume from your description you have a graph which calls the Execute BRX node, which then calls your child graph.
Runtime Parameters to a sub-graph need to be passed to the Execute BRX node as input data. So if you have a BRX with a runtime parameter FOO, and you want to give it the value BAR, the Execute BRX node will need to be given an input record with a field "FOO", with a record value "BAR". Execute BRX will run its specified sub-graph once per input record. Each record must contain a field for each runtime parameter, with valid values.
Are you passing in your parameter values in this fashion?
Regards
Timon Koufopoulos
MDA Support.