How to insert a URL for a Detail page
AnsweredI would like to insert a Task's [Details] page URL as a link in my outgoing mail.
Please can you tell me how to do this?
Thanks
-
The URL for the Process Details page will be in the following format:
- https://{subdomain name}.questetra.net/OR/ProcessInstance/#{processInstanceId}/view
The {subdomain name} and {process ID} of the URL can be inserted into the body of the email using variables.
- https://{subdomain name}.questetra.net/ => ${var[applicationRoot]} (application root URL)
- {process ID} => #{processInstanceId}
In a [Throwing Message Intermediate Event (email)] use these variables and set them as follows according to the URL format on the [Details] page.
- ${var[applicationRoot]}OR/ProcessInstance/#{processInstanceId}/view
In the body of the actual received email, for example, the following URL will be displayed.
- https://your_domain.questetra.net/OR/ProcessInstance/123456/view
(Reference)
M224: Auto Sending of Email with Business Data Inserted
R2272: Automatic Assignment to String-type
Please sign in to leave a comment.
Comments
1 comment