Esri / Esri/workflowmanager-viewer-js
Launch URL
Open
- Dominant language
- JavaScript
- Stars
- 27
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.