Hello,
I am running into an into an issue with forms that do not include a User Task in their process diagram. My forms that require approval via a User task work perfectly. However, on forms that are simple submissions and use an email task to send a PDF, the selected variables are not being output.
If I use the same form from start to finish, it doesn't seem to be an issue.
This works: Start[FormA] - Email Task[FormA] - End
However, in the case that I need the information emailed in a smaller more printer friendly PDF, I have to put a User Task before the email task.
This Works: Start[FormA] - User Task[FormB] - Email Task[FormB] - End
This does not work: Start[FormA] - Email Task[FormB] - End
I have also created a workflow to Set Business Process Variables before the email task. The variables are retrieved and are sent to SQL, but they are not picked up by FormB.
Has anyone else run into this?
Thank You,