replied on August 8, 2018
I was able to recreate this and was able to narrow it down to copying of a for each value action from one workflow to another (after copying I did modify the properties of the "for each value" to work with the workflow it was copied into).
Failed to publish workflow 'Alchemy Import - Individual Insurance': An error occurred while saving the workflow 'Alchemy Import - Individual Insurance'. [0343-WF1] [0411-WF0]
An error occurred while saving the workflow 'Alchemy Import - Individual Insurance'. [0343-WF1]
---Stack Trace---
at Laserfiche.Workflow.ComponentModel.WorkflowSerializer.SaveWorkflow(IWorkflow workflow, XmlWriter writer, Boolean throwError, IWorkflowUI workflowUI)
at Laserfiche.Workflow.Designer.PublishWorkflowAction.InnerPublish()
at Laserfiche.Workflow.Designer.PublishWorkflowAction.InnerPublishWithProgress()
at Laserfiche.Workflow.Designer.PublishWorkflowAction.Execute()
***
Object reference not set to an instance of an object.
---Stack Trace---
at Laserfiche.Workflow.Activities.ForEach.ForEachValueActivityProxy.WriteProperties(XmlWriter writer)
at Laserfiche.Workflow.ComponentModel.ActivityProxyBase.WriteXml(XmlWriter writer)
at Laserfiche.Workflow.ComponentModel.CompositeActivityProxyEx.WriteCustomXmlElements(XmlWriter writer)
at Laserfiche.Workflow.ComponentModel.CompositeActivityProxyEx.WriteCustomXmlElements(XmlWriter writer)
at Laserfiche.Workflow.ComponentModel.CompositeActivityProxyEx.WriteCustomXmlElements(XmlWriter writer)
at Laserfiche.Workflow.ComponentModel.CompositeActivityProxyEx.WriteCustomXmlElements(XmlWriter writer)
at Laserfiche.Workflow.Activities.Proxies.SequentialWorkflowActivityProxy.WriteCustomXmlElements(XmlWriter writer)
at Laserfiche.Workflow.ComponentModel.WorkflowBase.WriteXml(XmlWriter writer)
at Laserfiche.Workflow.ComponentModel.WorkflowSerializer.WriteWorkflowToXml(XmlWriter writer, IWorkflow workflow)
at Laserfiche.Workflow.ComponentModel.WorkflowSerializer.SaveWorkflow(IWorkflow workflow, XmlWriter writer, Boolean throwError, IWorkflowUI workflowUI)
***