scf_import_journey
Import or re-issue an organization's compliance journey from a template, merging by stage key so attestations survive and refusing removal of attested stages.
Instructions
Set or re-issue the org's journey from a template (write — ADMIN role). Merges by stage key: attestations survive; dropping an attested stage is refused (409). An uploaded template wins outright.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | Yes | Organization UUID — obtain from scf_list_organizations | |
| activate | No | Start the first stage immediately (default false) | |
| template | No | A practitioner-authored journey artefact to upload. When present it wins over template_key entirely. | |
| template_key | No | Template to import, e.g. 'compliancegenie-default' — obtain from scf_list_journey_templates. Ignored when `template` is supplied. | |
| practitioner_name | No | The consultancy or practitioner recorded as having set this journey up |