trigger_full_pipeline
Trigger asynchronous pipeline for an existing business profile to generate implementation plans from use cases. Returns a jobId; poll get_generation_status for progress.
Instructions
Start the full pipeline for an existing business profile. This runs use cases through implementation plan generation asynchronously and returns a jobId; poll with get_generation_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| businessProfileId | Yes | The business profile ID to run through the pipeline. | |
| specialInstructions | No | Optional execution guidance for downstream generations. | |
| platform | No | Optional target platform, e.g. "vendor_agnostic", "servicenow", or "openclaw". | |
| strategicInitiativeId | No | Optional strategic initiative ID to bias use-case selection. | |
| customerOrgId | No | Customer organization ID (UUID). Required for partner users accessing a customer org. |