Workflows

Search filter terms
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 226 results. Use the filters on the left and the search box below to refine the results.
User: Alan Williams Licence: by

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: 2010-10-28 | Last updated: 2010-10-28

Workflow List files by regex - single match (1)

Thumb
The create_temporary_directory beanshell creates a temporary directory and outputs the path to that directory. The populate_directory beanshell creates several files within the temporary directory. Once the directory has been populated, it is examined by the List_files_by_regex service and the file path to the one file matching 'c.*' i.e. starting with 'c' is output.

Created: 2010-10-28

Workflow List files by regex - several answers (1)

Thumb
The create_temporary_directory beanshell creates a temporary directory and outputs the path to that directory. The populate_directory beanshell creates several files within the temporary directory. Once the directory has been populated, it is examined by the List_files_by_regex service and the file paths matching the regular expression '.*i.*', i.e. those containing an 'i', are output.

Created: 2010-10-28

Workflow List files by regex - no matches (1)

Thumb
The create_temporary_directory beanshell creates a temporary directory and outputs the path to that directory. The populate_directory beanshell creates several files within the temporary directory. Once the directory has been populated, it is examined by the List_files_by_regex service. Since no files match the regular expression 'x.*' i.e. no files have a name that starts with 'x', an empty list is output.

Created: 2010-10-28

Workflow List files by regex - empty directory (1)

Thumb
The create_temporary_directory beanshell creates a temporary directory and outputs the path to that directory. The empty directory is examined by the List_files_by_regex service. Since there are no files, an empty list is output.

Created: 2010-10-28 | Last updated: 2010-10-28

Workflow List files by extension - single match (1)

Thumb
The create_temporary_directory beanshell creates a temporary directory and outputs the path to that directory. The populate_directory beanshell creates several files within the temporary directory. Once the directory has been populated, it is examined by the List_files_by_extension service and the file path to the one file ending in ".bin" is output.

Created: 2010-10-28 | Last updated: 2010-10-28

Workflow List files by extension - several matches (1)

Thumb
The create_temporary_directory beanshell creates a temporary directory and outputs the path to that directory. The populate_directory beanshell creates several files within the temporary directory. Once the directory has been populated, it is examined by the List_files_by_extension service and the file paths to the three files ending in ".png" are output.

Created: 2010-10-28 | Last updated: 2010-10-28

Workflow List files by extension - no matches (1)

Thumb
The create_temporary_directory beanshell creates a temporary directory and outputs the path to that directory. The populate_directory beanshell creates several files within the temporary directory. Once the directory has been populated, it is examined by the List_files_by_extension service. Since no files end in ".fred", an empty list is output.

Created: 2010-10-28 | Last updated: 2010-10-28

Workflow List files by extension - empty directory (1)

Thumb
The create_temporary_directory beanshell creates a temporary directory and outputs the path to that directory. The empty directory is examined by the List_files_by_extension service. Since no files end in ".png", an empty list is output.

Created: 2010-10-28

Workflow Get Environment Variables as XML (1)

Thumb
The Get_Environment_Variables_as_XML service returns an XML file containing a set of property elements each of which contains the name and value of an environment variable.The Get_Environment_Variables_as_XML service returns an XML file containing

Created: 2010-10-28

Results per page:
Sort by: