Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions camel/societies/workforce/workforce.py
Original file line number Diff line number Diff line change
Expand Up @@ -3862,6 +3862,8 @@ async def _post_task(self, task: Task, assignee_id: str) -> None:
# Record the start time when a task is posted
self._task_start_times[task.id] = time.time()

# Ensure assignee mapping exists for retries and follow-up handling.
self._assignees[task.id] = assignee_id
task.assigned_worker_id = assignee_id

task_started_event = TaskStartedEvent(
Expand Down