OpenFn / lightning

OpenFn/Lightning ⚡️ is the newest version of the OpenFn DPG and provides a web UI to visually manage complex workflow automation projects.
https://openfn.github.io/lightning/
GNU Lesser General Public License v3.0
115 stars 31 forks source link

Add input validation when inputing workflow names and condition labels #2191

Open christad92 opened 2 weeks ago

christad92 commented 2 weeks ago

YAML does not allow bare special characters without quotation and this implicitly restricts users from using special characters for step/job names, workflow names, or condition labels. We have validation for job names that are not applied for workflow names and condition labels so we get errors when running openfn deploy commands.

We should have validation to prevent users from adding special characters in workflow names and condition labels.