You're viewing a demo portfolio

Join the waitlist
PRSM

get_workflow_status

Active

Tool of com.framesail/framesail

declared in 1.27.2

Poll this between steps: returns active + recently-finished AI jobs (scope by project_id, or style_id for style analysis), plus per-segment- asset render statuses for projects. A step is done when its jobs reach status=complete (or error, with a user-readable message). NOTE: finished jobs drop out of `jobs` after ~30s — a short list does NOT mean work was lost; judge render batches by `segment_assets` statuses (or get_pipeline_progress), never by counting jobs. Prefer await_jobs over polling this in a tight loop.

Parameters schema

{
  "type": "object",
  "title": "get_workflow_statusArguments",
  "properties": {
    "style_id": {
      "type": "string",
      "title": "Style Id",
      "default": "",
      "description": "Style ID to scope jobs to (style analysis); pass exactly one of project_id or style_id"
    },
    "project_id": {
      "type": "string",
      "title": "Project Id",
      "default": "",
      "description": "Project ID to scope jobs to; pass exactly one of project_id or style_id"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.framesail/framesail

1/7 registries
View full server →