GitHub user chenlica added a comment to the discussion: Proposal: Parameterized Canvas — a second view of the same workflow
Per our offline discussions, I like this design in general. Notice that if a user fills a value for a parameter, this value becomes part of the workflow. There is no another abstract "view" layer that can store this filled value. As a result, the change will become immediately visible to other users accessing this workflow. In addition, if a user A runs this workflow with one value for the parameter, another user B cannot run this workflow with a different value, since both users share the same workflow. If user B wants to run the workflow with a different value, they have to clone the workflow. This behavior is due to the fact that the system only allows one execution for each workflow. So it's not caused by this "p canvas" design. GitHub link: https://github.com/apache/texera/discussions/7807#discussioncomment-18101009 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
