- Database Versioning Workflow Engine manages database schema migrations through automatic RunMigrations calls or manual SQL scripts to keep schemas in sync with the runtime.
- Multi-Database Support Store workflow state in the database you already use - SQL Server, PostgreSQL, MySQL, MongoDB, Oracle, or SQLite - without writing migration scripts.
- Persistence Persistence connects Workflow Engine to a database through separate contracts for runtime process data and workflow scheme data.