I have scenario where, I need a link in email body, this link should open a current task for which we have different process model and interface,
but I want to open that task in current step once I click on the link from email. How can I achieve that?
Discussion posts and replies are publicly visible
You can use html tag <a href> to embed Appian task link in the email. You will need the taskId of the task handy in a pv within the process.
<a href="taskurlFromAppian">Task Label in email!</a>
For taskurlFromAppian you can use a!urlfortask(taskIds:taskIds)