Is there anywhere in a run object I can store laun...
# announcements
n
Is there anywhere in a run object I can store launcher-specific data? Specifically a task ID to use later for termination.
n
👍
d
One tricky thing is there might be a race condition (that we should fix) if the tag is set after execution has already started, that's why the launcher is careful to set the tag before execution actually starts
n
I see you reworked the launcher code last month wheee
Or rather the origin management code which is part of the launcher flow 🙂