Question

How to pass/get output from a workspace to fmeserverjobsubmitter

  • 30 December 2014
  • 1 reply
  • 1 view

Badge
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

1 reply

Userlevel 4
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