Hi,
I have a model where I build slugs using the GUI functionality of the conveyors. I do not use a Merge Controller. Now I try to manually release the slug, but I don´t get the syntax right. I tried this:
Conveyor testConveyor = Model.find("StraightConveyor2");
testConveyor.slugBuilder.release();
and a lot of other syntaxes, but was not able to get it released. Can someone please post the working syntax for me?
Thx in advance