Business Process Search Syntax
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="BusinessProcessName"}
All entries that have a certain business process instance status
- {LF:BPEStatus="Status"}
All entries associated with business process instances that started, completed, or started or completed in a specific time frame
- Start date: {LF:BPEStartDate="mm/dd/yyyy"} or {LF:BPEStartDate="mm/dd/yy"} or {LF:BPEStartDate="mm/yyyy"} or {LF:BPEStartDate="mm/yy"}
- Completed date: {LF:BPECompletedDate="mm/dd/yyyy"} or {LF:BPECompletedDate="mm/dd/yy"} or {LF:BPECompletedDate="mm/yyyy"} or {LF:BPECompletedDate="mm/yy"}
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).