execute_job
Run a CData Sync job immediately, bypassing its schedule, to execute data synchronization tasks in sequence or parallel. Wait for results or start asynchronously as needed.
Instructions
Run a job immediately, bypassing its schedule. If not authenticated with CData Sync, you will be prompted for credentials. Executes all tasks in sequence (or parallel if configured). Use waitForResults=true to wait for completion and see results, or false to start asynchronously. Running jobs cannot be modified or deleted until complete.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobName | No | Name of the job to execute | |
| jobId | No | Alternative: UUID of the job to execute | |
| waitForResults | No | Wait for job completion (default: true). False returns immediately. | |
| timeout | No | Maximum seconds to wait for completion (0 = no timeout) | |
| workspaceId | No | Workspace ID to use for this operation. Overrides the default workspace. Use 'default' for the default workspace or a UUID for specific workspaces. |