# HG changeset patch # User František Kučera # Date 1578412866 -3600 # Node ID fd9a33a86532136b146964997e12326fae06451e # Parent 4d5b3eda7be109310312ba3f9d9f6a6e369d9661 exec: any_process, any_executor diff -r 4d5b3eda7be1 -r fd9a33a86532 exec/messages.csv --- a/exec/messages.csv Sun Jan 05 16:28:53 2020 +0100 +++ b/exec/messages.csv Tue Jan 07 17:01:06 2020 +0100 @@ -15,7 +15,9 @@ 113,INPUT_ATTRIBUTE,executor,index,value,isNull, 114,WAITING_FOR_OUTPUT_ATTRIBUTE,executor,,,, 115,OUTPUT_ATTRIBUTE,process,value,isNull,, -116,PROCESS_ERROR,process,code,message,, -117,EXECUTOR_ERROR,executor,code,message,, -118,EXECUTOR_WARNING,executor,code,message,, -119,RELATION_END,executor,,,, +116,EXECUTOR_ERROR,executor,code,message,, +117,PROCESS_ERROR,process,code,message,, +118,PROCESS_WARNING,process,code,message,, +120,RELATION_END,executor,,,, +0,any_process,process,,,, +0,any_executor,executor,,,, diff -r 4d5b3eda7be1 -r fd9a33a86532 exec/protocol.csv --- a/exec/protocol.csv Sun Jan 05 16:28:53 2020 +0100 +++ b/exec/protocol.csv Tue Jan 07 17:01:06 2020 +0100 @@ -1,4 +1,4 @@ -/,to,label +from,to,label start,VERSION_SUPPORTED, VERSION_SUPPORTED,WAITING_FOR_VERSION, VERSION_SUPPORTED,VERSION_SUPPORTED,+ @@ -27,3 +27,6 @@ OUTPUT_ATTRIBUTE,OUTPUT_ATTRIBUTE,* OUTPUT_ATTRIBUTE,WAITING_FOR_RECORDS, RELATION_END,end, +any_process,EXECUTOR_ERROR, +any_executor,PROCESS_ERROR, +any_executor,PROCESS_WARNING,