Details
-
Bug
-
Resolution: Fixed
-
None
-
High
-
Added missing worker dependency for task operation workers.
-
Empty show more show less
Description
Problem
The pivot pre-translation is evaluated as task operation and with this, starting and finishing operation workers are queued. The problem is that the finishing operation worker does not have any dependencies defined.
Additional problem is that the starting and finishing operation workers are without any dependence. Missing dependence can lead to finish worker starts and it is done before the starting worker is started/finished.