set_execution_source_status
Set the status of a source group (collection, suite, or named case-group) in an execution by runId, to reflect progress as not_started, in_progress, completed, or blocked.
Instructions
Set the status of one source group (a collection, suite, or named case-group - the per-group status dropdown on the execution page) inside an execution. Get the runId (group id) from get_execution (sources[].id) or get_execution_cases (groupId). status is validated against the project's test_run_status values (default: not_started, in_progress, completed, blocked) - call get_project to confirm. This is the GROUP status; use report_case_result for an individual case's status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Source group UUID (execution_test_run id) | |
| status | Yes | Group status: not_started/in_progress/completed/blocked (+ project-custom) | |
| executionId | Yes | Execution UUID |