myGrid

Can't run service from "Invoke" in Service panel

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor 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

Activity

Hide
Stian Soiland-Reyes added a comment - 2006-11-13 16:35

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)

Show
Stian Soiland-Reyes added a comment - 2006-11-13 16:35 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)
Hide
Stian Soiland-Reyes added a comment - 2006-11-15 08:54

"Invoke" perspective comes before "Design", due to dependencies. Move the ModelListener for Enacting to the perspective artifact.

Show
Stian Soiland-Reyes added a comment - 2006-11-15 08:54 "Invoke" perspective comes before "Design", due to dependencies. Move the ModelListener for Enacting to the perspective artifact.

People

Vote (0)
Watch (0)

Dates

  • Created:
    2006-11-01 16:35
    Updated:
    2006-11-15 10:18
    Resolved:
    2006-11-15 10:15