dataverse_list_processes
List classic processes such as workflows, business rules, actions, and business process flows from Dataverse. Apply category, type, and OData filters to retrieve specific definitions.
Instructions
List classic processes (workflows, business rules, actions, BPFs) from the workflow entity.
Classic process categories: 0=Workflow, 1=Dialog, 2=Business Rule, 3=Action, 4=Business Process Flow. Use the category parameter to filter by a specific category. Cloud flows (category 5) are excluded by default unless you explicitly set category=5.
By default returns only type=1 (definition) records to avoid duplicate activation/template rows. Set type=None to return both types.
Use filter for additional OData conditions (e.g., "statecode eq 1" for activated processes only, or "primaryentity eq 'account'").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |