Releases: finos/fluxnova-bpm-platform
Hotfix for Cron expression on scheduled processes
This release will address the issue with cron expression having 7 fields, with recent changes scheduler was using SPRING53 which was causing issues in the old processing models with 7 field cron expression using previous version of Fluxnova.
The fix changes the scheduler to QUARTZ continuing to allow 7 field expression
v2.0.0
Release Summary
Fluxnova 2.0 release represents maturation of opensource workflow orchestration platform governed by FINOS with advanced capabilities from the foundational release, making it more production ready enterprise oriented platform with clear emphasis on stability, extensibility and operational confidence for production consumption.
Release Highlights
- Reinforces the project’s commitment to neutral governance under FINOS and the Linux Foundation, ensuring long‑term sustainability, transparency, and reduced vendor lock‑in for participating firms
- Bulk Process and task claim, complete, update and delete APIs allow seamless integrations with enterprise applications
- Enhanced migration utilities to help ease migrating to fluxnova from legacy BPM platforms
- Updates to EOL libraries to keep upto date with TLM items
- Enhancements to logging and tracing for improved observability
Full Changelog: v2.0.0...v2.0.0
What's Changed
- Update README with FINOS incubating badge by @TheJuanAndOnly99 in #1
- Enable Renovate by @gliptak in #12
- fix(all) - uncomment release attach sources to prevent generating dou… by @prajwolbhandari1 in #10
- Update CODEOWNERS correcting maintainers team by @gliptak in #25
- Update dependency @ibm/plex to v6.4.1 by @renovate[bot] in #20
- Add package rules for patch updates in Renovate config by @gliptak in #39
- Feat(CI) Release Automation: Versioning, Tagging, Artifact Publishing and Docker Image Deployment by @prajwolbhandari1 in #52
- Feature: Enhance async incident handling by providing the cause to Handler by @prakashpalanisamy in #72
- adding getting to DeployCmd so intercepters can get deployment info by @jbarrus in #86
- Create bulk action api's for tasks by @kmannuru in #76
- Update Process Data Context to retrieve proc def key from context rath… by @kmannuru in #77
- Release a new minor version by @prajwolbhandari1 in #96
- save taskId in ACT_HI_VARINST table for task & input variables by @jyotisahu9 in #74
- feat(bpmn) - add BpmnErrorCodeProvider interface and implement custom error code handling by @sowmyahl21 in #81
- Update maven repo config by @sowmyahl21 in #88
- Fluxnova getting started docs by @sowmyahl21 in #29
- Update tomcat and spring run file names by @sowmyahl21 in #28
- feat(engine) update end-time history cleanup strategy to clean up process only on delete of root process instance by @prajwolbhandari1 in #106
- Bulk job api - delete, suspend & activate by @jyotisahu9 in #101
- Bulk Delete Deployments by @Nandanrshenoy in #99
- Enhancing MDC login with RootProcessInstanceId by @Nandanrshenoy in #100
- Replace dependency babel-eslint with @babel/eslint-parser 7.11.0 by @renovate[bot] in #13
- Remove Newlines in Run Batch File by @bwright-scottlogic in #111
- Feature/update version release workflow by @jyotisahu9 in #115
- Ensure Backward‑Compatible Deserialization for Java‑Serialized Variables When Migrating from org.camunda.* to org.finos.fluxnova.* by @prajwolbhandari1 in #119
- Feature/source jar fix issue 93 by @Nandanrshenoy in #121
- Update nodeJS version from 20.14.0 to 24.14.0 by @prajwolbhandari1 in #128
- Sync Camunda 7.24 release changes with Fluxnova by @kmannuru in #129
- Issue 80 Migration util changes. by @SureshMuthukaruppasamy in #117
- Feature/count endpoints for task resources by @kypowers in #136
- feat(engine-rest): add deprecated camundaFormRef for backward compatibility by @kmannuru in #151
- feat(engine): expose getResource() for ResourceExecutableScript.java by @kypowers in #145
- Update parent pom version to 2.0.0 by @kmannuru in #158
- Disable source jar creation by @kmannuru in #163
New Contributors
- @TheJuanAndOnly99 made their first contribution in #1
- @gliptak made their first contribution in #12
- @renovate[bot] made their first contribution in #20
- @prakashpalanisamy made their first contribution in #72
- @jbarrus made their first contribution in #86
- @kmannuru made their first contribution in #76
- @jyotisahu9 made their first contribution in #74
- @sowmyahl21 made their first contribution in #81
- @Nandanrshenoy made their first contribution in #99
- @SureshMuthukaruppasamy made their first contribution in #117
- @kypowers made their first contribution in #136
Full Changelog: https://github.com/finos/fluxnova-bpm-platform/commits/v2.0.0
Fluxnova 1.0 First release to automate, orchestrate and accelerate with opensource innovation
Fluxnova is an open-source BPM platform designed to automate and orchestrate end-to-end business processes using workflow automation. It emphasizes neutral governance, long-term sustainability, and cloud-native scalability. It supports open standards like BPMN and DMN in its initial release .
Release Date: November 11, 2025
Version: 1.0.0
Governance: FINOS / Linux Foundation
Maintainers: Fidelity Investments, NatWest Group, Deutsche Bank, BMO, Capital One
License: Apache 2.0
Origin: Derived from Camunda 7 Community Edition

