Imixs-Workflow provides you a cloud-native workflow engine to build transactional and scalable business applications on Jakarta EE.
Imixs-Workflow is a native Jakarta EE workflow engine providing transaction management, JPA persistence and container-managed security out of the box. Built for modern cloud environments, it seamlessly integrates into your microservice architecture while maintaining full Jakarta EE compliance.
Business process management presents unique technical challenges. While some processes complete within seconds, human-driven workflows can span days or even months, involving complex state management and multiple participants.
Jakarta EE provides the perfect foundation for these requirements. Building on its core capabilities, Imixs-Workflow delivers container-managed transactions, JPA persistence, built-in security controls, and efficient concurrency management. Running on modern application servers like WildFly or Payara, it can be deployed both as a traditional application or as a self-contained microservice.
The Imixs Process Manager serves as a reference implementation showcasing how to build workflow applications with Imixs-Workflow.
The Open-Source Template Provides you:
You can use the Imixs Process Manager to quickly evaluate Imixs-Workflow's capabilities, as a starting point for your own development, or adapt it to your specific business needs. The Docker image allows instant deployment in any environment, from local development to Kubernetes clusters.
The Imixs-Workflow Engine is 100% database independent. The
persistence of a process instance is based on the Java
Persistence API (JPA). For that
reason there is no dependency for a specific database.
Imixs-Workflow automatically connects to the database you have
configured in your application server environment. The database schema is
generated automatically during deployment.
The Imixs Workflow engine supports a separate Access Control List (ACL) for each process instance. The access can be controlled based on the workflow model. The Implementation is based on Java Authentication and Authorization Service (JAAS) which is part of the Jakarta EE specification. Any authentication and authorization framework supported by your application server environment can be integrated.
The Imixs-Workflow engine is implemented based on the EJB specification. The different service layers fulfilling all the requirements to a scalable, transactional and robust BPM solution. Transactions are fully controlled by the Jakarta EE application server and there are no restrictions in the architecture or transaction level. So Imixs-Workflow provides a high level scalability and you can build a server environment without any restrictions in architecture.
Imixs-Workflow provides a Rest Service API to connect to the workflow engine on a standardized interface. The XML and Web Service interfaces are based on the Jakarta EE specifications JAXB, JAX-REST and JAX-WS. Through the Rest Service API Imixs-Workflow allows an easy integration into existing applications and frameworks. There are no restrictions in connecting your workflow application to any other service or application environment.
Imixs Workflow integrates into the Jakarta EE specification and supports a lot of APIs and standardized technologies.
back