windmill-labs / windmill

Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.
https://windmill.dev
Other
9.02k stars 396 forks source link

bug: Dataflow does not show flow_input.iter #3989

Open wasnertobias opened 6 days ago

wasnertobias commented 6 days ago

Describe the bug

Dataflow does not show flow_input.iter

To reproduce

-

Expected behavior

-

Screenshots

No response

Browser information

No response

Application version

No response

Additional Context

No response

rubenfiszel commented 6 days ago

Could you share more details please

wasnertobias commented 6 days ago

The dataflow feature in the flow editor does not show any lines for the usage of flow_input.iter - so when using a loop to iterate over an array the usage of specific key on the single items is hard to follow.

[{"a": 1, "b": "second attribute"}, {"a":543, "b": "some value"}] => Result of step a

Step a is then iterated over in a flow loop. Now check with the dataflow feature where attribute "a" or "b" is used within the loop or which attributes are used at all. => Not possible.

rubenfiszel commented 6 days ago

@fatonramadani we're missing passing for while loops