From 0be977eda7dce382c1e6989232f98ea320b3c2b8 Mon Sep 17 00:00:00 2001
From: Tommy Persson <tommmy.persson@liu.se>
Date: Thu, 3 Jun 2021 22:58:06 +0200
Subject: [PATCH] Adding tage and unit to display message and to service calls
 for display tst

---
 srv/ExecuteDelegation.srv | 2 ++
 srv/StartDelegation.srv   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/srv/ExecuteDelegation.srv b/srv/ExecuteDelegation.srv
index b84a7b5..fa74539 100644
--- a/srv/ExecuteDelegation.srv
+++ b/srv/ExecuteDelegation.srv
@@ -1,6 +1,8 @@
 string name		     # Name of delegation (used for display purposes)
 int32 root_id          # Root id of the delegation tree to be executed
 bool display_flag	     # If true display the TST trees.
+string tag        # display Tag, e.g: team-task-queue or empty string
+string unit       # display Unit running the tree, used for trees run on a signle unit when team-task-queue is the tag
 ---
 int32 root_id          # Root id of the execution tree that is executed
 bool success
diff --git a/srv/StartDelegation.srv b/srv/StartDelegation.srv
index cdf9461..bfcf070 100644
--- a/srv/StartDelegation.srv
+++ b/srv/StartDelegation.srv
@@ -11,6 +11,8 @@ bool use_unit_prioritizer    #
 string override_blocking     # String that indicates if blocking should be overridden or not.
 bool single_step             # If true, ask for input in each check function.
 bool display_flag	     # If true display the TST trees.
+string tag        # display Tag, e.g: team-task-queue or empty string
+string unit       # display Unit running the tree, used for trees run on a signle unit when team-task-queue is the tag
 ---
 int32 root_id
 string cid                  # conversation id
-- 
GitLab