Learn More
Website : https://fluxnova.finos.org/
Documentation : https://docs.fluxnova.finos.org/
Sandbox : https://demo.fluxnova.finos.org/
Fluxnova Presentation video : https://www.finos.org/osff-nyc-2025-videos - Fluxnova: New Open Source Workflow Engine to Automate, Orchestrate and Accelerate
Core Components
- Modeler
- Desktop app (Windows/Mac) for visual workflow design using BPMN and DMN standards.
- Low-code collaboration between Business and IT.
- Get started with Fluxnova Modeler
- Core Engine
- Executes BPMN workflows and DMN decision logic.
- Cloud-native, Kubernetes-ready, supports horizontal scaling.
- Handles automated tasks and human-in-the-loop interactions.
- Access Maven artifacts here.
- API Layer
- RESTful APIs for integration with legacy and modern systems.
- Enables microservices-based orchestration.
- Access Fluxnova API Specs
- Monitoring UI
- Centralized dashboard for real-time visibility, retries, and process migration.
- Monitoring UI
- Experience the Monitoring UI with hands on Sandbox environment
- If you do not have an account access the sandbox with credentials demo/demo

- If you do not have an account access the sandbox with credentials demo/demo
Key Features
- Composable Architecture: Design modular workflows and expose them as microservices.
- Open Standards Support: BPMN (https://www.omg.org/bpmn/) and DMN (https://www.omg.org/dmn/ ).
- Integrations: Integrates with multiple endpoints API, Systems, humans, RPA, external tasks, message events.
- State Management: Full audit trail of workflow execution.
- Extensibility: Plugins for custom auth, event processing, connectors for reusable delegates.
- Upgrade Path: Seamless migration from Camunda 7 CE with automated rewrite recipes which can be extended for other BPM platforms
- Transaction Control: Design-time commit control synchronous and asynchronous executions of the steps
- Use Cases in FinTech
- Customer servicing automation.
- Transparency for complex backend processes (trading, accounting, reconciliation).
- Loan processing, account opening, multi-endpoint orchestration.
Roadmap
- Release 1: Launch Release
- Core Components
- Monitoring UI
- Sandbox
- Website & Documentation
- Release 2: Ops UI
- Rich UI – Enhanced Monitoring to replace existing cockpit
- Process Instance Migration
- Token Movement
- Dev Assist AI tool
- Release 3: Capabilities
- FDC3 Tasklist
- Attachments
- Forms
- Reusable Integrations
- Release 4: Dev Capabilities
- Web Modeler
- Testing Framework
- Linting & Best practices
- Release 5: AI Integrations
- Document Processing
- Cycle time prediction
Full Changelog: https://github.com/finos/fluxnova-bpm-platform/commits/v1.0.0