fusion_export_bulk_data
Schedule and run an extract job to export bulk data into UCM, returning a request ID for tracking the operation.
Instructions
Run an extract job and leave its output in UCM. Returns a request id.
The mirror of fusion_import_bulk_data. Marked destructive because it
queues a scheduled process that cannot be recalled -- not because it
changes business data, which it does not.
parameters are joined with COMMAS here (the schema declares
parameterList as a single string), unlike fusion_submit_job whose
parameters are separate elements. A parameter containing a comma is
refused rather than silently split.
Args:
job_name: package,definition as one string.
parameters: Job arguments, joined with commas.
notification_code: The service's two-digit notification code.
confirmed: Set True only after explicit user confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_name | Yes | ||
| confirmed | No | ||
| parameters | No | ||
| notification_code | No | 10 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||