I have created a form that when submitted will run a workflow. On the form is the option to upload a document - but this is not required. In the instances when a document is uploaded I want to save the document in LF (and not the submission form) and then run the workflow.
I set up the process modeler with an Exclusive gateway that is supposed to save the document before it runs the workflow.
But it doesn't save the document or run the workflow and I get the following error:
11/19/2015 8:49:24 PM
Message: Routing cannot be split to any subsequent branch. XPath evaluation may fail for every possible condition
Stack trace: at Laserfiche.Forms.Routing.Gateway.GetAllSubsequentSteps(Int32 instanceId, Int32 processId, Int32 sourceStepId, IRoutingContext routingContext)
at Laserfiche.Forms.Routing.Gateway.Execute(Int32 instanceId, IRoutingContext routingContext)
at Laserfiche.Forms.Routing.RoutingDispatcher.ExecuteSteps()
Can anyone please tell me what I'm doing wrong?
Thanks!
Sandy