
Hi,
if you aren't familiar with javascript the easiest way would be to:
1. Create a menu action using with the "start new hyperlink" function and define the parameters
2. Create the html field and use the InvokeMenuAction function.
<button onclick="InvokeMenuAction(#{ACB:45}#)">Start workflow </button>
3. Hide the menu action in the behavior tab during load.
This will hide it from the user interface but the function will be available. Hiding it with an execution condition will also prevent the option to use it via javascript.
Best regards,
Daniel