author | František Kučera <franta-hg@frantovo.cz> |
Sat, 04 Dec 2021 21:14:49 +0100 | |
branch | v_0 |
changeset 8 | a16db4c3caa1 |
parent 3 | 03cd058c33ba |
permissions | -rw-r--r-- |
0
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
1 |
messages.csv: |
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
2 |
- list of message types and their parameters |
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
3 |
|
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
4 |
protocol.csv: |
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
5 |
- list of allowed responses / interactions |
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
6 |
- label + = message can repeat but will be sent at least once |
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
7 |
- label * = message can repeat but can be also completely skipped |
3
03cd058c33ba
rename exec to streamlet
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
8 |
- error message can be sent as a response to any message and terminates the streamlet process |
0
4d5b3eda7be1
exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
9 |
- 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) |