Esri / workflowmanager-viewer-js

Source code for ArcGIS Workflow Manager Classic JavaScript viewer - Manage your workflows on the web.
Apache License 2.0
26 stars 31 forks source link

Launch URL #16

Open raulmf opened 4 years ago

raulmf commented 4 years ago

In file Constants.js

StepExecutionType : { EXECUTABLE : "executable", FUNCTION : "function", PROCEDURAL : "procedural", URL : "url", QUESTION : "question", FILE : "file" },

I think it should be URL:"launch-url" instead, othewise nothing is done when calling a launch url step.