"Unable to load specified workflow from instance store"
near the end of my workflow when running in the Simulator, I get a messagebox reporting "Unable to load specified workflow from instance store", and the output window shows:
Workflow Unloaded
External Activity: 794070 bytes received by client
<Event Timestamp="2014-08-31T16:14:33.0202587-05:00" Level="ERROR"><Message>Unable to deserialize object: DataTable does not support schema inference from Xml.</Message></Event>
Error: Unable to load specified workflow from instance store.
Unable to load workflow running instance data.
DataTable does not support schema inference from Xml.
at Geocortex.Workflow.Runtime.WorkflowController.RunWorkflow(WorkflowState workflow, IDictionary`2 inputs, IEnumerable`1 extensions)
at Geocortex.Workflow.Designer.VisualJsonDebugger.<>c__DisplayClass4.<RunWorkflow>b__2(Object context)
Workflow Aborted
Huh?
0
-
ahh, I had one sequence in a parallel creating a DataTable and I hadn't yet actually populated said DataTable with any data. As soon as I did that (with placeholder data from the Dictionary to DataTable activity, no more problem. Thanks, Internet!
0 -
Mark - I am getting this same error. But I am not seeing an issue with my parallel. Any advice?
Claire0
Please sign in to leave a comment.
Comments
2 comments