Skip to main content
Released

Published Parameters - indicate optional vs. required

Related products:FME Form
  • October 29, 2015
  • 2 replies
  • 56 views

fmelizard
Safer
Forum|alt.badge.img+22

In many cases, especially when integrating FME Server in custom applications it is neccessary to know if a given parameter is optional or not. For example to give the user visual feedback if a certain parameter may not be empty. This information exists in the workbench, but is not published through the REST Interface.

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.

2 replies

rylanatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • October 18, 2017

This has now been implemented in FME Server Build 18190 or Newer!

The web interface will now indicate required parameters that are not satisfied when the workspace is configured (and a run attempted) and the REST API now returns an "optional" : <true | false> parameter when queried – e.g. GET /repositories/< repository >/items/< item >/parameters.


rylanatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • March 20, 2018

FME Server 2018.0 has now been released! If you try to run a workspace without filling in any non-optional (i.e. required) parameters, these fields will be highlighted. See example image below.

'