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

Convert to use uuid instead of id for execution

parent 28400ec7
No related branches found
No related tags found
No related merge requests found
Pipeline #61592 passed
...@@ -85,6 +85,7 @@ TSTGetExecutingTrees.srv ...@@ -85,6 +85,7 @@ TSTGetExecutingTrees.srv
TSTGetTree.srv TSTGetTree.srv
TSTGetTreeStartTime.srv TSTGetTreeStartTime.srv
TSTGetTreeString.srv TSTGetTreeString.srv
TSTGetTreeStringFromUuid.srv
TSTInitPlanningProcess.srv TSTInitPlanningProcess.srv
TSTInitUniqueNodeId.srv TSTInitUniqueNodeId.srv
TSTMakeLocalCopy.srv TSTMakeLocalCopy.srv
......
#
# Get a string containing a representation of the TST tree with root
# node id.
#
int32 FORMAT_OLDFORMAT=0
int32 FORMAT_ARTICLE=1
int32 FORMAT_DOT=2
int32 FORMAT_JSON_DELEGATION=3
int32 FORMAT_JSON_EXEC=4
string uuid # root uuid for tree
int32 type # 0=oldformat, 1=like in the article, 2=dot, 3=json, 4=json for execution
---
string data
bool success
int32 error
string reason
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment