Tag

Approval Workflow

1 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Feb 27, 2025 · Information Security

Improving Data Export Workflows and Security: From 1.0 to 2.0 with Classification and Dynamic Approval

This article examines the security challenges of data export work orders in MySQL environments, outlines the shortcomings of the original 1.0 workflow, and presents a comprehensive 2.0 redesign that introduces dynamic approvals, data classification, execution‑plan analysis, and code‑level solutions to mitigate data leakage risks.

Approval WorkflowMySQLSQL parsing
0 likes · 15 min read
Improving Data Export Workflows and Security: From 1.0 to 2.0 with Classification and Dynamic Approval
Top Architect
Top Architect
Jan 11, 2024 · Backend Development

Design and Implementation of an Approval Workflow System with Database Schema and Backend Code

This article provides a detailed technical guide on building an approval workflow system, covering process analysis (serial, parallel, conditional, mixed), UI mockups, comprehensive database table designs, and Java backend implementations for approval actions, decision handling, and permission merging.

Approval WorkflowJavaSQL
0 likes · 21 min read
Design and Implementation of an Approval Workflow System with Database Schema and Backend Code
Top Architect
Top Architect
Dec 24, 2023 · Backend Development

Design and Implementation of a Configurable Approval Workflow System

This article explains how to design a flexible approval workflow with serial, parallel, conditional, and mixed processes, defines the required database tables, shows UI mock‑ups, and provides Java Spring code for handling approval actions, including auto‑pass, delegation, and rule‑based field visibility.

Approval WorkflowJavaSpring
0 likes · 25 min read
Design and Implementation of a Configurable Approval Workflow System
Top Architect
Top Architect
Oct 15, 2023 · Backend Development

Design and Implementation of an OA Approval Workflow with Core Database Tables

This article explains how to design and implement an office automation (OA) approval workflow, detailing the step‑by‑step process, the core audit tables (AuditFlow and AuditFlowDetail), related business tables, and the backend logic for multi‑level approval handling.

Approval WorkflowOAbackend
0 likes · 9 min read
Design and Implementation of an OA Approval Workflow with Core Database Tables
Top Architect
Top Architect
Sep 26, 2022 · Backend Development

Design and Implementation of an OA Approval Workflow with Core Tables and Transaction Handling

This article provides a step‑by‑step guide on designing the database schema and implementing a multi‑level approval workflow for office automation, covering form submission, dynamic approver selection, core audit tables, transaction safety, and the logic for approval and rejection handling.

Approval WorkflowOAbackend development
0 likes · 11 min read
Design and Implementation of an OA Approval Workflow with Core Tables and Transaction Handling
JD Tech Talk
JD Tech Talk
Mar 29, 2021 · Backend Development

Design and Implementation of a Lightweight Java Workflow Engine

This article explains why a custom lightweight workflow engine was built, outlines its micro‑kernel architecture, demonstrates incremental development from a Hello‑World example to a simple approval process with branching, and discusses future enhancements such as exception handling, persistence, and dynamic graph modification.

Approval WorkflowBPMNJava
0 likes · 23 min read
Design and Implementation of a Lightweight Java Workflow Engine