diff --git a/srv/ExecuteDelegation.srv b/srv/ExecuteDelegation.srv index b84a7b50bb01c2088732c63b1db0bef82b7f97dd..fa74539159cefcb6e137b595aa5563281bf5cb25 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 cdf94619e2fee2a8ad5ff7743b9a4cc6179884aa..bfcf0706ec83e9b8b012a2d8d41713868415ebd3 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