> For the complete documentation index, see [llms.txt](https://docs.work-relay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.work-relay.com/administration/lightning-components/wr-workflows.md).

# WR Workflows

WR Workflows component (1) displays processes that are currently started on the record (Started Processes tab) and processes that are not started on the record (Startable Processes tab).

![](/files/973eebecd1faf2bb1fb2aa907fd22006ace8d8fe)

## Component settings

* **Started processes tab label** (2) and **Startable processes tab label** (3) inputs are used to rename component tabs.
* **Default Tab** (4) - choose tab (Started Processes or Startable processes) that will be active by default.
* **Filter by Process Path** (5) - use this setting to display startable processes from specified folder only. Works only for Startable Processes folder. Use '\\' delimiter to provide full process path (see example below):

  ![](/files/c53c75903cccf4a13c7e6e3933f6eba7a352ddf4)
* **Filter by Process Name** (6) - you can enter your process name here and component will display only specified process in the list. To filter multiple processes with this setting perform the following: group your processes by giving them name containing same identifier and enter %identifier% to the setting input. Only aplies to Startable Processes tab. See example below for tab filtered by Name LIKE %identifier%:

  ![](/files/a0d2b602dd654787db633e35b3dd0b6e308f038f)
* **Advanced Settings** (7) - allows to provide advanced settings via JSON format. For example:
  * To hide Started Process tab paste this JSON to the setting input: `{"hideStartedFlows" : true}`
  * To hide Startable Process tab paste this JSON to the setting input: `{"hideStartableFlows" : true}`
