I use attribute with extracted geometry in WorkspaceRunner and pass it to another workspace's user parameter. I then use user parameter in GeometryReplacer and get reject.
I asume that problem accours when user parameter changes attribute encoding. I tryed to lab with AttributeEncoder with no success. Every time i use value from user parameter with geometry string, encoding is changed to utf-8 and GeometryReplacer seems to not like that.
Is FME cabable av passing geometry to other worspace as attribute?