ISSUE
When creating a workflow, the following error might occur:The file "/_layouts/15/_contenttemplates/15/Welcome.ascx does not exist
ERROR CODE
RESOLUTION
- Check masterpage used by the workflowDesigner.aspx page - browse to the SharePoint 15 hive, then templates/layouts/Nintexworkflow
- Open workflowdesigner.aspx in edit mode and check the master page being used.
- Navigate back to 15 hive, Template/layouts folder and open the masterpage that was referenced in workflowdesigner.aspx
- Look for the source for welcome page. Path is set as src="_controltemplates/15/Welcome.ascx.
- Change to src="/_controltemplates/15/Welcome.ascx"
