PendiumDocs

update_workflow_notes

Set the free-text direction threaded into a workflow's idea and outline generation.

Set the free-text notes (direction) for a workflow. The notes are threaded into idea-generation and outline-generation prompts on every run. Whitespace is trimmed; pass an empty string to clear them. No LLM cost. Group-shared collaborators may edit notes. Capped at 1000 characters.

Authentication: Required

Parameters

ParameterTypeRequiredDescription
workflowIdstringYesThe workflow to set notes on. Get from create_workflow or list_workflows.
notesstring (≤1000)YesFree-text direction for the workflow's generations. Empty string clears it.

Returns

workflowId, syntheticId, the normalized notes (null if cleared), and notesUpdatedAt.

On this page