Are there any (simple) tools out there where the API contract is like: - POST a statechart to something to kick it off/validate transitions/log events, schedule waits/etc - receive POSTs (webhook-like) back to a handler endpoint to actually execute side effects
