Genpact Cora Knowledge Center

Support

Deep Link Examples

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/2148677618
Opens a specific workflow instance.
2148677618 is the workflow ID.
<Application URL>/msg/<messageID>
/msg/2147588810
Opens a specific message.
2147588810 is the message ID.
<Application URL>/act/<activityID>
/act/2183877237
Opens a specific activity.
2183877237 is the activity ID
<Application URL>/a/Default/<dashboardName>
/a/Default/HR/Sales1
Opens 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%20Dashboard
Opens 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-2719875371f7
Opens the Processes I Started case list of a specific workflow.
<Application URL>/wfid/<workflowInstanceID>
/wfid/3602ea09-5e8f-4f87-a324-edc546cb0443
Creates a new instance of a specific workflow.