Does anyone know how to start a process with a task step (not a receive step)?
I have a task start portlet were the user sets some fields and then submits the task. The data captured here will be used on a process and I would like to know how to set this task as the process start step?
I couldn’t find a way to have a task initiate a process.
What I did was just had a publish event integration service that publishes an empty document to start the process. Then you can just have a web link to the invoke step like
If it was a user facing application, that is what we would have done. Instead this one is for internal use (our webMethods team) so we went the quicker “dirtier” route