How to get url for Task in Email
Hello Ivy Team,
I`m building a process for overriding the default email notifications as described here:
http://developer.axonivy.com/doc/latest/EngineGuideHtml/administration.html#administration-applicationdefaults
I have a problem to build an URL to the task.
I`m trying this ways, but no luck:
in.task = ivy.wf.findTask(in.notificationTaskId);
in.taskUrl = ivy.html.taskstartref(in.task);
in.taskUrl = ivy.var.FQDN + in.task.getFullRequestPath() + "?taskId=" + in.notificationTaskId.toString();
the URL is valid but the Id of the task is different than in the Task List view.
I`m using version 6.4
Am I doing something wrong or this is a bug in this version ?
p.s. it does not work bot on the Designer and on the Server
Best Regards,
Yordan