Open Workflow Creation Page
Overview
Use automation to customize opening the workflow creation page
Parameter Configuration
| Parameter | Description |
|---|---|
| Workflow Module | The workflow module to which the created workflow belongs |
| Input Workflow ID | Whether to use dynamic workflow ID definition |
| Workflow ID | After enabling Input Workflow ID, you can use expressions to obtain context variables to specify dynamic content |
| Workflow | If input workflow ID is not enabled, you can select a workflow defined under the workflow module |
| Workflow Data Table | The data table where the workflow form data is stored after initiating the workflow |
| Custom Form | Whether to enable workflow custom form |
| Form Identifier | The form identifier stored on the workflow instance after the workflow is initiated. You can use expressions to obtain context variables to specify dynamic content |
| Form Field Settings | Display and edit controls for form customization in the workflow initiation form |
| Set Field Values | Form field values for the workflow initiation form |
| Workflow Variables | Workflow variables attached to the workflow instance after the workflow is initiated |
Return Values
| Parameter | Type | Description |
|---|---|---|
| Workflow Instance ID | String | After initiating the workflow, the Instance ID of the workflow |
Notes
- Custom Form
- After enabling, the creation approval form displayed will be based on the settings in Form Field Settings
Usage Scenarios
- After triggering form listening, button controls, etc., call the initiate approval flow operation
- In the workflow task form, add a control to call and initiate the approval flow operation

