Using Variables in URL
If an action supports the [url]
tag, you can use the variables in URL's:
[url]http://{=Variable:Domain}/{=Variable:Path}[/url]
Here:
{=Variable:Domain}
and {=Variable:Path}
are the macros that resolve to the website domain and the path.
Creating a Direct Link to a Task Page
Use this link when creating a message that will prompt a user to perform a task within the context of a current business process.
[url]http://intranet_domain/company/personal/bizproc/{=Workflow:ID}/[/url]
Creating a Document View Link
This link will open a document for viewing. Use it in an e-mail message when you want to give a user a direct link to a document.
[url]{=Document:DETAIL_PAGE_URL}[/url]