Hello,
I've customized the startworkflow component (added a new tab to capture user input). The input provided by the performer is going to be stored in a custom object, along with the workflow Id.
My trouble is I can't seem to get the workflow Id (because the workflow isn't yet created). However, I can get the process Id from the param enforced by the component and my custom class.
Does anybody know a way to get this workflow Id? Any help is much appreciated.