I have the same issue, only I'm starting the workflows within EasyTabs from the list item menu. I have about a dozen views, so a tabbed presentation makes the most sense. The content editor web part that houses EasyaTabs is on the default.aspx page of the subsite. After a workflow finishes, I am sent to the default VIEW for the list:
//site/sub-site/Lists/list_name/allitems.aspx (or whatever is named as the default view)
Where I really want to be is
//site/sub-site/default.aspx
It happens that EasyTabs remembers which tab I was last on, so simply returning to the page is enough.
Options:
- Redirect from default view (using a dummy view) - can't figure out how to make this work
- use source parameter in url - can't find an opportunity to set this, was hoping I might be able to attach it to the Start button in infopath form, but no luck there. Also nowhere to set it in List Item Menu action.
Does anyone know where in Sharepoint (what class, xml, etc) the behavior to return to default view is defined?