Introduction

2021-07-01 16:17:35    MCFEY    1171

Zdoo Flow provides customized workflow to cater to business requirements from companies which wish to build workflows that fits their situations without reproduction/secondary development.


Built-in flows are available for Zdoo users who need some examples and references.

1. Public Resource

1.1 Datasource

Datasource is the data source for fields such as single-select drop-down, multiple-select drop-down, radio button, and checkbox.


1.2 Rule

Validation rules are used to validate fields and forms, and you need to add "/" before and after regular expressions.

2. Create a flow

2.1 Create

Click the Create Flow button to add a flow. Click Save and you will be directed to the workflow design interface. The system will create the database table flow_code of the workflow according to the code in the database.


2.2 Design

Click "Yes! Enter Workflow Editor" and go to the Quick Editor page, you can switch to the "Advanced Editor". The Quick Editor can only do simple design. Actions such as extended settings, label design and sub-table design require the Advanced Editor. It is recommended to use the advanced editor.


2.2.1 Flow Chart

The actions in the flowchart will generate the corresponding actions of the flow (without any configuration), but it will not control the flow or have any actual effect. It requires the trigger conditions and extended actions set in the Advanced Editor. The flowchart only provides a way to sort out the flow.


2.2.2 UI Design

The UI Design is to set each action, and actions that do not involve an interface are edited in the Advanced Editor. You can drag the control to the interface UI Preview and set the attribution for a field. After the configuration is completed, you can drag the field to other pages.

2.3 Advanced Editor


2.3.1 Main Table

The database table created in the new flow is the main table of the flow. Non-deletable fields have been set by default in the main table, and you can add required fields as you wish.


  • Fields: Decimal and integer are numeric controls; 
  • Time: more choices, e.g. hours, minutes and seconds, than date controls; 
  • File: used for fields that need to upload files;
  • Expression: automatically calculate values according to the set calculation method, and the formula calculates the object that is a numeric control; 
  • Drop-down: select a data source. In the data source, you can select public data source, system user, system department, custom, custom SQL, pre-process, and classification settings.
  • Data source: system users and system departments can call the department and user data in the system; 
  • Custom: used in the status field, e.g., the status can be set to waiting for approval, passed, rejected, etc.; 
  • Prerequisite: used as the data source of the foreign key when it is a post-flow; 

2.3.2 Sub Table

Sub-table application scenarios, such as the built-in flow of Purchase, and similar scenarios such as Referee management, which include items that are related to resumes, such as company, start and end time.


Add the required sub-tables on the Sub-Table Design page, such as the purchase table. Zdoo will create the database table flow_code of the sub-table in the database according to the code. Click the field to set the fields contained in the sub-table, refer to the main table field settings.


2.3.3 Actions

Actions are function of your flow, such as Create, Edit, and View. Action desgin includes Layout, Condition, Data Validation, Linkage, Extended Action, and Reminder.




If you have questions, contact support@easycorp.ltd or philip@easycorp.ltd.