I've gotten around the map_task "single input" lim...
# announcements
z
I've gotten around the map_task "single input" limitation before by using a data class to consolidate all the inputs together, but it doesn't look like I can use those as inputs to the shell task since you can't (or I think you can't) deference multiple times (i.e.
{{ .<http://inputs.my|inputs.my>__input__data_class.input_1 }}
)
k
At the moment you cannot
But you can extend / change the implementation
it can be extended to add more complex regexes
and we can ensure that the complex regex is only matched if the input type is dataclass?
z
cool, I'll look into this
174 Views