bw_run_remodeling
Execute, restart, or reset remodeling requests to restructure InfoProviders and convert data, with optional immediate or scheduled execution.
Instructions
Start, restart or reset a remodeling request. WRITE OPERATION WITH DATA IMPACT: executing a remodeling rule restructures the InfoProvider and converts its existing data — it is not a plain reload and cannot simply be undone. Asynchronous: the call schedules the run; monitor completion with bw_get_remodeling_request. Actions: "execute" starts a request that has not run, "restart" resumes a failed one, "reset" resets the whole request, "reset_step" resets only the current step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Start time for "execute" and "restart": "immediate" (default) or an ISO 8601 timestamp to schedule the background job for a later point in time. Ignored by the reset actions. | |
| action | No | Action to perform (default "execute"). | |
| info_provider | Yes | InfoProvider technical name the rule belongs to. Case-insensitive. | |
| request_number | No | Optional request GUID from bw_list_remodeling_requests output. When omitted, the most recent request of the given InfoProvider and rule is resolved automatically. | |
| remodeling_rule | Yes | Remodeling rule ID, from bw_list_remodeling_requests output. |