Hi , I have gone through the tutorials Service invocation plugin <http://dev.mygrid.org.uk/wiki/display/developer/Tutorial+-+Service+invocation+plugin> and Service discovery plugin <http://dev.mygrid.org.uk/wiki/display/developer/Tutorial+-+Service+discovery+plugin>. So in order to bring CWL workflows to the Taverna i have to implement Service discovery plugin <http://dev.mygrid.org.uk/wiki/display/developer/Tutorial+-+Service+discovery+plugin> for CWL right ?.
Please tell me following points are correct or not if not say where am i wrong , 1. SCULF2 workflows are saved as workflow bundle document . 2. Service discovery plugin <http://dev.mygrid.org.uk/wiki/display/developer/Tutorial+-+Service+discovery+plugin> Service Description is java bean and it's build using corresponding workflow bundle document . 3. Activity has the logic of workflow .For example let's say service is addtiion of two numbers . Then two numbers are input and the addition is inside the Activity class . 4.Activity class is also configured (build) using corresponding workflow bundle document . *5. when designing a CWL * Service discovery plugin <http://dev.mygrid.org.uk/wiki/display/developer/Tutorial+-+Service+discovery+plugin> i Have to implement dummy Activity class for CWL . It should have logic to execute cwl-runner with corresponding tool and inputs and get the output . regards.
