From 6afb1151ccd31eeb5f96c398263309a38c893107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 19 May 2022 14:07:42 +0200 Subject: [PATCH] OAPI: add task activity to SocketIO task updates --- pkg/api/flamenco-manager.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/api/flamenco-manager.yaml b/pkg/api/flamenco-manager.yaml index 6d1a619e..433db898 100644 --- a/pkg/api/flamenco-manager.yaml +++ b/pkg/api/flamenco-manager.yaml @@ -1262,7 +1262,8 @@ components: description: Timestamp of last update "status": { $ref: "#/components/schemas/TaskStatus" } "previous_status": { $ref: "#/components/schemas/TaskStatus" } - required: [id, job_id, name, updated, status] + "activity": { type: string } + required: [id, job_id, name, updated, status, activity] SocketIOSubscription: type: object