Issue Details (XML | Word | Printable)

Key: TAV-675
Type: Improvement Improvement
Status: Closed Closed
Resolution: By Design
Priority: Major Major
Assignee: Tom Oinn
Reporter: Stian Soiland-Reyes
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
myGrid

t2 should support implicit iteration in input port

Created: 2007-12-06 17:37   Updated: 2008-01-29 12:20
Component/s: t2 maelstrom
Affects Version/s: None
Fix Version/s: 1.7.1

Time Tracking:
Not Specified


 Description  « Hide
Perhaps a discussion point, but it is my view that users do currently (in t1) use the possibility to immediately change a workflow to do implicit iteration on its input ports by providing more than one value, even if the first services in the list expects a single value.

t2 does not support this and is stricter on that the input value needs to match the input port's depth (which again has to match to the depth of the next service, since there is no way in t1 to specify the depth on an input port directly).

This could easily be achieved by wrapping the translated t1-workflow in a nested workflow. For core t2 workflows we probably want to keep the current strict rule.



 All   Comments   Work Log   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Tom Oinn added a comment - 2008-01-29 12:20
This is intentional - the type checker needs to have a definite base type for its inputs to be effective. It would be possible to create a UI over this that detected the type the user had specified and modified the input types, ran the checker etc. but the basic functionality is correct this way.