Build Clarity Automation
buildClarityAutomationHand a transformation proposal for a v2 clarity process off to the workflow-builder pipeline. Builds from transformation_proposal_id when supplied, otherwise from the process's live proposal. The proposal id is the durable idempotency key, so retries return the same run and a different proposal starts a new run. Returns 202 while the LLM run completes asynchronously, or 409 when the resolved proposal is still being written.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| process_id | Yes | The clarity process id | |
| transformation_proposal_id | No | Transformation-proposal snapshot to build the automation from. Defaults to the process's live proposal. |