PendiumDocs

run_workflow_pipeline

Generate content for every pending row in a workflow.

Fire the content-generation pipeline for every pending row in a workflow. Each row produces an outline → post text → quality review across the workflow's configured columns. Rows already complete or in flight are skipped.

Authentication: Required — Starter or Pro plan (heavy LLM cost).

Parameters

ParameterTypeRequiredDescription
workflowIdstringYesThe workflow to run. From create_workflow or list_workflows.

Behavior

Returns immediately after enqueueing; generation is async — typically 1–3 minutes per row, run in parallel. The response includes triggered (rows enqueued), skipped (already complete or in flight), and totalItems. Use list_workflows to check how many rows a workflow has before running. Add more ideas any time and call this again.

On this page