In Taskspace, we have a form for viewing a particular object. We added an "invoke button" which calls a configured action that is set to start a workflow. How can we pass information to the workflow? Specifically we want to pass form field values into the workflow's process variables - but a different approach is entirely acceptable (perhaps via a process package for example).
Can this be done using the xCP toolset or should we resort to code?