Skip to content

v1.0.0

Latest

Choose a tag to compare

@mscharp mscharp released this 21 Jul 19:17
72ac46d

Fluxnova Control Center Release 1.0.0 Release notes

We are excited to launch the Fluxnova Control Center!

Release Date: July 17,2026
Version: 1.0.0
Governance: FINOS / Linux Foundation

Access Fluxnova 3.0.0 engine release notes here.

Overview

We are excited to announce the launch of the Fluxnova Control Center, web-based user interface for interacting with the Fluxnova BPM Engine. As the official successor to the Cockpit UI, the Control Center delivers full feature parity while introducing enhanced usability and expanded operational capabilities. Built on top of the BPM Engine REST API, it enables administrators and operators to efficiently monitor, analyze, and manage:

  • Process Definitions
  • Process Instances
  • Incidents and failed jobs
  • Deployments
  • Batches
  • Decision Definitions & Decision Instances

The platform consists of a responsive Angular frontend paired with a robust NestJS Backend-for-Frontend (BFF), ensuring scalability, performance, and extensibility.

Access Control Center sandbox at demo.fluxnova.finos.org

Key Feature Highlights 

Process Definition View Execution & Migration 

  • Start Process Instances
    Easily initiate new process instance directly from the UI with configurable inputs.
  • Suspend & Activate Entities
    Temporarily suspend or activate process definitions, running instances, incidents, and jobs to safely manage system load or operational issues.
  • Instance Migration
    Seamlessly migrate process instances across different process definition versions without data loss or disruption.
  • Heatmaps
    Visualize execution frequency and bottlenecks across process models to identify performance hotspots.

Process Instance View & Management

  • Token Movement
    Manually adjust execution paths by moving tokens within a process instance to recover from errors or modify flow behavior.
  • Variable Modification
    View and update process variables to influence workflow execution or correct data issues.
  • Instance Flow Highlighting
    Track the exact execution path of an instance in the process diagram for improved observability and debugging.
  • Instance History View
    Access detailed execution history, including activities, transitions, and events, for auditing and diagnostics.
  • Suspend & Activate Entities
    Temporarily suspend or activate process instances, incidents, and jobs to safely manage system load or operational issues.

Incident & Job Management

  • Retry Failed Jobs and Incidents
    Quickly diagnose and retry failed jobs or resolve incidents directly from the interface.
  • Job Due Date Management
    Update job schedules dynamically by modifying due dates to prioritize or delay execution.
  • Suspend & Activate Entities
    Temporarily suspend or activate incidents and jobs to safely manage system load or operational issues.

Decision Definition Management

  • Decision Evaluation
    Execute and validate decision logic (DMN) with real-time inputs to verify outcomes.

Deployment 

  • Deployments Management
    View and manage process definition deployments and it's resources with full visibility.

Batch Operations

  • Suspend, Activate & Retry Batch Operations 
    View Job logs and manage failed jobs for batches efficiently across process instances.

Watch out docs for details on feature capabilities coming soon.


Getting Started

See the Getting Started Guide for instructions on how to set up a local development environment and get the application up and running.

Development Workflow

Common development activities are covered in the Development Workflow documentation, including how to run tests and generate required client libraries.

Reference

The Reference section of the documentation contains detailed documentation on various aspects of the application, such as:

Configuration
Authentication
Observability
Regression Tests
Fluxnova API Client Library Generation
Icons
Tech Stack

Contact Us

Interact, ask questions and provide feedback using discussions directly in GitHub: https://github.com/finos/fluxnova-control-center/discussions
Alternatively, email us using the mailing list: mailto:fluxnova@lists.finos.org


What's Changed

  • Configure Renovate by @renovate[bot] in #4
  • Initial Commit of Fluxnova Control Center by @mscharp in #9
  • Update dependency @nestjs/core to v11.1.18 [SECURITY] by @renovate[bot] in #11
  • Update dependency axios to v1.15.2 [SECURITY] by @renovate[bot] in #17
  • Update dependency svgo to v4.0.1 [SECURITY] by @renovate[bot] in #12
  • Update dependency vite to v7.3.2 [SECURITY] by @renovate[bot] in #13
  • Update all patch updates by @renovate[bot] in #18
  • Update dependency @babel/core to v7.29.7 by @renovate[bot] in #25
  • Fix for #10 by @mscharp in #30
  • Update all patch updates by @renovate[bot] in #27
  • Update all patch updates by @renovate[bot] in #33
  • Regression/limit test parallelism by @Brett-NT in #32
  • Update dependency @opentelemetry/auto-instrumentations-node to ^0.75.0 [SECURITY] by @renovate[bot] in #14
  • Add GitHub actions to build fluxnova-control-center by @sowmyahl21 in #28
  • Fix docker publish step in workflow by @sowmyahl21 in #37
  • Update all patch updates by @renovate[bot] in #34
  • Update dependency moment-timezone to v0.6.3 by @renovate[bot] in #42

New Contributors

Full Changelog: https://github.com/finos/fluxnova-control-center/commits/v1.0.0