Skip to main content
Question

Partial Prepopulation of FME Server Job Sumitter workspace

  • May 17, 2020
  • 1 reply
  • 15 views

Hi All,

 

Is there a way to allow the jobsubmitter workspace to be partial populated by some means from user clicking a prebuilt URL? (Or other method)

 

I have a ESRI webmap that contains a feature service with Asset locations. These assets contain a unique identifier attribute I wish to pass into the workspace so the user doesn't have to type it, or select it from a drop down.

The workspace

I have a workspace that requires the unique identifier to maintain a relationship with other data, however the user needs to load in a CSV and add other parameter details before executing the workspace.

 

Currently I have set it up so the user types this ID, but this is fraught with danger of the relationship being lost due to typos.

 

My research so far....

I have found that I can either build a URL from the attributes in my ESRI web map as a popup to either 1. Open the job submitter with blank parameters (Shareable URL); OR 2. supply all parameters filled in and the job goes straight into execution (Direct URL)...

However I can not seem to get the URL string to open the workspace, pre-populate it but not execute. Allowing for the user to input values into other parameters. Is there a syntax for this, or does it not exist?

 

https://safe-software.gitbooks.io/fme-server-authoring-training-2017/content/ServerAuthoring1Basics/1.20.RunningWithURL.html

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

anhphuongt
Forum|alt.badge.img
  • September 21, 2020

Hi mgerbz, this might be a little too late, but I think a simple solution would be to setup some kind of dialog on ESRI web map to get user's input and then when user press on Execute, you then fill up the rest of the parameters with ID, etc. You then send the request with all the parameters to FME for execution.