Build PoC of AutoFlow on PostgreSQL
- Figure out the DB schema. Some comparison in https://gitlab.com/-/snippets/5970928 - We can probably start with these tables: - "workflows" a table that stores workflow entities. - "history" a table that stores inputs(?)/outputs of activities. - ... - Functionality: - Start workflow - Run activity - Suspend/wait for an event - Suspend/timer - Use the above functionality to make the existing AutoFlow "client" code work
issue