Skip to content

Add Sign

Overview

Add Sign refers to adding one or more approvers during the current approval process when certain conditions are met.

Process Admin Add Sign

Add sign scenarios can be implemented by process administrators through the delegation function under "Workflow Data Management Module => Task Data". example5-1.png

Current Approver Add Sign

The current approver can delegate the task to others through button interaction.

Flowchart

Flowchart is as follows:

流程图

Data Table

Data table structure is as follows:

FieldTypeDescription
userUser SelectApplicant
leaveTypeList SelectLeave type, options include: annual leave, sick leave, personal leave, time off
startDateDateStart time
endDateDateEnd time
reasonMulti-line TextLeave reason
daysNumberLeave days, calculated by formula: moment(endDate).diff(moment(startDate), 'days') + 1

durations:

DATE(endDate) - DATE(startDate) + 1

Workflow Configuration

In the Leave Application process, the initiator needs to fill out the leave application form, and the task can be completed after any supervisor approves it.

Below are the specific configurations of the workflow:

Global Settings

Add a startup form for the initiator to fill in leave application information. Global Settings

Supervisor Approval Node

Configure the handler as supervisor role

Effect Diagram

Application Form:FormSupervisor Task:Supervisor Task

Supervisor Task