Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Deeplinks 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.

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}

TaskInstance with SSO

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

TaskInstance 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}




Use Case: TaskInstance

${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

Screenshot 2024-08-20 140815.png

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

Screenshot 2024-08-20 140917.png

  • No labels