postfader_execute_run
Creates and runs a bounded FL Studio production task by validating the plan, then executing its operations in order until the run finishes or hits a blocker.
Instructions
Create and execute one task-scoped run until its plan completes or blocks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | Closed bounded plan to validate completely, then execute in order. | |
| request | Yes | Task-scoped request. Mutating plans require authorized_to_modify=true because the present user explicitly asked to change the project. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| status | Yes | ||
| summary | Yes | ||
| blockers | No | ||
| receipts | No | ||
| warnings | No | ||
| phase_plan | No | ||
| run_context | No | ||
| project_saved | No | ||
| timing_report | No | ||
| attempted_count | Yes | ||
| completed_count | Yes | ||
| creation_outcome | No | ||
| readiness_report | No | ||
| total_operations | Yes | ||
| generated_outputs | No | ||
| write_mode_active | No | ||
| rollback_attempted | No | ||
| session_fingerprint | No | ||
| project_state_digest | No | ||
| write_mode_enable_count | No | ||
| write_mode_disable_count | No | ||
| write_mode_shutdown_verified | No |