Hi Everyone
Hoping someone can help me out here, having made only one change to an un-managed solution (creating a new relationship) I now am stuck with a solution that wont import in to my test environment and returns the bellow error:
The element 'Workflow' has invalid child element 'ProcessTriggers'. List of possible elements expected: 'XamlFileName, ImageFileName, Type, Subprocess, Category, Mode, LanguageCode, Scope, OnDemand, TriggerOnUpdateAttributeList, TriggerOnCreate, TriggerOnDelete, AsyncAutodelete, SyncWorkflowLogOnFailure, StateCode, StatusCode, CreateStage, UpdateStage, DeleteStage, Rank, processorder, processroleassignment, RunAs, SdkMessageId, UniqueName, IsTransacted, IntroducedVersion, IsCustomizable, RendererObjectTypeCode, BusinessProcessType, FormId, PrimaryEntity'. 0285A6ACD.xaml</XamlFileName><Type>1</Type><Subprocess>0</Subprocess><Category>0</Category><Mode>1</Mode><Scope>4</Scope><OnDemand>0</OnDemand><TriggerOnUpdateAttributeList>activestageid,statecode</TriggerOnUpdateAttributeList><TriggerOnCreate>0</TriggerOnCreate><TriggerOnDelete>0</TriggerOnDelete><AsyncAutodelete>0</AsyncAutodelete><SyncWorkflowLogOnFailure>1</SyncWorkflowLogOnFailure><StateCode>1</StateCode><StatusCode>2</StatusCode><UpdateStage>20</UpdateStage><RunAs>0</RunAs><IsTransacted>1</IsTransacted><IntroducedVersion>1.0.0.0</IntroducedVersion><IsCustomizable>1</IsCustomizable><PrimaryEntity>tsg_nmcoppprocess</PrimaryEntity><LocalizedNames><LocalizedName languagecode="1033" description="NMC Opp Process - Create Stage Timing Record" /></LocalizedNames></Workflow><Workflow WorkflowId="{919e14d1-6489-4852-abd0-a63a6ecaac5d}" Name="Lead to Opportunity Sales Process" Description="This is the default process flow to work on a lead and convert it to an opportunity." unmodified="1"><ProcessTriggers /></Workflow><Workflow WorkflowId="{24026e27-359c-4f1f-a040-ab9a721c6112}" Name="Account - Set OOTB County"><XamlFileName>/Workflows/Account-SetOOTBCounty-24026E27-359C-4F1F-A040-AB9A721C6112.xaml</XamlFileName><Type>1</Type><Subprocess>0</Subprocess><Category>0</Category><Mode>0</Mode><Scope>4</Scope><OnDemand>0</OnDemand><TriggerOnUpdateAttributeList>tsg_county</TriggerOnUpdateAttributeList><TriggerOnCreate>1</TriggerOnCreate><TriggerOnDelete>0</TriggerOnDelete><AsyncAutodelete>1</AsyncAutodelete><SyncWorkflowLogOnFailure>0</SyncWorkflowLogOnFailure><StateCode>1</StateCode><StatusCode>2</StatusCode><RunAs>1</RunAs><IsTransacted>1</IsTransacted><IntroducedVersion>1.0.0.4</IntroducedVersion><IsCustomizable>1</IsCustomizable><PrimaryEntity>Account</PrimaryEntity><LocalizedNames><LocalizedName languagecode="1033" description="Account - Set OOTB County" /></LocalizedNames></Workflow><Workflow WorkflowId="{30b8a3b1-7f96-48f0-87bc-b3a32c2b3370}" Name="Contact - Set Conesnt E
All of the workflows referred to in the error where present prior to the solution failing to import and none of them have been modified.
Any help with this would be much appreciated.