I made a custom task that uses a WorkAction to call external commands, because I need its implementations to run in parallel.
Now I need some of these implementations to read the output of the external command, but I can't get it out of the WorkAction, nor provide a function to manipulate it as it breaks configuration cache.
Do you guys have some suggestion?