Skip to content

Open Process Creation Page

Feature Description

Open the process creation page. After users fill out the form, a new workflow instance is created

Parameter Settings

Configuration ItemDescription
Workflow ModuleThe module to which the workflow belongs
ProcessThe workflow to be created
Process VariablesSet process variables during creation
Form Data TableIf the workflow has a start form configured, select the data table that stores the form data
Form Field Default ValuesSet default values for fields in the start form

Example

In a data table, if we need to initiate a process directly through a button, we can achieve this by adding a button with an execution action of Open Process Creation Page. As shown in the figure below, in the leave application module, we initiate a leave process through a button.

Example Figures

Configuration Instructions

Suppose there is a simple Leave Application process. After the process is initiated, the process instance ID is saved in the Leave Application data table.

The structure of the Leave Application data table that stores form data is as follows:

FieldTypeDescription
applicantUser SelectionApplicant
leaveTypeList SelectionLeave Type, with options Annual Leave, Sick Leave, Personal Leave
startDateDateStart Date
endDateDateEnd Date
reasonMulti-line TextReason for Leave
statusList SelectionStatus, with options Pending Approval, Approved, Rejected
approverUser SelectionApprover
instanceIdSingle-line TextProcess ID

The process flow diagram is as follows:

Process Flow Diagram

The process startup settings are as follows:

Process Settings

Control configuration is as follows: