export_cloudflow_flow
Export a CloudFlow and its subflows into a credential-free JSON bundle that can be imported into any tenant. Tenant-specific references are declared as named requirements and rebound at import time.
Instructions
Manage CloudFlow. Serializes the flow — plus every flow it references through subflow nodes — into a tenant-neutral, credential-free JSON bundle that can be imported into any tenant with the import operation. Tenant-scoped references (connections, Datastore tables, global variables) are declared as named requirements and rebound at import time; policy and Slack-channel references cannot travel and are recorded as unsupported references. The bundle never contains credentials, tenant identifiers, schedules, or execution state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowId | Yes | ||
| customerContext | No | Scope the request to a specific customer by ID. Required for DoiT employees (whose token isn't tied to a single customer); omit for direct customer users. | |
| includeVariableValues | No |