|
I'm entering a quote into my website, which uses content generated by Portal Server. Getting the error: "A workflow error occurred: AmsServices.Marble.Utility.ExceptionBase: An error occured executing TemplateStep Welcome: "Persisted document BlackCar:Black_Car_Policy not found in the document collection.". What can I look at to troubleshoot this problem?
|
|
The error is stating that workflow could not find any data to populate the template in question. This would be the template that is being used in the TemplateStepActivity named "Welcome". You'll get this error if you attempt to generate markup for a template and the workflow doesn't have any data to fill the template with. One way to ensure that your workflow always has some data to work with is to use a default data document. In your Workflows directory you can place an xml file that follows this naming convention: " In this particular example, if your workflow was named "
|