Gaffer icon indicating copy to clipboard operation
Gaffer copied to clipboard

NamedOperations and Operation Chains do not accept multiple inputs

Open j8934893 opened this issue 3 years ago • 0 comments

The GetElementsBetweenSets operation requires both an input and input_b.

However, if this operation is nested within an operation chain and defined as a named operation there is no way to pass in input_b.

This addition would be required for future inclusions of operations such as: GetShortestPaths, GetWalksBetween etc. that would require multiple inputs.

The option to provide an input map with multiple input sets/collections might cover this.

Possibly something that would need to wait for v2.

j8934893 avatar Feb 25 '21 16:02 j8934893