Workflows

Search filter terms
Filter by type
Filter by tag
Filter by user
Filter by licence
Filter by group
Results per page:
Sort by:
Showing 102 results. Use the filters on the left and the search box below to refine the results.
Tag: localworker

Workflow Choose - no title or message parameters (1)

Thumb
The split_string_into_string_list_by_regular_expression parses the string 'a,b,c,d,e' and outputs the list ['a','b','c','d','e']. The choose service displays a dialog with no title or message. The user is able to choose from the values ['a','b','c','d',e']. When the user presses OK the value the user chose is passed to the answer port of the choose service and so to the output of the workflow.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Byte[] to string - empty value (1)

Thumb
The beanshell converts the empty string '' to a byte array which is then converted back to the empty string '' by the Byte[]_to_string service.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Byte[] to string - non empty value (1)

Thumb
The beanshell converts the string 'hello' to a byte array which is then converted back to the string 'hello' by the Byte[]_to_string service.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Ask - title and message parameters (1)

Thumb
The ask service displays a prompt with 'Some title' and the prompt message 'Some message'. If the user presses cancel, then a service failure is generated. If the user presses OK then their input, even if it is empty, is passed to the answer port of the ask service and so to the output of the workflow.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Ask - just message parameter (1)

Thumb
The ask service displays a prompt with no title but with the prompt message 'Some message'. If the user presses cancel, then a service failure is generated. If the user presses OK then their input, even if it is empty, is passed to the answer port of the ask service and so to the output of the workflow.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Ask - just title parameter (1)

Thumb
The ask service displays a prompt with the title 'Some title' but no prompt message. If the user presses cancel, then a service failure is generated. If the user presses OK then their input, even if it is empty, is passed to the answer port of the ask service and so to the output of the workflow.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Ask - no parameters (1)

Thumb
The ask service displays a prompt with no title and no prompt message. If the user presses cancel, then a service failure is generated. If the user presses OK then their input, even if it is empty, is passed to the answer port of the ask service and so to the output of the workflow.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Example of Execute_SQL_Query with parameters (1)

Thumb
This workflow connects to a mysql on localhost, queries the "world" database which is one of the test databases on MySQL 5.5, queries it about which countries have Dutch as a language, and emits answers in both Lists and in xml. This workflow is intended as an example to help you see the syntax for the various inputs to this local service beanshell. see: http://www.mygrid.org.uk/dev/wiki/display/taverna/Execute+SQL+Query for instructions on jars, dependencies etc. The jar used he...

Created: 2012-03-16 | Last updated: 2012-03-16

Credits: User Helen Hulme

Workflow Fetch today's xkcd comic (1)

Thumb
Use the local services and some filtering operations to fetch the comic strip image from http://xkcd.com/ Based on the FetchDailyDilbert workflow.

Created: 2011-07-12 | Last updated: 2011-07-12

Credits: User Tomoinn User Stian Soiland-Reyes

Attributions: Workflow Fetch today's xkcd comic

Workflow Warn - message parameter (1)

Thumb
The warn service displays a warning dialog with no title but message 'Some message'. When the user presses OK the string 'answer' is passed to the answer port of the warn service and so to the output of the workflow.

Created: 2008-09-27

Credits: User Alan Williams

Results per page:
Sort by: