Skip to main content
HI All, 

 

 

How to send an output from a workspace to fmeserverjobsubmitter. 

 

 

For Instance I am having a workspace which checks if a field exists in a feature class if not then notify the user. 

 

 

If I publish this workspace in the server and use it using fmeserverjobsubmitter how can I access the output 

 

 

How can I achieve this ? 

 

 

Thanks
Hi,

 

 

in the workspace that is called by the FMEServerJobSubmitter, you will have to define one or more published parameters that will receive whatever value you want to transmit.

 

 

When you republish this workspace, you can re-configure the FMEServerJobSubmitter on the calling side and it will let you assign attributes to the published parameters on the called workspace.

 

 

See also here: http://fmepedia.safe.com/articles/How_To/FME-Server-Workflow-Management

 

 

David

Reply