Hi,
you could consider writing the string data to a suitable format (such as text or FFS) before passing the filename to the second workspace.
David
Hi David,
Would you please give an example in brief?
Thanks.
First workbench
- Do your processing
- At the end, write stringdata to filename.ffs
- WorkspaceRunner, pass "filename.ffs" as parameter
Second workbench
- FFS reader on published parameter, reading "filename.ffs" and using the stringdata read from the file for the processing
David
In Fme desktop, i am able to call workbench with workspace runner by specifying fmw location. But in server how to specify a published workbench???
Have a look at the FMEServerJobSubmitter.
David