I try to use the system task detect dupplicate records.
It's works fine but the email sent give me a link which is not good.
I have something of it http://<my-server-name>/<my-organization>/<the-rest-of-url>
instead of
https://<my-website-url>/<the-rest-of-url>
After searching, I saw that it exists a email Template for this email and in it, there is a link I can modify to fit my link.
But when I try again, I saw that even if the displayed url seems good, the result in browser after clicking on it stay :
http://<my-server-name>/<my-organization>/<the-rest-of-url>
Besides in email Template I have a tag like this :
{!System Task:System Task;}>https://<my-website-url>/tools/asyncoperation/edit.aspx?id={!System Task:System Task;}
I think that the tag {!System Task:System Task;}> allow to define the link. But I don't know how to modify it because in the Insert/Update Button, I can't find the field.