Select to view content in your preferred language

Fully support Data Interop user parameters from the Workbench app in the GP framework

461
1
09-06-2022 09:02 AM
Status: Under Consideration
Labels (1)
TomGeo
by
Frequent Contributor

Using the ArcGIS Data Interoperability Workbench offers you all the possibilities you find in FME Workbench to define user parameters.
The 'Choice' parameter type allows you to define a dropdown list where you define values and there aliases, called 'Display' in FME.

TomGeo_0-1662479392758.png

When executing the workspace in FME the user is presented a dropdown list showing all the display items to select from. Behind the scenes, FME is using the value of the selected display item.

While ArcGIS Pro does understand the choice list parameter during the 'Share As Web Tool' procedure, the resulting web tool does not show any of the display items anymore, but only the behind laying values, and thereby removing the meaning of the items in the context of the user.

TomGeo_1-1662479825969.png

TomGeo_2-1662479889882.png

 

I think for everybody who has a good user experience in mind, and is using the 'Choice' dropdown user parameter, it will be very helpful when the resulting dropdown box in the geoprocessing tool is able to handle both, the value and its display.

 

 

1 Comment
RenatoSalvaleon3
Status changed to: Under Consideration

@TomGeo we have a few parameter types to consider in addition to what is currently supported.

At the top of the list is workspace parameters - using the Browse To folder icon in Pro - to allow the user to navigate and choose an alternate workspace. Next on this list is multiple items (- e.g. multiple feature layers or shapefiles - on the ETL tool.

We'll put a bump up on the Choice list and include your use case in our repo issue.

Thanks.