Good morning,
I have created a workflow that queries a SQL table and then submits a form for each row that is returned.
The workflow hands the row data to fields in the form. All fields are accounted for and the form does not contain any required fields.
When I head over to the Forms system I see submitted forms with suspended steps. The error message I am receiving is
The process step configured within task name "Save Request to Laserfiche" is not valid or has not occurred. [LFF380-ValidateNoStep]
Details:
URL:
Error: ValidateNoStep
Date: 12/27/2017 9:03:06 PM (Eastern Standard Time)
HTTP Status Code: 400
Business Process ID: 32
Instance ID: 853
Business Process Name: SAT Agreement Maintenance
Stack Trace:
Caught exception:
Laserfiche.Forms.CommonUtils.Exceptions.LFFormsException Message: The process step configured within task name "Save Request to Laserfiche" is not valid or has not occurred. [LFF380-ValidateNoStep] at Laserfiche.Forms.Routing.SaveToLaserficheService.Execute(Int32 instanceId, IRoutingContext routingContext, RoutingInstanceStatus OriginalStatus) at Laserfiche.Forms.Routing.ServiceTask.Execute(Int32 instanceId, IRoutingContext routingContext)
That step does exist and is valid.
I can fill out and submit the form manually and it works without issue. This error only occurs when Workflow is trying to do the "work".
Anyone have any thoughts?
John