Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

im becoming increasinglymore convinced that workflows are the wrong model

just build state machines folks



workflows is just short for state machine DSL


but with history length and replay determinism landmines


Not sure why these not issues with state machines...

With RSM you often need to keep the history as well, just in a different form, that is the message/event log that your state machine processed.

With RSM you need your code to be deterministic to rebuild the materialized state during failover, unless you snapshot and replicate the state on each processed event/message.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: