Symfony Workflow alternative in NodeJS?

razbakov

Aleksey Razbakov

Posted on December 24, 2019

Symfony Workflow alternative in NodeJS?

I am looking for js state machine library that can save state to database.

So far I found lots of state machines in js (machina-js, javascript-state-machine, stately, xstate), but those are pure libraries without any object abstractions around it.

In Symfony Workflow you can configure Entity and its property. Is there any node framework or library that provides some conventions and skeleton for workflows and state machines?

💖 💪 🙅 🚩
razbakov
Aleksey Razbakov

Posted on December 24, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related