Or Sign
Overview
The or-sign feature allows tasks to be completed when any one of the approvers in the approval group approves, providing flexibility in approval processes.
Process Diagram
The example process diagram is as follows:

Data Table
The data table structure is as follows:
| Field | Type | Description |
|---|---|---|
| user | User Selection | Leave Applicant |
| leaveType | List Selection | Leave Type, options include: Annual Leave, Sick Leave, Personal Leave, Compensatory Leave |
| startDate | Date | Leave Start Time |
| endDate | Date | Leave End Time |
| reason | Multi-line Text | Reason for Leave |
| durations | Function | Leave Days. The specific configuration content is: DATE(endDate) - DATE(startDate) + 1 |
durations configuration content:
DATE(endDate) - DATE(startDate) + 1Process Configuration
Global Settings
Add a start form for the initiator to fill in leave application information. 
Supervisor Approval Node
Configure the handler as the supervisor role
HRD Approval Node
Configure the handler as the HRD role.
Effect Diagrams
Application Form:
Process Information:









Handler:


