flomickl opened a new issue, #1351: URL: https://github.com/apache/streampipes/issues/1351
### Body I implemented a requiredMultiValueSelection in my declaireMethoth. It is working as expected but it allows, that no value is selected. ``` .requiredMultiValueSelection( Labels.withId(VALIDATION_TYPE_KEY), Options.from( ValidationType.IsEmpty.name(), ValidationType.IsSimple.name() ) ) ``` **What I expect.** Select one or two of these options It should check if at least one field is selected. **What happens.** I can finish the Pipeline and no value is selected.  Pipeline is valid  But starts to fail of course  ### StreamPipes Committer I acknowledge that I am a maintainer/committer of the Apache StreamPipes project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@streampipes.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org