Workflows

Below is a sample workflow structure

Each workflow bind with one digital form, each form get multiple layout(Each layout with different field, which could support to control the field permission for different node)

Each digital form include a lot of different fields(data input textbox), which come with different data verification rules, personnel selection support get user’s information, department selection support get department information, swift number support generate unified running number for each different request

Per workflow include multiple nodes (Node mean different process steps or approvers), each node can connect with different layout of the digital form[For example, the Department head may not see the running number, so we could hide it in dept. Head layout]

So for following user guide, a leave application request workflow will be designed and test

Last updated