diff --git a/config/alfresco/workflow/invite_processdefinition.xml b/config/alfresco/workflow/invite_processdefinition.xml index 670e00f7c5..033a913ad3 100644 --- a/config/alfresco/workflow/invite_processdefinition.xml +++ b/config/alfresco/workflow/invite_processdefinition.xml @@ -26,8 +26,8 @@ + "'" + wf_siteShortName + "', " + "please follow this link:\n" + wf_serverPath - + "/alfresco/service/api/inviteresponse/accept?" - + "workflowId=" + workflowId + + "/alfresco/service/api/inviteresponse/accept.html?" + + "inviteId=" + workflowId + "&inviteeUserName=" + wf_inviteeUserName + "&siteShortName=" + wf_siteShortName + "\n\n" + "An account has been created for you with user name: " @@ -40,8 +40,8 @@ + "'" + wf_siteShortName + "', " + "please follow this link:\n" + wf_serverPath - + "/alfresco/service/api/inviteresponse/reject?" - + "workflowId=" + workflowId + + "/alfresco/service/api/inviteresponse/reject.html?" + + "inviteId=" + workflowId + "&inviteeUserName=" + wf_inviteeUserName + "&siteShortName=" + wf_siteShortName; mail.execute(bpm_package); @@ -58,11 +58,15 @@ + + + +