create_empty_production
Creates and compiles a new empty InterSystems IRIS production subclass in the current namespace via the Atelier API.
Instructions
Create and compile a new empty Ens.Production subclass in the current namespace.
Uses the Atelier REST API (PutDoc + action/compile) — same web host/credentials as
other Atelier tools (IRIS_WEB_PORT, IRIS_ATELIER_API_VERSION).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| production_class_name | Yes | Full class name (e.g. `MyPkg.MyProduction`). Must contain at least one package segment. The `ProductionDefinition` XData will use this exact name as the production name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |