Is there a way to copy SharePoint 2010 list to SharePoint 2013
Including list items and workflows (SharePoint designer workflows)
No approval for third party migration tool.
Have a look on below given informative resources that might helps you to get this job done:
How to move or copy a SharePoint Designer 2010 List Workflow to another list on the same site or another site.
http://blog.karstein-consulting.com/2011/02/10/walkthrough-how-to-move-or-copy-a-sharepoint-designer-2010-list-workflow-to-another-list-on-the-same-site-or-another-site/
Copying/Moving SharePoint 2010 Designer Workflows
Guide to Migrate from SharePoint 2010 to SharePoint 2013 along with metadata and workflows:
http://www.lepide.com/blog/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013/
Migrating SharePoint Workflows from 2010 to 2013 and Beyond:
http://sharepointpromag.com/sharepoint-2013/migrating-sharepoint-workflows-2010-2013-and-beyond
Hope this helps!
There is a good blog by Vlad
Workflow migration need to be addressed.
I am afraid not. In order for a WF to be redeploy-able from SP 2010, they have to be attached to a content type and the CT has to exist in the farm it is moving too. Because it is a list workflow you will either have to use a tool (if one exists that does that) or recreate the WF from scratch in the new farm.
David,
Thanks for the information, workflow is simple (list workflow) – no content type used.
can you guide me on “Deploy the WFs by exporting from 2010 and importing them into 2013”
-Kamran
Unfortunately, unless you start writing some custom code you won’t be able to migrate the workflows over. However, are you looking at workflow history or just the actual workflows?
If your Workflows are Content Type workflows you could quite possibly re-deploy them to the new site if you recreated the workflows along with their GUIDs exactly.  You can do this with Powershell and I actually just provided an answer to a question that illustrates how to do that here: Then when you recreate the content type, you should be able to export the data from 2010 to 2013 and then deploy the WFs by exporting from 2010 and importing them into 2013.
If the above doesn’t match your situation or you need the history, I know of no way OOTB that you can accomplish it. You will simply need to either export the data and recreate the WFs (without History) or write something that will move the data over along with workflows and history. However, the cost for to your business to do that, may be more than purchasing a tool to do it for you.
Hope this help,
Dave