exec/messages.csv
author František Kučera <franta-hg@frantovo.cz>
Sun, 05 Jan 2020 16:28:53 +0100
branchv_0
changeset 0 4d5b3eda7be1
child 1 fd9a33a86532
permissions -rw-r--r--
exec: protocol design draft
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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,,
4d5b3eda7be1 exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    18
116,PROCESS_ERROR,process,code,message,,
4d5b3eda7be1 exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    19
117,EXECUTOR_ERROR,executor,code,message,,
4d5b3eda7be1 exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    20
118,EXECUTOR_WARNING,executor,code,message,,
4d5b3eda7be1 exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    21
119,RELATION_END,executor,,,,