Workflows

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

Workflow Concatenate two strings - empty strings (1)

Thumb
The concatenate two strings service takes two empty strings and returns an empty string.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Concatenate two strings (1)

Thumb
The concatenate two strings service takes the strings 'good' and 'bye' and returns the result 'goodbye'.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Concatenate files - multiple files (1)

Thumb
The workflow splits the string 'a,b,c,d,e' into its five elements and saves the individual strings to five temporary files. The file paths to those files are then output by the create_and_populate_temporary_file beanshell. The create_temporary_file beanshell creates a file to which the concatentation can be written. The concatenate_files service concatenates the five files and writes the result to the temporary output file. Because the displayresults port has no value, the results are not...

Created: 2008-09-27

Credits: User Alan Williams

Workflow Concatenate files - echo results but no files (1)

Thumb
The split_string_into_string_list_by_regular_expresson outputs an empty list since the string to be split is defaulted to ''. As there are no input values, the create_and_populate_temporary_file generates an empty list. The create_temporary_file beanshell creates a file to which the concatentation can be written. The concatenate_files service does not write anything to the temporary output file. Because the displayresults port has been given a default value of 'true', the empty string is ...

Created: 2008-09-27

Credits: User Alan Williams

Workflow Concatenate files - echo results and multi... (1)

Thumb
The workflow splits the string 'a,b,c,d,e' into its five elements and saves the individual strings to five temporary files. The file paths to those files are then output by the create_and_populate_temporary_file beanshell. The create_temporary_file beanshell creates a file to which the concatentation can be written. The concatenate_files service concatenates the five files and writes the result to the temporary output file. Because the displayresults port has been given a default value of...

Created: 2008-09-27

Credits: User Alan Williams

Workflow Choose - single element list (1)

Thumb
The split_string_into_string_list_by_regular_expression parses the string 'a' and outputs the list ['a']. The choose service displays a dialog with 'Some title' and 'Some message'. The user is only able to choose the value 'a'. When the user presses OK 'a' 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 Choose - title and 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 'Some title' and with 'Some 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 Choose - 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 choose service displays a dialog with 'Some title' but no 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 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

Results per page:
Sort by: