Genpact Cora Knowledge Center

Support

Deep Link Examples

V10.2 and later

Overview

Cora Orchestration supports deep linking in URLs, which enables the applications to send the user directly to the specific in-app location. Deep links open a specific URL in a new tab instead of in a new window. It reduces the overhead of managing different windows and improves the user experience.

Currently, there's no deep linking for search queries. For example, */search?q=phrase.

Examples

SyntaxDeep link exampleDescription
<Application URL>/wf/<workflowID>/wf/2148677618Opens a specific workflow instance using workflow ID.
2148677618 is the workflow ID.
<Application URL>/wfspaceid/<space-guid >
/wfspaceid/513d4456-4f73-4d6b-8bbb-57cc74ec094b
Opens a specific workflow instance using the workflow space ID.
513d4456-4f73-4d6b-8bbb-57cc74ec094b is the space ID.
<Application URL>/msg/<messageID>/msg/2147588810Opens a specific message.
2147588810 is the message ID.
<Application URL>/act/<activityID>/act/2183877237Opens a specific activity.
2183877237 is the activity ID
<Application URL>/a/Default/<dashboardName>/a/Default/HR/Sales1Opens a specific dashboard.
Sales1 is the name of the dashboard.
<Application URL>/s/<solutionName>/s/SolutionSales/Opens a specific solution.
SolutionSales is the name of the solution.
<Application URL>/s/<solutionName>/a/Default/<dashboardName>/s/SolutionSales/a/Default/HotOperations/Ops%20Manager%20DashboardOpens a specific dashboard in a specific solution.
SolutionSales is the name of the solution.
Ops Manager Dashboard is the name of the dashboard.
<Application URL>/cases/<workflowInstanceID>/cases/18c1e53c-2fa3-45ae-a0b6-2719875371f7Opens the Processes I Started case list of a specific workflow.
<Application URL>/wfid/<workflowInstanceID>/wfid/3602ea09-5e8f-4f87-a324-edc546cb0443Creates a new instance of a specific workflow.