wes_get_run_status
Check the current status of a workflow run by providing its run ID. Returns state indicators like QUEUED, RUNNING, COMPLETE, or CANCELED.
Instructions
Get the current status of a workflow run.
Returns an abbreviated status with the run_id and state (UNKNOWN, QUEUED, INITIALIZING, RUNNING, PAUSED, COMPLETE, EXECUTOR_ERROR, SYSTEM_ERROR, CANCELED, CANCELING, PREEMPTED).
Args: run_id: The workflow run identifier
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes |