retry_failed_syncs
Retry failed integration syncs by re-firing business rules on source records. Use dry_run to preview without execution.
Instructions
Retry all failed sync attempts from the integration error/retry table. For each failed record, re-fires the Business Rule by touching the source record. Pass dry_run=true to see what would be retried without actually doing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | Yes | Integration prefix | |
| source_table | No | Source SN table name (required if not derivable from prefix, e.g. "incident") | |
| dry_run | No | ||
| limit | No | Max records to retry in one call |