list_workflows
Discover all workflow definitions and their event bindings to understand which business logic runs when data changes.
Instructions
List all workflow definitions in the system, optionally with their event bindings. Each workflow may be bound to one or more entities and lifecycle events (onBeforeInsert, onAfterUpdate, etc.).
Use this to understand what business logic runs when data changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum workflows to return (default: 50) | |
| entityFilter | No | Optional: only show workflows bound to this entity name |