Hi community,

Related issue: https://github.com/apache/dolphinscheduler/issues/14076

Currently, DS has local and global parameters. Note that Global parameters
only take effect inside the workflow. So that this issue adds project-level
parameters so that all workflows under the same project can use these
project-level parameters

# Why we need project-level parameters

Allows users to more easily define parameters that are used in multiple
workflows of the same project
E.g., hundreds of workflows that use the same time parameter ${dt}
E.g., hundreds of workflows that use the same result location parameter
${loc}

I gave some design in this issue. If you are interested, any comments or
suggestions are welcome.

Best Regards,
Rick Cheng

Reply via email to