Summary
When executing a DataTransformer definition, accepting multiple input files, Data sources are filled up by the next available when leaving one or more inputs empty.
Example:
IN_A → provided File A
IN_B → empty
IN_C → empty
IN_D → provided File D
The DataTransformer will execute with following list:
IN_A → provided File A
IN_B → provided File D
Enhancement Request
Provide a "Staggering" parameter using which the behavior can be controlled in case of empty input. When set to false, the DataTransformer definition will execute with following list:
IN_A → provided File A
IN_D → provided File D
Workaround
Use empty rtx files as input
Applies To
RMF 9.2.9 - 2024.x
Status
Solved in RMF 2024.3
Enhancement Tracking
ROSO-13391
Comments
0 comments
Please sign in to leave a comment.