Tag

exclusive-gateway

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Dec 8, 2021 · Backend Development

Build a Complex Approval Workflow with Spring Boot & Activiti Using Exclusive Gateway

This tutorial walks through creating a leave‑approval process in Spring Boot 2.3.12 with Activiti 7.1, illustrating how an Exclusive Gateway routes requests based on leave days, how flags control loop‑back or completion, and provides full BPMN, service, and controller code examples.

BPMNbackend developmentexclusive-gateway
0 likes · 12 min read
Build a Complex Approval Workflow with Spring Boot & Activiti Using Exclusive Gateway
Beike Product & Technology
Beike Product & Technology
Aug 9, 2017 · Backend Development

Three Practical Tips for Simplifying Activiti Workflows

This article shares three practical techniques for streamlining Activiti BPMN processes—omitting exclusive gateways by moving conditions to outgoing sequence flows, using skip expressions to bypass unnecessary user tasks, and employing parallel gateways with task listeners to enable multi‑role approvals—complete with XML examples and diagrams.

ActivitiBPMNParallel Gateway
0 likes · 10 min read
Three Practical Tips for Simplifying Activiti Workflows