Multiple input feature problem
I've encountered a problem using MultipleInputFeatureRequirement. It works with required inputs but not with optional inputs. Is this an expected behaviour and if so why?
All code to reproduce the problem and other information are here - https://github.com/AleksandrSl/cwl-problem-samples/tree/master/multiple_input_feature
• 1,185 views
•
link
0 answers
No answers yet.
Log in to answer this question.
I've found workaround for optional parameters using expressions,
Nevertheless this behaviour looks like a bug