Tag

BPM

1 views collected around this technical thread.

Selected Java Interview Questions
Selected Java Interview Questions
Feb 12, 2025 · Backend Development

Comparison and Selection Guide for Open‑Source Workflow Engines: Flowable vs Camunda and Others

This article reviews major open‑source Java workflow engines—including Osworkflow, JBPM, Activiti, Flowable, and Camunda—examines their features, version histories, and suitability, then provides a detailed functional and performance comparison between Flowable and Camunda, concluding with a recommendation to adopt Camunda with bpmn‑js for enterprise projects.

BPMCamundaFlowable
0 likes · 13 min read
Comparison and Selection Guide for Open‑Source Workflow Engines: Flowable vs Camunda and Others
Selected Java Interview Questions
Selected Java Interview Questions
May 9, 2024 · Backend Development

Designing Distributed Transaction Solutions for Financial Reimbursement Workflows

The article explains how to handle distributed consistency when a financial reimbursement process involves MySQL writes and remote calls to BPM and SAP systems, analyzes failure scenarios, and proposes a split‑transaction approach using a task table, scheduled jobs, and Spring's afterCommit hook.

BPMMySQLSpring
0 likes · 7 min read
Designing Distributed Transaction Solutions for Financial Reimbursement Workflows
Architects Research Society
Architects Research Society
Apr 15, 2023 · Operations

Curated List of Awesome Open‑Source Workflow Engines

This article presents a comprehensive curated list of open‑source workflow engines and BPM suites, including Airflow, Argo, Cadence, Zeebe, Oozie, Camunda, and many others, with brief descriptions of their primary features, typical use cases, and suitability for tasks such as job orchestration, micro‑service coordination, and data pipeline automation.

BPMCloud NativeOrchestration
0 likes · 7 min read
Curated List of Awesome Open‑Source Workflow Engines
Top Architect
Top Architect
Mar 24, 2023 · Operations

Understanding BPM Process Engine Architecture and Design

This article explains what a process engine is, distinguishes between processes and engines, reviews common process designer types, explores workflow, BPM and orchestration applications, and details the architectural components, design practices, and code examples for building robust BPM solutions.

BPMBusiness Process Managementarchitecture
0 likes · 17 min read
Understanding BPM Process Engine Architecture and Design
Top Architect
Top Architect
Feb 9, 2023 · Operations

Understanding BPM Process Engines: Architecture, Design Patterns, and Practical Implementation

This article provides a comprehensive overview of BPM process engines, covering their definition, design of workflow and BPM, architecture components, organization and form designers, implementation practices, sample BPMN XML, and related commercial opportunities, offering practical guidance for building and using process‑engine‑based solutions.

BPMBusiness Process Managementarchitecture
0 likes · 16 min read
Understanding BPM Process Engines: Architecture, Design Patterns, and Practical Implementation
Top Architect
Top Architect
Dec 25, 2022 · Backend Development

Understanding Process Engines: Architecture, Design, and Applications

This article provides a comprehensive overview of process engines, covering their definition, core components, design patterns, implementation details, workflow and BPM applications, as well as practical considerations such as form and page design, permissions, and business opportunities.

BPMBackendarchitecture
0 likes · 17 min read
Understanding Process Engines: Architecture, Design, and Applications
Architect's Guide
Architect's Guide
Dec 10, 2022 · Backend Development

Understanding Process Engines: Architecture, Design, and Applications in BPM

This article explains what a process engine is, its role in workflow and BPM, the concepts of processes and engines, various process designer families, real‑world applications, detailed architecture components, project development practices, form and page design, reporting, and emerging business opportunities.

BPMWorkflow Enginelow-code
0 likes · 18 min read
Understanding Process Engines: Architecture, Design, and Applications in BPM
Architecture Digest
Architecture Digest
Nov 11, 2022 · Operations

Understanding Process Engines: Architecture, Design, and Applications in BPM

This article explains what a process engine is, how it differs from traditional code implementations, describes various process designer approaches, compares Workflow and BPM, outlines the core components of a BPM engine architecture, and presents practical development steps and business opportunities, including a full BPMN XML example.

BPMarchitecturelow-code
0 likes · 17 min read
Understanding Process Engines: Architecture, Design, and Applications in BPM
Top Architect
Top Architect
Nov 9, 2022 · Backend Development

Understanding Process Engines: Architecture, Design, and Application

This article provides a comprehensive overview of process engines, explaining their definition, common scenarios such as workflow and BPM, various design approaches for process designers, form designers, and interfaces, and detailed architectural guidance for building and deploying BPM solutions in backend systems.

BPMbackend architecturebusiness process
0 likes · 15 min read
Understanding Process Engines: Architecture, Design, and Application
Architect
Architect
Nov 8, 2022 · Backend Development

Understanding Process Engines: Architecture, Design, and Application

This article provides a comprehensive overview of process engines, covering their definition, core components, design patterns, implementation approaches, BPMN modeling, practical workflow and BPM use cases, and related commercial opportunities for backend development and operations.

BPMBackendarchitecture
0 likes · 16 min read
Understanding Process Engines: Architecture, Design, and Application
Selected Java Interview Questions
Selected Java Interview Questions
Oct 31, 2022 · Backend Development

Understanding Process Engines: Architecture, Design, and Applications

This article provides a comprehensive overview of process engines, explaining their definition, relationship to workflows and BPM, design of process designers, various application scenarios such as workflow and BPM, detailed architectural components, implementation practices, and potential business opportunities, illustrated with diagrams and XML examples.

BPMBackendarchitecture
0 likes · 18 min read
Understanding Process Engines: Architecture, Design, and Applications
Architects Research Society
Architects Research Society
Nov 19, 2021 · Operations

A Curated List of Open-Source Workflow Engines

This article presents a comprehensive, categorized collection of open‑source workflow engines and BPM tools—including complete products, SaaS solutions, and embeddable libraries—along with brief descriptions and recommendations for different orchestration scenarios.

BPMCloud NativeOrchestration
0 likes · 7 min read
A Curated List of Open-Source Workflow Engines
Efficient Ops
Efficient Ops
Jun 15, 2020 · Operations

Which Monitoring Approach Truly Delivers End-to-End Business Performance Insight?

This article examines why traditional network‑centric NPMD tools, agent‑based APM solutions, and their combination fall short of true end‑to‑end business performance monitoring, and argues that Business Performance Monitoring (BPM) using passive traffic mirroring offers the most complete, non‑intrusive full‑link visibility for application operations.

APMBPMNPMD
0 likes · 9 min read
Which Monitoring Approach Truly Delivers End-to-End Business Performance Insight?
HomeTech
HomeTech
Feb 12, 2020 · Operations

Design and Architecture of an IBPM Workflow Platform

This article outlines the design, architecture, and key features of an IBPM workflow platform, detailing its background, core concepts, design principles, extensibility, and future direction for creating a configurable, integrated, and intelligent business process management solution.

BPMOperationsplatform design
0 likes · 4 min read
Design and Architecture of an IBPM Workflow Platform
Java Captain
Java Captain
Dec 22, 2019 · Backend Development

Integrating Activiti 6.0 with Spring Boot: Configuration, Code Samples, and Example Workflow

This article demonstrates how to integrate the Activiti 6.0 workflow engine into a Spring Boot application, covering Maven dependencies, YAML configuration, Spring MVC setup, Java service methods for starting, auditing, and querying leave processes, as well as an AngularJS front‑end for task handling.

ActivitiAngularJSBPM
0 likes · 11 min read
Integrating Activiti 6.0 with Spring Boot: Configuration, Code Samples, and Example Workflow
Architects Research Society
Architects Research Society
Sep 23, 2019 · Operations

Curated List of Awesome Open-Source Workflow Engines

This article presents a comprehensive, categorized list of open-source workflow engines and BPM suites, describing each project's purpose, language, and typical use cases for tasks such as DAG scheduling, Kubernetes orchestration, and microservice coordination.

BPMOrchestrationautomation
0 likes · 7 min read
Curated List of Awesome Open-Source Workflow Engines
JD Retail Technology
JD Retail Technology
Jun 22, 2018 · Backend Development

Design and Implementation of JD's TESB (Decare) Platform: Architecture, Challenges, and Solutions

The article describes JD's TESB (Decare) platform, explaining how it evolves from traditional ESB by applying BPM concepts to create a low‑code, semi‑decentralized service bus that improves integration efficiency, scalability, and performance through non‑blocking I/O, asynchronous processing, and virtual isolation mechanisms.

BPMESBbackend architecture
0 likes · 8 min read
Design and Implementation of JD's TESB (Decare) Platform: Architecture, Challenges, and Solutions