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 99 results. Use the filters on the left and the search box below to refine the results.
Tag: localworker Licence: by

Workflow Get image from URL - url and base specified (1)

Thumb
Retrieve the image at http://www.mygrid.org.uk/files/2008/09/dragon-workflow.png using both the url and base parameters

Created: 2008-09-27

Credits: User Alan Williams

Workflow FIlter list of strings by regex extracting... (1)

Thumb
The workflow examines the five element list split from the first service. For each element, if it contains an 'a' followed by two characters, the second character after the 'a' is included in the output. Thus, for the input ['a','b','abcde','cdef','axy'], only 'abcde' and 'axy' contain a match and so ['c', 'y'] is output.

Created: 2008-09-27

Credits: User Alan Williams

Workflow FIlter list of strings by regex extracting... (1)

Thumb
The workflow examines the five element list split from the first service. For each element, if it contains an 'a' followed by two characters, then the two characters after the 'a' are included in the output. Thus, for the input ['a','b','abcde','cdef','axy'], only 'abcde' and 'axy' contain a match and so ['bc', 'xy'] is output.

Created: 2008-09-27

Credits: User Alan Williams

Workflow FIlter list of strings by regex extracting... (1)

Thumb
The workflow examines the five element list split from the first service. For each element, if it contains an 'a' followed by two characters, then that triple is included in the output. Thus, for the input ['a','b','abcde','cdef','axy'], only 'abcde' and 'axy' contain a match and so ['abc', 'axy'] is output.

Created: 2008-09-27

Credits: User Alan Williams

Workflow FIlter list of strings by regex with an un... (1)

Thumb
The workflow filters the five element list split from the first service and returns an empty list as no elements match.

Created: 2008-09-27

Credits: User Alan Williams

Workflow FIlter list of strings by regex with a sui... (1)

Thumb
The workflow filters the five element list split from the first service and returns the three elements that match the regular expression.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Fail if true - non true value (1)

Thumb
The fail if true service executes without an exception if given a value that is not true e.g. 'fred'.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Fail if true - false value (1)

Thumb
The fail if true service executes without an exception if given the value 'false'.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Fail if false - non false value (1)

Thumb
The fail if true service executes without an exception if given a non-false value such as 'fred'.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Fail if false - true value (1)

Thumb
The fail if true service executes without an exception if given the value 'true'.

Created: 2008-09-27

Credits: User Alan Williams

Results per page:
Sort by: