Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Remote Process Sync system properties

Refer to the list of system properties for Remote Process Sync to learn how to manage your process-oriented, multi-instance integration.

To set Remote Process Sync system properties, navigate to IntegrationHub > Remote Process Sync > Properties or set them on the System Properties [sys_properties] table.

System PropertyDescription
glide.hub.process.sync.jobs.outbound.context\_reporting

If set to true, outbound scheduled jobs:

  • Use the standard FlowAPI instead of the quick API (default)
  • Write flow contexts to the outbound queue
  • Write outbound records to the Outbound Queue States [ih_sync_outbound_record] table

  • Default value: false

  • Minimum value: Not applicable
  • Maximum value: Not applicable
glide.hub.process.sync.jobs.inbound.context\_reporting

If set to true, inbound scheduled jobs:

  • Use the standard FlowAPI instead of the quick API (default)
  • Write flow contexts to the inbound queue
  • Write inbound records to the Inbound Records [ih_sync_inbound_record] table

  • Default value: false

  • Minimum value: Not applicable
  • Maximum value: Not applicable
glide.hub.process.sync.jobs.outbound.process\_maxtimeMaximum time, in seconds, that an outbound scheduled job runs before timing out.- Default value: `300` - Minimum value: `60` - Maximum value: `1800`
glide.hub.process.sync.jobs.inbound.process\_maxtimeMaximum time, in seconds, that an inbound scheduled job runs before timing out.- Default value: `300` - Minimum value: `60` - Maximum value: `1800`
glide.hub.process.sync.jobs.outbound.subflow.execution\_timeoutTime, in milliseconds, that an outbound subflow runs before timing out.- Default value: `30000` - Minimum value: None - Maximum value: None
glide.hub.process.sync.jobs.inbound.subflow.execution\_timeoutTime, in milliseconds, that an inbound subflow runs before timing out.- Default value: `30000` - Minimum value: None - Maximum value: None
glide.hub.process.sync.retry.timesNumber of times to retry processing of an outbound queue before setting the queue's state to Error.- Default value: `3` - Minimum value: `0` - Maximum value: `10`
glide.hub.process.sync.retry.interval.secondsTime interval, in seconds, between each retry attempt to process an outbound or inbound queue.- Default value: `60` - Minimum value: `0` - Maximum value: `300`
glide.hub.process.sync.debugIf set to true, log entries will be created in System Logs > System Log > All for Remote Process Sync tables.- Default value: false - Minimum value: Not applicable - Maximum value: Not applicable
glide.hub.process.sync.record.successful.statusIf set to `true`, the Status field for outbound queues will be updated to Success when there are no errors processing the record in the queue.- Default value: `true` - Minimum value: Not applicable - Maximum value: Not applicable
glide.hub.process\_sync.inbound\_queue.error.ttl.seconds

Number of seconds that records in the error state can exist in the inbound queue before they expire. The system purges expired records from the queue once a day.Important: Records in the error state have not been processed. Review and fix the process definition and its related records. To reprocess records in the inbound queue, set the state to Ready. To ignore these records, set the state to skipped.

  • Default value: 2592000 (30 days)
  • Minimum value: 0
  • Maximum value: 5184000 (60 days)
glide.hub.process\_sync.inbound\_queue.processed.ttl.secondsNumber of seconds that records in the processed state can exist in the inbound queue before they expire. The system purges expired records from the queue once a day.- Default value: `604800` \(7 days\) - Minimum value: `0` - Maximum value: `5184000` \(60 days\)
glide.hub.process\_sync.inbound\_queue.ready.ttl.seconds

Number of seconds that records in the ready state can exist in the inbound queue before they expire. The system purges expired records from the queue once a day.Important: Records in the ready state have not been processed. Review the system batch size settings to ensure that it can process all incoming records before they expire.

  • Default value: 2592000 (30 days)
  • Minimum value: 0
  • Maximum value: 5184000 (60 days)
glide.hub.process\_sync.inbound\_queue.skipped.ttl.seconds

Number of seconds that records in the skipped state can exist in the inbound queue before they expire. The system purges expired records from the queue once a day.Important: Records in the skipped state will not be processed. Review and fix the process definition and its related records. To reprocess records in the inbound queue, set the state to Ready. To ignore these records, leave the state as skipped.

  • Default value: 604800 (7 days)
  • Minimum value: 0
  • Maximum value: 5184000 (60 days)
glide.hub.process\_sync.inbound\_queue.table\_cleaner\_batch\_sizeNumber of inbound queue records to process per batch when purging expired records.- Default value: `10000` - Minimum value: `1000` - Maximum value: `500000`
glide.hub.process\_sync.outbound\_queue.error.ttl.seconds

Number of seconds that records in the error state can exist in the outbound queue before they expire. The system purges expired records from the queue once a day.Important: Records in the error state have not been processed. Review and fix the process definition and its related records. To reprocess records in the outbound queue, set the state to Ready. To ignore these records, set the state to skipped.

  • Default value: 2592000 (30 days)
  • Minimum value: 0
  • Maximum value: 5184000 (60 days)
glide.hub.process\_sync.outbound\_queue.processed.ttl.secondsNumber of seconds that records in the processed state can exist in the outbound queue before they expire. The system purges expired records from the queue once a day.- Default value: `604800` \(7 days\) - Minimum value: `0` - Maximum value: `5184000` \(60 days\)
glide.hub.process\_sync.outbound\_queue.ready.ttl.seconds

Number of seconds that records in the ready state can exist in the outbound queue before they expire. The system purges expired records from the queue once a day.Important: Records in the ready state have not been processed. Review the system batch size settings to ensure that it can process all outgoing records before they expire.

  • Default value: 2592000 (30 days)
  • Minimum value: 0
  • Maximum value: 5184000 (60 days)
glide.hub.process\_sync.outbound\_queue.skipped.ttl.seconds

Number of seconds that records in the skipped state can exist in the outbound queue before they expire. The system purges expired records from the queue once a day.Important: Records in the skipped state will not be processed. Review and fix the process definition and its related records. To reprocess records in the outbound queue, set the state to Ready. To ignore these records, leave the state as skipped.

  • Default value: 604800 (7 days)
  • Minimum value: 0
  • Maximum value: 5184000 (60 days)
glide.hub.process\_sync.outbound\_queue.table\_cleaner\_batch\_sizeNumber of outbound queue records to process per batch when purging expired records.- Default value: `10000` - Minimum value: `1000` - Maximum value: `500000`