ProtectedemitRemove all event listeners, optionally for a specific event
Optionalevent: TClone a completed (or partial-failure) workflow with fresh seeds.
Per-step seed overrides are sent via seedOverrides; any step not
listed receives a new random seed. Returns the new workflow record
plus the clonedFromRunId so callers can correlate the two runs.
Resume a durable workflow that paused in waiting_for_user. The api
has already received the user's interactive content through whatever
upstream chat path the durable step was waiting on; this call is the
"kick the executor back into motion" knob. Returns the workflow
record at resume time plus a resumed: true flag.
Workflow template CRUD + fork (
/v1/creative-agent/workflows/templates). Templates are the savable blueprints behind workflow runs.