English
approval.reject.render.after
About 229 wordsLess than 1 minute
2025-12-16
Description: this event is called after rendering approval reject
This event is used to perform extra actions after rendering approval reject, including but not limited to: 1. Retrieving workflow data 2. Customizing the approval opinion input title 3. Customizing the popup title 4. Customizing the radio-label area for Reject to Specified Node 5. Customizing the radio-label area for Reject and End This Flow 6. Customizing the text or style of Specified Node Processing Settings / Resubmission Settings 7. Customizing the text of After the specified node is processed, jump to current node / After resubmission, jump to current node 8. Customizing the list of nodes that can be rejected to
Parameters
| Parameter | Description | Type |
|---|---|---|
| getData | Retrieves workflow data | Function |
| setOpinionLabel | Customizes the approval opinion input title | Function |
| setDialogTitle | Customizes the popup title | Function |
| setRejectTypeToTaskStyle | Customizes the radio-label area for Reject to Specified Node | Function |
| setRejectTypeToEndStyle | Customizes the radio-label area for Reject and End This Flow | Function |
| setRejectToTaskAfterLabel | Customizes text or style of Specified Node Processing Settings / Resubmission Settings | Function |
| setBackToCurrentStyle | Customizes the text of jumping back to the current node | Function |
| setFilter4RejectToTaskOptions | Customizes the list of rejectable nodes | Function |
Main Capabilities
- Read workflow data
- Customize opinion title and popup title
- Customize reject-mode option texts
- Customize labels related to node handling and resubmission
- Customize the rejectable node list
