Hi,
I'm setting the TaskId for the task that I start and then see the same
TaskId in the update. So that is quite easy to match.
I'm using the SchedulerDriver.acceptOffers API to start tasks.
On 31.08.2016 10:05, Tobias Pfeiffer wrote:
Hi,
when I submit a task via the launchTasks() method, I expect (unless
there is some failure on some part) that there is a subsequent status
update delivered that tells me about the status of that task. Is there
any way to identify a status update with a previously submitted task,
e.g., some ID that I could set on the submitted TaskInfo? Otherwise I
get a status update, but I have no idea which TaskInfo this refers to,
right?
Thanks,
Tobias