You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, to implement new processes, we need to get access to the original process graph (or at least the part related to that function call) inside of the called functions. Is it possible to do that with the current code structure?
So, starting from: pg_callable = parsed_graph.to_callable(process_registry=process_registry)
being able to inspect the chain of calls inside pg_callable.
The text was updated successfully, but these errors were encountered:
In some cases, to implement new processes, we need to get access to the original process graph (or at least the part related to that function call) inside of the called functions. Is it possible to do that with the current code structure?
So, starting from:
pg_callable = parsed_graph.to_callable(process_registry=process_registry)
being able to inspect the chain of calls inside
pg_callable
.The text was updated successfully, but these errors were encountered: