Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Context

Link

TaskInstanceTask

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

TaskInstance Task with tenant as parameter

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

ProcessInstanceProcess Instance

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

ProcessDefinitionProcess Definition

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

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

Context

Link

SSO Login

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

SSO Login with tenant as parameter

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

TaskInstance Task with SSO

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

TaskInstance 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.BASELINKROOTLINK}/sso-login/?version=six&tenant=basic&returnUrl=%2Fautomate%2Fstart%3Fname%3D/${SYS.POCESSDEFINITION_NAME}

Process

Tim Six

Link

External Form View (edit-mode for authenticated users)

${SYS.

BASELINK

ROOTLINK}

/

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

External Form View (read-only with sys.viewer)

Form Designer Webforms

${SYS.

BASELINK

ROOTLINK}

/

tim/client/#/external/

readonly/smartform?i={token}Form Designer Webforms

${SYS.CLIENT_ID}/webforms?definitionName=${SYS.PROCESSDEFINITION_NAME}




Use Case: Task

Code Block
${SYS.

...

ROOTLINK}

...

tim/client/#/

...

automate/

...

tasks/${SYS.

...

TASK_

...

ID}/properties


Insert the link on the “Task mail subject”

...


Start the process instance

...


Assign the task

...

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

...