workflowmanager-viewer-js icon indicating copy to clipboard operation
workflowmanager-viewer-js copied to clipboard

Launch URL

Open raulmf opened this issue 5 years ago • 0 comments

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.

raulmf avatar Jun 12 '20 16:06 raulmf