When one of the bulk arguments of a task is failed, the task status is set to failed also, and the rest of the registered bulk arguments are ignored and not processed.
In order to resolve this issue, I think we must process failed tasks (having registered bulk arguments) also or set bulk argument status to succeeded in all cases.
When one of the bulk arguments of a task is
failed, the task status is set tofailedalso, and the rest of theregisteredbulk arguments are ignored and not processed.In order to resolve this issue, I think we must process
failedtasks (having registered bulk arguments) also or set bulk argument status tosucceededin all cases.