manage_execution
Manage workflow executions by executing, pausing, resuming, or checking status, with support for role-based and AI-driven execution to control code guidance processes.
Instructions
Unified execution management operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| reason | No | Reason for pausing (optional for pause) | |
| agentType | No | Type of agent (optional for execute_roles) | |
| variables | No | Variables for execution (optional) | |
| workflowId | No | ID of workflow (required for execute actions) | |
| executionId | No | ID of execution (required for status/pause/resume) | |
| projectPath | No | Path to project (required for execute actions) |