Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reverse the .to_callable() call #90

Open
clausmichele opened this issue Oct 2, 2024 · 0 comments
Open

Reverse the .to_callable() call #90

clausmichele opened this issue Oct 2, 2024 · 0 comments

Comments

@clausmichele
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant