In CRM 2013 there have been various additions to process types, for quicker access directly to individual Type of process :
Follow below steps to create Process Views:
Download solution extender:
http://solutionextender.codeplex.com/downloads/get/522781
Import the following xml to your organization.Save the below file as xml and import the file using above tool:
<Settings>
<UserQuery xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema”>
<RecordId>00000000-0000-0000-0000-000000000000</RecordId>
<AdvancedGroupBy />
<ColumnSetXml />
<ConditionalFormatting />
<Description />
<FetchXml><fetch version=’1.0′ output-format=’xml-platform’ mapping=’logical’ distinct=’false’><entity name=’workflow’><attribute name=’workflowid’/><attribute name=’name’/><attribute name=’category’/><attribute name=’primaryentity’/><attribute name=’statecode’/><attribute name=’createdon’/><attribute name=’ownerid’/><attribute name=’owningbusinessunit’/><attribute name=’type’/><order attribute=’name’ descending=’false’/><filter type=’and’><condition attribute=’category’ operator=’eq’ value=’3’/></filter></entity></fetch></FetchXml>
<LayoutXml><grid name=’resultset’ object=’4703′ jump=’name’ select=’1′ icon=’1′ preview=’0’><row name=’result’ id=’workflowid’><cell name=’name’ width=’300′ /><cell name=’category’ width=’200′ /><cell name=’primaryentity’ width=’200′ /><cell name=’type’ ishidden=’1′ width=’100′ /><cell name=’statecode’ width=’100′ /><cell name=’createdon’ width=’100′ /><cell name=’ownerid’ width=’200′ /><cell name=’owningbusinessunit’ width=’200′ /></row></grid></LayoutXml>
<Name>Actions</Name>
<QueryType>0</QueryType>
<ReturnedTypeCode>workflow</ReturnedTypeCode>
</UserQuery>
<UserQuery xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema”>
<RecordId>00000000-0000-0000-0000-000000000000</RecordId>
<AdvancedGroupBy />
<ColumnSetXml />
<ConditionalFormatting />
<Description />
<FetchXml><fetch version=’1.0′ output-format=’xml-platform’ mapping=’logical’ distinct=’false’><entity name=’workflow’><attribute name=’workflowid’/><attribute name=’name’/><attribute name=’category’/><attribute name=’primaryentity’/><attribute name=’statecode’/><attribute name=’createdon’/><attribute name=’ownerid’/><attribute name=’owningbusinessunit’/><attribute name=’type’/><order attribute=’name’ descending=’false’/><filter type=’and’><condition attribute=’category’ operator=’eq’ value=’0’/><condition attribute=’mode’ operator=’eq’ value=’0’/></filter></entity></fetch></FetchXml>
<LayoutXml><grid name=’resultset’ object=’4703′ jump=’name’ select=’1′ icon=’1′ preview=’0’><row name=’result’ id=’workflowid’><cell name=’name’ width=’300′ /><cell name=’category’ width=’200′ /><cell name=’primaryentity’ width=’200′ /><cell name=’type’ ishidden=’1′ width=’100′ /><cell name=’statecode’ width=’100′ /><cell name=’createdon’ width=’100′ /><cell name=’ownerid’ width=’200′ /><cell name=’owningbusinessunit’ width=’200′ /></row></grid></LayoutXml>
<Name>Background Workflows</Name>
<QueryType>0</QueryType>
<ReturnedTypeCode>workflow</ReturnedTypeCode>
</UserQuery>
<UserQuery xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema”>
<RecordId>00000000-0000-0000-0000-000000000000</RecordId>
<AdvancedGroupBy />
<ColumnSetXml />
<ConditionalFormatting />
<Description />
<FetchXml><fetch version=’1.0′ output-format=’xml-platform’ mapping=’logical’ distinct=’false’><entity name=’workflow’><attribute name=’workflowid’/><attribute name=’name’/><attribute name=’category’/><attribute name=’primaryentity’/><attribute name=’statecode’/><attribute name=’createdon’/><attribute name=’ownerid’/><attribute name=’owningbusinessunit’/><attribute name=’type’/><order attribute=’name’ descending=’false’/><filter type=’and’><condition attribute=’category’ operator=’eq’ value=’4’/></filter></entity></fetch></FetchXml>
<LayoutXml><grid name=’resultset’ object=’4703′ jump=’name’ select=’1′ icon=’1′ preview=’0’><row name=’result’ id=’workflowid’><cell name=’name’ width=’300′ /><cell name=’category’ width=’200′ /><cell name=’primaryentity’ width=’200′ /><cell name=’type’ ishidden=’1′ width=’100′ /><cell name=’statecode’ width=’100′ /><cell name=’createdon’ width=’100′ /><cell name=’ownerid’ width=’200′ /><cell name=’owningbusinessunit’ width=’200′ /></row></grid></LayoutXml>
<Name>Business Process Flows</Name>
<QueryType>0</QueryType>
<ReturnedTypeCode>workflow</ReturnedTypeCode>
</UserQuery>
<UserQuery xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema”>
<RecordId>00000000-0000-0000-0000-000000000000</RecordId>
<AdvancedGroupBy />
<ColumnSetXml />
<ConditionalFormatting />
<Description />
<FetchXml><fetch version=’1.0′ output-format=’xml-platform’ mapping=’logical’ distinct=’false’><entity name=’workflow’><attribute name=’workflowid’/><attribute name=’name’/><attribute name=’category’/><attribute name=’primaryentity’/><attribute name=’statecode’/><attribute name=’createdon’/><attribute name=’ownerid’/><attribute name=’owningbusinessunit’/><attribute name=’type’/><order attribute=’name’ descending=’false’/><filter type=’and’><condition attribute=’category’ operator=’eq’ value=’1’/></filter></entity></fetch></FetchXml>
<LayoutXml><grid name=’resultset’ object=’4703′ jump=’name’ select=’1′ icon=’1′ preview=’0’><row name=’result’ id=’workflowid’><cell name=’name’ width=’300′ /><cell name=’category’ width=’200′ /><cell name=’primaryentity’ width=’200′ /><cell name=’type’ ishidden=’1′ width=’100′ /><cell name=’statecode’ width=’100′ /><cell name=’createdon’ width=’100′ /><cell name=’ownerid’ width=’200′ /><cell name=’owningbusinessunit’ width=’200′ /></row></grid></LayoutXml>
<Name>Dialogs</Name>
<QueryType>0</QueryType>
<ReturnedTypeCode>workflow</ReturnedTypeCode>
</UserQuery>
<UserQuery xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema”>
<RecordId>00000000-0000-0000-0000-000000000000</RecordId>
<AdvancedGroupBy />
<ColumnSetXml />
<ConditionalFormatting />
<Description />
<FetchXml><fetch version=’1.0′ output-format=’xml-platform’ mapping=’logical’ distinct=’false’><entity name=’workflow’><attribute name=’workflowid’/><attribute name=’name’/><attribute name=’category’/><attribute name=’primaryentity’/><attribute name=’statecode’/><attribute name=’createdon’/><attribute name=’ownerid’/><attribute name=’owningbusinessunit’/><attribute name=’type’/><order attribute=’name’ descending=’false’/><filter type=’and’><condition attribute=’category’ operator=’eq’ value=’0’/><condition attribute=’mode’ operator=’eq’ value=’1’/></filter></entity></fetch></FetchXml>
<LayoutXml><grid name=’resultset’ object=’4703′ jump=’name’ select=’1′ icon=’1′ preview=’0’><row name=’result’ id=’workflowid’><cell name=’name’ width=’300′ /><cell name=’category’ width=’200′ /><cell name=’primaryentity’ width=’200′ /><cell name=’type’ ishidden=’1′ width=’100′ /><cell name=’statecode’ width=’100′ /><cell name=’createdon’ width=’100′ /><cell name=’ownerid’ width=’200′ /><cell name=’owningbusinessunit’ width=’200′ /></row></grid></LayoutXml>
<Name>Real-time Workflows</Name>
<QueryType>0</QueryType>
<ReturnedTypeCode>workflow</ReturnedTypeCode>
</UserQuery>
<UserQuery xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema”>
<RecordId>00000000-0000-0000-0000-000000000000</RecordId>
<AdvancedGroupBy />
<ColumnSetXml />
<ConditionalFormatting />
<Description />
<FetchXml><fetch version=’1.0′ output-format=’xml-platform’ mapping=’logical’ distinct=’false’><entity name=’workflow’><attribute name=’workflowid’/><attribute name=’name’/><attribute name=’category’/><attribute name=’primaryentity’/><attribute name=’statecode’/><attribute name=’createdon’/><attribute name=’ownerid’/><attribute name=’owningbusinessunit’/><attribute name=’type’/><order attribute=’name’ descending=’false’/><filter type=’and’><condition attribute=’category’ operator=’eq’ value=’0’/></filter></entity></fetch></FetchXml>
<LayoutXml><grid name=’resultset’ object=’4703′ jump=’name’ select=’1′ icon=’1′ preview=’0’><row name=’result’ id=’workflowid’><cell name=’name’ width=’300′ /><cell name=’category’ width=’200′ /><cell name=’primaryentity’ width=’200′ /><cell name=’type’ ishidden=’1′ width=’100′ /><cell name=’statecode’ width=’100′ /><cell name=’createdon’ width=’100′ /><cell name=’ownerid’ width=’200′ /><cell name=’owningbusinessunit’ width=’200′ /></row></grid></LayoutXml>
<Name>Workflows</Name>
<QueryType>0</QueryType>
<ReturnedTypeCode>workflow</ReturnedTypeCode>
</UserQuery>
</Settings>
Hope it helps!