Tag

Process Diagram

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Oct 29, 2023 · Backend Development

How to Visualize Activiti Workflow Progress in Real-Time with Spring Boot

This guide shows how to extend a Spring Boot application with Activiti to query historic process data, generate highlighted process diagrams, and expose endpoints that display real‑time workflow progress, including code snippets for service methods, configuration, utilities, and a controller for image rendering.

ActivitiBackendJava
0 likes · 8 min read
How to Visualize Activiti Workflow Progress in Real-Time with Spring Boot
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 14, 2021 · Backend Development

How to Visualize Real-Time Workflow Progress with Spring Boot and Activiti

This tutorial demonstrates how to extend a Spring Boot application with Activiti to query historic process data, configure a diagram generator bean, compute highlighted flows, expose a REST endpoint for real-time process diagram rendering, and verify the workflow through a series of API calls and screenshots.

ActivitiJavaProcess Diagram
0 likes · 10 min read
How to Visualize Real-Time Workflow Progress with Spring Boot and Activiti