Can we have a feature to regex-check the input field to a pipeline. Something like:
<+input>.match(<some_regex>)
So, the input will only be accepted if that matches with the expression specified.
For example:
<+input>.match("CHG\d{8}") should only allow input like: CHG12345678, and should throw an error message or disable the run-button on pipeline.
Thanks