Approval Workflow User Guide
Approval Workflow is currently only available to CloudBase Enterprise Edition or above plans.
Contents
- Approval Workflow Overview
- Workflow Triggering Methods
- Basic Elements
- Approval Details Template Introduction
- Business Scenario Practices
Approval Workflow Overview
Approval Workflow is a workflow management feature provided by the WeDa platform, helping enterprises achieve automation and standardization of business processes. Learn about the basic concepts and usage methods of Approval Workflow through the following link:
Topic | Description |
---|---|
Workflow Composition | Introduces the basic components and structure of Approval Workflow |
Operation Steps | Details the configuration and usage steps of Approval Workflow |
Message Subscription Feature Introduction | Learn how to configure and use the message notification feature of Approval Workflow |
Workflow Triggering Methods
Approval Workflow can be triggered through multiple methods. Choose the appropriate triggering method based on business requirements:
Triggering Methods | Description |
---|---|
Data Model Triggering | Triggers the workflow when data in the data model changes |
Timer Trigger | Automatically triggers the workflow based on preset time rules |
Page Event Trigger | Triggers the workflow through user interaction events on the page |
Custom API Trigger | Triggers the workflow by calling a custom API interface |
Workflow Elements | Learn about various elements that can be used in the workflow and their functions |
Basic Elements
Approval Workflow is composed of multiple basic elements, which collectively form a complete business process:
Element Type | Description |
---|---|
Data Model Operations | Elements for performing CRUD operations on data |
Manual Task | Task node requiring human intervention |
Advanced Activities | Contains advanced workflow control elements such as conditional judgments and loops |
API | Element for invoking external APIs or services |
Approval Details Template Introduction
The approval details page is a crucial interface for user interaction with the approval workflow. Learn how to design and implement the approval details page:
Topic | Description |
---|---|
Basic Structure of Approval Details Page | Introduces the components and layout of the approval details page |
Approval Details Page Data Initialization | How to load and initialize the data required for the approval page |
Approval Details Page UI Construction | Designs and implements the user interface for the approval page |
Approval Details Page Operation Interaction Logic | Implements user interaction and business logic for the approval page |
Approval Details Page Debugging | How to test and debug the approval details page |
Business Scenario Practices
Below are practice cases of approval workflows for common business scenarios, which can be used as references:
Scenario | Description |
---|---|
Leave Approval Process Configuration Example | Details how to configure a complete leave approval process |
Data Model-Triggered Approval Workflow Example | Demonstrates how to trigger an approval workflow through changes in the data model |
Process Approval Page Customization | How to customize the approval page based on business requirements |