To understand Aux pads you need to understand what a composer is in GEGL. In GEGL an aux pad is this below
id=1 multiply aux=[ ref=1 ]
An aux determines how many individual inputs a GEGL composer has. In this case with gegl:multiply and other blend modes, an aux only has one input, but examples of two inputs are like in the case of distortion composers.
displace aux=[ id=0 ] aux2=[ ref=1 ]
Displace, the distortion composer has two aux pads for outputs to go in them. Some odd gegl nodes hidden from GIMP that I don’t use have many more auxs.
There might be a few more obscure ones, but the point is all composers have at least one aux pad.
Also,
The reason you get that error is because GIMP does not allow gegl:multiply to be shown in the GUI. The best you can do is run hue-chroma or saturation filters that do nothing at 0.0 and set their blend mode to multiply. That way you can automate a multiple blend.
If you want to learn GEGL I’m the guy who will gladly help you, I have four years of experience and am obsessed with it. Take care Yasuo