I have created a workflow process that is creating up to 3 Web Access URL's for documents within a repository. At the end of this workflow it is invoking a Forms business process and passing the URL's to 3 different variables in the Forms business process. At the first user task it has a form that has a Custom HTML field that is set to show the 3 values for the variables above.
When I run the process it is creating a token for each of the 3 Web Access URLs and applying the <a href=""></a> tags around the URL values and inserting the URL as the value for href. The workflow invokes the Forms process correctly and populates the 3 Web Access URLs correctly in the custom HTML field. The problem is that even though it shows and looks like a link, the user is not able to click on it like a link. Is there something else that needs to be done to make this happen?