Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Fix Version/s: 1.5
-
Component/s: Taverna GUI
-
Labels:None
Description
In the service panel, you can right click on a service and do "Invoke". However, nothing happens in 1.5.
This worked in 1.4.
Issue Links
| Depends | |||
|---|---|---|---|
|
|||
To invoke a workflow, simply do ModelMap.getInstance().setNamedModel(ModelMap.INVOKE_WORKFLOW, scuflModelToInvoke) - and this should switch to Invoke perspective with the workflow in question.
TODO: Run workflow if no inputs are needed! (Requires refactoring out run-method from InvocationPanel)