aap_get_workflow_status
Retrieve workflow job status, including elapsed time and per-node results, to track execution progress and verify successful completion.
Instructions
Get status of a running or completed workflow job including node results.
Args: params (GetWorkflowStatusInput): - workflow_job_id (int): Workflow job ID
Returns: str: JSON with workflow status, elapsed time, and per-node results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |