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 2 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

http://localhost:8080/sso-login/?version=six

SSO Login with tenant as parameter

http://localhost:8080/sso-login/?version=six&tenant={tenant_name}

TaskInstance with SSO

http://localhost:8080/sso-login/?returnUrl=/automate/tasks/open/{taskId}/properties

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

http://localhost:8080/sso-login/?tenant=basic&returnUrl=/automate/tasks/open/{taskId}/properties

ProcessDefinition with SSO

http://localhost:8080/sso-login/?version=six&tenant=basic&returnUrl=%2Fautomate%2Fstart%3Fname%3D{process_definition_name}

http://localhost:8180/tim/client/#/automate/tasks/15454/properties

The task number included in the deeplink must correspond to an existing task.


After navigating to the deeplink it successfully redirects to the task properties tab.

Screenshot 2024-07-30 141252.png

  • No labels