Customer Portal

Custom Component

Comments 1

  • Avatar
    mzatopek
    0
    Comment actions Permalink
    Hello Stephen,

    please check implementation of checkConfig() method of your custom component. I guess you find there something like following code:


    if (!checkInputPorts(status, 1, 1) || !checkOutputPorts(status, 1, Integer.MAX_VALUE, false)) {
    return status;
    }


    Please, update parameters of these checks accordingly. For example this code says exactly one input port must be connected and at least one output port must be connected.

    Martin

Please sign in to leave a comment.