<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation. All rights reserved. -->

<!-- Insert Workflow.xml Code Snippet here.  To do this:
1) Right click on this page and select "Insert Snippet" (or press Ctrl+K, then X)
2) Select Snippets->SharePoint Server Workflow->Workflow.xml Code -->

<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
  <Workflow
       Name="$Resources:wacore,WorkflowFeatureTitle"
       Description="$Resources:wacore,WorkflowFeatureDesc"
       Id="1BE2E16E-961B-4898-9DFD-D33D15981EAE"
       CodeBesideClass="Microsoft.Office.Server.WebAnalytics.DataDrivenWorkflow" 
       CodeBesideAssembly="Microsoft.Office.Server.WebAnalytics.UI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
       TaskListContentTypeId="0x01080100C9C9515DE4E24001905074F980F93160"
       AssociationUrl="_layouts/CstWrkflIP.aspx"	   
       ModificationUrl="_layouts/ModWrkflIP.aspx">
    <Categories/>
    <!-- Tags to specify InfoPath forms for the workflow; delete tags for forms that you do not have -->
    <MetaData>		
                <Association_FormURN>urn:schemas-microsoft-com:office:infopath:workflow:DDWorkflow-AssocFormCode:$Subst:LCID;</Association_FormURN>		
		<AssociationCategories>Site</AssociationCategories>
		<StatusPageUrl>_layouts/WrkStat.aspx</StatusPageUrl>
    </MetaData>
  </Workflow>
</Elements>
