---Having problems with a workflow that starts from a form(see step #8 below). Steps:
1. RETRIEVE LASERFICHE FORMS CONTENT
2. Sends Email
3. Ends
---Steps in Forms Process Modeler:
1. Save to Repository (note: might seem strange to save at the beginning but need a record of the orignal request before any changes are made)
2. Service Task - Workflow retrieves content from form
3. Exclusive Gateway - based on what it retrieves in previous steps
4. User Task - Fills in a SINGLE LINE field in the form and Submits when complete
5. Exclusive Gateway - chooses a path based on form information
6. User Task - user approves/confirms
7. Intermediate Timer Event - waits for certain date
8. **Service Task - Workflow retrieves some info from the form and sends email to several users
9. End
---The Error---
Always Ends with Error: "The remote server returned an error: (400) Bad Request."
It doesn't seem to be a communication problem between the forms and workflow server as I'm able to retrieve forms content in previous steps in the Forms Workflow.
???Not sure what to try next or if there's somewhere else to look for more detail in what's causing the problem.