I have a query on RunGraph component.
Say there is a main graph GraphA with the RunGraph component whose Graph URL is set as another graph GraphB.
GraphA triggers GraphB with the RunGraph components & capture the output in the Success & Fail component. Once the result is available, the result is notified on a communication channel.
GraphB gets data from multiple databases, joins, reformats, filters & then writes to a Spreadsheet. It's execution is based on a couple of parameters ParameterA & ParameterB.
Now,
Thanks !
Say there is a main graph GraphA with the RunGraph component whose Graph URL is set as another graph GraphB.
GraphA triggers GraphB with the RunGraph components & capture the output in the Success & Fail component. Once the result is available, the result is notified on a communication channel.
GraphB gets data from multiple databases, joins, reformats, filters & then writes to a Spreadsheet. It's execution is based on a couple of parameters ParameterA & ParameterB.
Now,
Is it possible to pass ParameterA & ParameterB to GraphB from GraphA ? If yes, please share on how it can be done. I did see that the RunGraph component has a property 'Graph parameters to pass'; I tried adding passing values as: ParameterA = ValueA; ParameterB = ValueB. But unable to override the values set for these parameters in GraphB.
Also when I run GraphA, the log messages for GraphB are not available in Console. Can you please tell me how to see the console log for GraphB ?
Thanks !
Comments (2)