Skip to content

Reverse the .to_callable() call #90

@clausmichele

Description

@clausmichele

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions