Wednesday 18 December 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?

Submitted December 18, 2019 at 05:57PM by vueco

No comments:

Post a Comment