Deep links

Deep links can take users directly to specific pages or sections of a website, such as a particular product page or user profile. They make it easier for others to access the same content directly.

Regular Links

 

Context

Link

Context

Link

Task

${SYS.ROOTLINK}tim/client/#/automate/tasks/${SYS.TASK_ID}/properties

Task with tenant as parameter

${SYS.ROOTLINK}tim/client/#/automate/tasks/${SYS.PROCESSINSTANCE_ID}/properties?tenant=${SYS.CLIENT_ID}

Process Instance

${SYS.ROOTLINK}tim/client/#/automate/processes/${SYS.PROCESSINSTANCE_ID}/properties

Process Definition

${SYS.ROOTLINK}tim/client/#/automate/start/${SYS.PROCESSINSTANCE_ID}

${SYS.ROOTLINK}tim/client/#/automate/start?name=${SYS.PROCESSDEFINITION_NAME}

SSO Links

Context

Link

Context

Link

SSO Login

${SYS.ROOTLINK}sso-login/?version=six

SSO Login with tenant as parameter

${SYS.ROOTLINK}sso-login/?version=six&tenant=${SYS.CLIENT_ID}

Task with SSO

${SYS.ROOTLINK}sso-login/?returnUrl=/automate/tasks/open/${SYS.TASK_ID}/properties

Task with SSO and tenant as parameter
(the returnUrl parameter needs to be the last parameter in the deeplink)

${SYS.BASELINK}sso-login/?tenant=basic&returnUrl=/automate/tasks/open/${SYS.TASK_ID}/properties

ProcessDefinition with SSO

${SYS.ROOTLINK}/sso-login/?version=six&tenant=basic&returnUrl=%2Fautomate%2Fstart%3Fname%3D/${SYS.POCESSDEFINITION_NAME}

External Form View Links

Process

Link

Process

Link

External Form View (edit-mode for authenticated users)

${SYS.ROOTLINK}tim/client/#/external/task/${SYS.TASK_ID}/smartform?documents=true

Form Designer Webforms

${SYS.ROOTLINK}tim/client/#/external/${SYS.CLIENT_ID}/webforms?definitionName=${SYS.PROCESSDEFINITION_NAME}




Use Case: Task

${SYS.ROOTLINK}tim/client/#/automate/tasks/${SYS.TASK_ID}/properties


Insert the link on the “Task mail subject”

Screenshot 2024-08-20 140659.png

 


Start the process instance

Screenshot 2024-08-15 150315.png


Assign the task

 

The link is displayed successfully on the email subject on the outbound email