Run FME server workbench from ArcGIS online widget

1720
2
05-12-2018 05:20 AM
Labels (1)
deleted-user-Ore7X-seJO2r
New Contributor II

Hi,

Is anyone ever build a widget on Web AppBuilder for arcgis (developer edition) that can run Job Synchronously on FME server. including public parameters.

anyone can help with the codes please.

0 Kudos
2 Replies
GangWang
New Contributor III

Maarten, i have done it before. nothing complex. just rest api call via FME Server API from your widget. here is the sample code (from the Download source)

https://playground.fmeserver.com/javascript/job-submission/run-job-synchronously/ 

deleted-user-Ore7X-seJO2r
New Contributor II

Hi Wang,

thank you very much for your comment. I already tried the FME Playground and it's working for me, the challenge is more how to convert the javascript to a widget on ArcGIS online. it lloks little complicated then I thought.

Cheers,

0 Kudos