Capture request parameter to a workflow variable for tool use
Confluence User - 28 Jul, 2017
I have a need to use a request parameter (passed in the URL that starts a process) as a parameter in a Tool plug-in. The Tool happens to be the first thing after the Start. However, if I use #requestParam.name# inside the tool I do not get the request parameter value passed to the Tool. I find that I can capture the requestParam to a hidden field on a form and then to a workflow variable if I map such a form to Run Process. But I do not want a form displayed there that requires a Submit. I want to go directly to the Tool with the requestParam accessible and usable by the Tool and then go to a Form which uses the data retrieved by the Tool and that is passed to it in workflow variables.
How can I do this?
Thanks, Bill
forms;processes