We are trying to create a site programmatically with a tasks list and
workflow attached to it. Basically, the tasks list will have an item
called Step One. Once this item is set to complete, then Step Two will
appear in the task list, and so on. I know how to programmatically
create sites, but I have a few unknowns. Do I create the tasks list in
the ONET.xml file, or do I create it in a feature (if so, how do I
programmatically activate it?). How do I associate the workflow to it?
Any step by step guidance would be most helpful.