show_processes
List available processes in an Anaplan workspace and model, which are sequences of import/export actions. Optionally filter by name or ID and limit results.
Instructions
List available processes (chained import/export actions). Use run_process to execute, then get_action_status to monitor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | Anaplan workspace ID or name | |
| modelId | Yes | Anaplan model ID or name | |
| limit | No | Max items to return (default 50, max 1000) | |
| search | No | Filter by name or ID (case-insensitive substring match) |