Web console: expose handoff API#16586
Conversation
|
Where on the UI are the Task Group IDs found? If this is the "Group ID" value from the Tasks tab, then would it make more sense to implement the "Early Handoff" option on the Tasks tab instead of the Supervisor tab? I understand it is the Supervisor that needs the direct instruction and not the Task ... but from a user perspective it is the task that I am cycling, not the Supervisor. Thanks. John |
the task's taskGroupId is under the streaming task -> ioConfig -> taskGroupId. i think it still makes sense to have it on the supervisor (since you can specify multiple tasks to handoff, and like you said the api is operating on the supervisor). it would be nice to have a more explicit group -> task_id mapping available somewhere in the superivsor though. i have observed that the Statistics tab for the supervisor already shows tasks by ascending group id (1,2,3,4,5, etc) so maybe it could be there, or alternatively just in the status page |
ektravel
left a comment
There was a problem hiding this comment.
Left a few suggestions.
|
Verbiage ... do we need to make a distinction between "supervisor handoff" and "task group handoff"? I thought a "supervisor handoff" involved cycling all tasks for the supervisor ... this is what we can do by "Open in Data Loader" and then Submit without making any changes to the supervisor spec. If there is any ambiguity here it might be safer to always reference "task group(s)" as the thing being handed off. My understanding is that Supervisor is merely the orchestrator here. |
…andoff-dialog.tsx Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com>
…andoff-dialog.tsx Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com>
…andoff-dialog.tsx Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com>
|
This pull request has been marked as stale due to 60 days of inactivity. |
Expose handoff API added in #16310