When an exception is thrown, the dependent tasks will still execute. This isn't a problem for multitasks, so long as there is at least one single task to fulfill. However, for the standard task, this can become catastrophic. It is possible that the standard task will not start at all, which will break the dependency chain. This must be fixed.
When an exception is thrown, the dependent tasks will still execute. This isn't a problem for multitasks, so long as there is at least one single task to fulfill. However, for the standard task, this can become catastrophic. It is possible that the standard task will not start at all, which will break the dependency chain. This must be fixed.