streamlet/protocol.txt
author František Kučera <franta-hg@frantovo.cz>
Tue, 20 Oct 2020 23:48:50 +0200
branchv_0
changeset 6 05fdf66c943f
parent 3 03cd058c33ba
permissions -rw-r--r--
Added tag v0.17 for changeset 2241c48fd805

messages.csv:
 - list of message types and their parameters

protocol.csv:
 - list of allowed responses / interactions
 - label + = message can repeat but will be sent at least once
 - label * = message can repeat but can be also completely skipped
 - error message can be sent as a response to any message and terminates the streamlet process
 - warning message can be sent as a response to any message, but does not affect the workflow (just causes e.g. printing a warning to STDERR)