From a7c4b80223466ec115398b8372db2183129ace62 Mon Sep 17 00:00:00 2001
From: Sergi Hernandez Juan <shernand@iri.upc.edu>
Date: Tue, 28 May 2024 13:48:53 +0200
Subject: [PATCH] Added a vector of answers as the action result.

---
 action/ExecuteActivity.action | 1 +
 1 file changed, 1 insertion(+)

diff --git a/action/ExecuteActivity.action b/action/ExecuteActivity.action
index 9568570..0b19a2c 100755
--- a/action/ExecuteActivity.action
+++ b/action/ExecuteActivity.action
@@ -6,3 +6,4 @@ int32 return_code # Code after finishing the activity.
 string return_msg # Optional returning msg to pass information to higher levels.
 ---
 string feedback_status
+string answers[]
-- 
GitLab