> ## Documentation Index
> Fetch the complete documentation index at: https://docs.custral.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Workflows

> On a record's page: the workflows that run on its object, and whether each is on.

## Overview

The **Workflows** block goes on a record page and lists the [workflows](/automation/workflows/overview) attached to the record's object, so the people reading a record can see what runs on it without leaving the page:

* The workflow's **name**, whether it is a **workflow** or a **scheduled job**, and its description.
* Whether it is **On** or **Off**. Workflows that are on are listed first.

Click a row to open the workflow in the editor, on top of the record.

## Configuration parameters

| Param      | Type     | Description                                                                       |
| ---------- | -------- | --------------------------------------------------------------------------------- |
| `objectId` | `object` | The object the block is bound to. Set automatically when placed on a record page. |

Sequences and workflow templates are not listed: a sequence enrols people rather than running on records, and a template runs nothing until it is used.

## Use cases

* Show a product team the automations watching a product, such as one on the Usage Changed [trigger](/automation/workflows/triggers) that opens a task when usage drops.
* Let anyone reading an account see which follow-ups fire when its fields change.

## Troubleshooting

| Symptom                          | Likely cause                                          | What to check                                                                                        |
| -------------------------------- | ----------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| "No workflows run on … yet"      | No workflow is attached to this object                | Add one from **Automations** on the object's table, or pick the object when you create the workflow. |
| A workflow you expect is missing | It is attached to another object, or it is a sequence | Open the workflow and check its object and category.                                                 |

## See also

* [Usage by customer](/blocks/embedded/usage/usage-by-customer): the product panels the Product record layout places beside this block.
* [Quick Actions](/blocks/embedded/object/quick-actions)


## Related topics

- [Workflows](/automation/workflows/overview.md)
- [Workflow Actions](/automation/workflows/actions.md)
- [Workflow Triggers](/automation/workflows/triggers.md)
- [Install the widget](/comms/chat/widget-install.md)
- [Action Buttons](/surfaces/views/action-buttons.md)
