Hi;
I created a very simplified version of my custom transformer.
All it does is find the center point and define the layer name for the future dwg writer.
Attached is a custom transformer and workbench example, where dwg writer creates a dwg file with point in the default layer that come from custom transformer.
When I use the transformer in "linked" mode and start the entire workbench, I get an error.
When I use it in "linked" mode but with the use of feature caching to the transformer, and then I only start the dwg writer with "run to this", then it's ok.
When I use the transformer in "embedded" mode, everything works fine.
The difference in the translation log is in line:
"Using MultiWriter with keyword `PRIMARY_DEST' to output data (ID_ATTRIBUTE is `multi_writer_id')"
in embedded mode and
"Using MultiWriter with keyword `REDIRECTED_DEST' to output data (ID_ATTRIBUTE is `multi_writer_id')" in linked mode.
Note that the transformer was working properly before the upgrade to the new version.
Thanks...