Skip to content
Snippets Groups Projects
Commit 0be977ed authored by Tommy Persson's avatar Tommy Persson
Browse files

Adding tage and unit to display message and to service calls for display tst

parent d2420b21
No related branches found
No related tags found
No related merge requests found
Pipeline #47831 failed
string name # Name of delegation (used for display purposes) string name # Name of delegation (used for display purposes)
int32 root_id # Root id of the delegation tree to be executed int32 root_id # Root id of the delegation tree to be executed
bool display_flag # If true display the TST trees. 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 int32 root_id # Root id of the execution tree that is executed
bool success bool success
......
...@@ -11,6 +11,8 @@ bool use_unit_prioritizer # ...@@ -11,6 +11,8 @@ bool use_unit_prioritizer #
string override_blocking # String that indicates if blocking should be overridden or not. 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 single_step # If true, ask for input in each check function.
bool display_flag # If true display the TST trees. 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 int32 root_id
string cid # conversation id string cid # conversation id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment