All content

Search filter terms
Filter by category
Filter by type
Filter by tag
Filter by user
Filter by licence
Filter by group
Filter by wsdl
Filter by curation
Results per page:
Sort by:
Showing 147 results. Use the filters on the left and the search box below to refine the results.
Tag: example User: Alan Williams Group: myGrid

Workflow String list difference - yielding empty list (1)

Thumb
The string list difference service takes in ['a','b','c'] and ['a','c','b'] and returns the empty list [].

Created: 2008-09-27

Credits: User Alan Williams

Workflow Split string into string list by regular e... (1)

Thumb
The split string into string list by regular expression takes the string 'a,b,c' and using the default regular expression ',' splits it into the list ['a','b','c']

Created: 2008-09-27

Credits: User Alan Williams

Workflow Select - single element list (1)

Thumb
The split_string_into_string_list_by_regular_expression parses the string 'a' and outputs the list ['a']. The select service displays a dialog with 'Some title' and 'Some message'. The user is only able to select the value 'a'. When the user presses OK 'a' is passed to the answer port of the select service and so to the output of the workflow. If the user clicks Cancel then a service failure is generated.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Select - title parameter (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 select service displays a dialog with 'Some title' but no message. The user is able to select from the values ['a','b','c','d',e']. When the user presses OK the value the user selected is passed to the answer port of the select service and so to the output of the workflow. If the user clicks Cancel then a service failure is generated.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Select - 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 select service displays a dialog with no title or message. The user is able to select from the values ['a','b','c','d',e']. When the user presses OK the value the user selected is passed to the answer port of the select service and so to the output of the workflow. If the user clicks Cancel then a service failure is generated.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Remove duplicate strings - empty list (1)

Thumb
The remove duplicate strings service takes the empty list [] and outputs the result [].

Created: 2008-09-27

Credits: User Alan Williams

Workflow Remove duplicate strings (1)

Thumb
The remove duplicate strings service takes the list ['a','b','c','b','a','d'], strips out duplicate strings and outputs the result ['a','b','c','d'].

Created: 2008-09-27

Credits: User Alan Williams

Workflow Read text file - empty file (1)

Thumb
The beanshell creates an empty temporary file. The filepath to the temporary file is then passed to the Read_text_file service which reads the file and outputs the empty string ''.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Read text file - several lines (1)

Thumb
The beanshell write the string 'hello' four times separated by a new lineto a temporary file. The filepath to the temporary file is then passed to the Read_text_file service which reads the file and outputs the string 'hello hello hello hello'.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Read text file (1)

Thumb
The beanshell write the string 'hello' to a temporary file. The filepath to the temporary file is then passed to the Read_text_file service which reads the file and outputs the string 'hello'.

Created: 2008-09-27

Credits: User Alan Williams

Results per page:
Sort by: