[BUG] Single node test runs with nested dict parent node inputs InvalidReferenceProperty error. #3882
Labels
bug
Something isn't working
no-recent-activity
There has been no recent activity on this issue/pull request
Describe the bug
When running a single node (not entire flow) with inputs that include sub dictionary from parent node output, there is a bug in how the inputs are parsed that causes the run to fail.
How To Reproduce the bug
Steps to reproduce the behavior, how frequent can you experience the bug:
pf.flow.node_test failed with InvalidReferenceProperty: Flow execution failed. Invalid property 'result.key1' when accessing the node 'parent_node'. Please check the property and try again.
Expected behavior
The run of the node should pass when running single node if it also passed when running entire flow.
Screenshots
If applicable, add screenshots to help explain your problem.
Running Information(please complete the following information):
pf -v
: [1.16.1]python --version
: [3.11.10The text was updated successfully, but these errors were encountered: