Hi, Is it currently possible to implement taks which expects any number of parameters but will work even if no parameters provided?
Currently it returns 'argument must be of type array' error if no params passed and task looks like that:
public function myTaskAction(array $params)
I see the only way to store arguments['params'] in di, is that the only option?