Basic workflow
Vegter opened this issue · 0 comments
Vegter commented
Basic workflow should route workflow messages and collect log messages
A first basic workflow should start with just that. Route every workflow message to the next component by publishing it on the appropriate queue. Collect all log messages from the log queue and print these messages on stdout.
Next phases will elaborate this behaviour by adding functionality to hold messages for manual approval, store log messages in a database, expose workflow contents via a REST API, etcetera