IP Forms only for MOSS 2007?
Is this correct information? The reason I ask is that I'm not sure how to deploy the forms as a feature with my workflow under WSS v3.
Here is the contents of my workflow.xml.
<Workflow
Name="Print Shop Workflow"
Description="This feature is a sequential workflow for the processing of the Print Shop Work Request."
Id="D2ECA809-92FE-4814-BEC8-D74137845F4C"
CodeBesideClass="WFPrintShop.PrintShopWF"
CodeBesideAssembly="WfPrintShop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ca6cd8862a434dbf"
TaskListContentTypeId="0x01080104"
AssociationUrl="_layouts/WFAssoc.aspx"
InstantiationUrl="_layouts/WFInit.aspx">
<Categories/>
<MetaData> <Instantiation_FormURN>urn:schemas-microsoft-com:office:infopath:PrintShopInitForm:-myXSD-2007-02-13T18-13-30</Instantiation_FormURN> <Task0_FormURN>urn:schemas-microsoft-com:office:infopath:PrintShopTaskForm:-myXSD-2007-02-13T23-14-32</Task0_FormURN>
<StatusPageUrl>_layouts/WrkStat.aspx</StatusPageUrl>
</MetaData>
</Workflow>
</Elements>
InstantiationUrl="_layouts/IniWrkflIP.aspx"
ModificationUrl="_layouts/ModWrkflIP.aspx"

