get_triggered_run_status
Retrieve the current status of a Metaflow workflow run that was triggered earlier. Provide the deployment identifier and run ID to get the status.
Instructions
Check the status of a previously triggered run.
Args: identifier: Deployment identifier (same as passed to trigger_run). run_id: Run ID returned by trigger_run (the workflow_run_id or workflow_instance_id field). impl: Orchestrator backend. Auto-detected if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | ||
| run_id | Yes | ||
| impl | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |