author | František Kučera <franta-hg@frantovo.cz> |
Tue, 07 Jan 2020 17:01:06 +0100 | |
branch | v_0 |
changeset 1 | fd9a33a86532 |
parent 0 | 4d5b3eda7be1 |
child 2 | dace11211dc9 |
permissions | -rw-r--r-- |
0
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
1 |
code,message,sender,parameter_1,parameter_2,parameter_3,parameter_4 |
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
2 |
100,VERSION_SUPPORTED,executor,version,,, |
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
3 |
101,WAITING_FOR_VERSION,executor,,,, |
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
4 |
102,VERSION_ACCEPTED,process,version,,, |
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
5 |
103,RELATION_START,executor,name,,, |
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
6 |
104,INPUT_ATTRIBUTE_METADATA,executor,name,type,, |
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
7 |
105,OUTPUT_ATTRIBUTE_ALIAS,executor,name,,, |
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
8 |
106,OPTION,executor,name,type,value, |
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
9 |
107,COMPLETION_REQUEST,executor,what,value,, |
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
10 |
108,COMPLETION,process,value,,, |
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
11 |
109,COMPLETION_END,process,,,, |
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
12 |
110,WAITING_FOR_OUTPUT_ATTRIBUTES,executor,,,, |
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
13 |
111,OUTPUT_ATTRIBUTE_METADATA,process,name,type,, |
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
14 |
112,WAITING_FOR_RECORDS,process,,,, |
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
15 |
113,INPUT_ATTRIBUTE,executor,index,value,isNull, |
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
16 |
114,WAITING_FOR_OUTPUT_ATTRIBUTE,executor,,,, |
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
17 |
115,OUTPUT_ATTRIBUTE,process,value,isNull,, |
1
fd9a33a86532
exec: any_process, any_executor
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
18 |
116,EXECUTOR_ERROR,executor,code,message,, |
fd9a33a86532
exec: any_process, any_executor
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
19 |
117,PROCESS_ERROR,process,code,message,, |
fd9a33a86532
exec: any_process, any_executor
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
20 |
118,PROCESS_WARNING,process,code,message,, |
fd9a33a86532
exec: any_process, any_executor
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
21 |
120,RELATION_END,executor,,,, |
fd9a33a86532
exec: any_process, any_executor
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
22 |
0,any_process,process,,,, |
fd9a33a86532
exec: any_process, any_executor
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
23 |
0,any_executor,executor,,,, |