You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bug with not passing scheduled node id to the task host task (#12639)
### Context
There seem to be a merge bug introduced in #12577.
The scheduled node id should be passed to the `TaskHostTask` in both
instances of the task creation.
### Changes Made
1. Passed scheduled node id to the task host task constructor
2. Removed the default value in constructor to avoid such errors in
future.
### Testing
None
0 commit comments