hi,
I send to some users a mail with a link for response.
How can I change the link to be with the hostname of the orchestrator, and not with the ip?
I want to change from:
http://IP_Address:8280/vmo/weboperator/webform.html?cmd=answer&workflowTokenId=..........
To:
http://ServerName:8280/vmo/weboperator/webform.html?cmd=answer&workflowTokenId=........
I use workflow.getAnswerUrl().url in order to generate the link.
Thanks!