Navigate to URL
Feature Description
Open a specified page, which can be opened in the current window or a new window
Parameter Settings
| Configuration Item | Description |
|---|---|
| URL | The URL to open |
| Open in App | Whether the link is opened within the application |
| Open in New Window | Whether to open in a new window |
Usage Instructions
The platform provides three in-app connections for data table records, workflow tasks, and workflow instances. In some scenarios, you can open corresponding record pages in the application through these connections
Data Table Record Details
Link Address
text/app/${appId}/record/${moduleId}/${recordId}Parameter Explanation
Configuration Item Description $ Application ID $ Module ID $ Record ID
Workflow Task Details
Link Address
text/app/${appId}/bpmntask/${moduleId}/${taskId}Parameter Explanation
Configuration Item Description $ Application ID $ Module ID $ Workflow Task ID
Workflow Instance Record Details
Link Address
text/app/${appId}/bpmnprocess/${moduleId}/${instanceId}Parameter Explanation
Configuration Item Description $ Application ID $ Module ID $ Workflow Instance ID
Notes
When the URL does not have an origin, the origin is the same as the platform's origin. For example, if the URL is /workbench/app, it will jump to the link {platform domain}/workbench/app by default

