When I try to create a custom component with multiple input ports, I get the error message:-
At most 1 input ports can be defined!
The customcomponents.xml has two input ports defined:-
<inputPorts>
<singlePort name="0" required="true" />
<singlePort name="1" required="true" />
</inputPorts>
Is there anything else that I need to do to configure my component to use multiple ports?