Avaiga / taipy-studio-config

Visual Studio Code extension for Taipy: Configuration Builder
Apache License 2.0
5 stars 1 forks source link

Which Data Node is the first argument of the Task Node #56

Open AlexandreSajus opened 1 year ago

AlexandreSajus commented 1 year ago

Description If two Data Nodes are inputs of a Task Node, Taipy Studio needs to clarify which one is the first argument and which is the second. The same goes for outputs: image

jrobinAV commented 8 months ago

A related topic can be implemented on taipy core. The task function could accept params in any order using named parameters instead of positional parameters.