- Issue created by @bdunphy
- 🇩🇪Germany jurgenhaas Gottmadingen
I see, where you're coming from. However, this was a deliberate design decision as this yaml parsing is happening all over ECA in this way, not just in cache writing.
I can only see 2 options moving forward, since changing the behavior would break existing models:
- Add a new option to the drop-down to have a choice whether to fail or not for yaml parsing; or a separate checkbox
- Add a condition that validates the yaml before using it in any of the actions
I would actually vote for the second on in any case, and wonder if we then even require the first one.
Changed to feature request since this is operating as intended.
- 🇨🇦Canada bdunphy
I agree with the second option of validating the YAML before use. This falls in line with programming standards where we want to validate before usage.