You can use advanced search syntax to search for entries associated with a business process. Specifically you can search for entries by the business process's name, status, and start or completed date. All advanced search types can be customized with advanced search operators and wildcards. When using this advanced search syntax, the name and status of the business process must be enclosed by quotation marks.
All entries associated with a specified business process
{LF:BPName="New Employee"}
{LF:BPName="New Employee"} & {LF:BPName="Update Benefits"}
{LF:BPName="New Employee"} | {LF:BPName="Update Benefits"}
All entries that have a certain business process instance status
All entries associated with business process instances that started, completed, or started or completed in a specific time frame
The following sample search will find all entries associated with a business process that started or completed the week of March 16, 2012.
({LF:BPEStartDate>="3/16/2012"} & {LF:BPEStartDate<="3/22/2012"}) | ({LF:BPECompletedDate>="3/16/2012"} & {LF:BPECompletedDate<="3/22/2012"})
Note: The order in which the month, day, and year should be specified is determined by the short date format configured on your workstation (access Regional and Language Options from the Control Panel).