Difference between SharePoint Designer workflows and Custom workflows?
- Only sequential workflows can be created in SharePoint Designer; state machine workflows cannot be created in SharePoint Designer.
- Deployment and moving is easy in custom workflows when compared to SharePoint designer workflows.
- Visual Studio allows for debugging.
- Visual Studio can have code-behind.
- Visual Studio generates a workflow template which can be easily be deployed, SharePoint Designer workflows are typically built against specific lists and sites.