Remote Process Sync system properties

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 4 minutes de lecture
  • 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 Property Description

    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_maxtime

    Maximum 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_maxtime

    Maximum 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_timeout

    Time, 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_timeout

    Time, in milliseconds, that an inbound subflow runs before timing out.
    • Default value: 30000
    • Minimum value: None
    • Maximum value: None

    glide.hub.process.sync.retry.times

    Number 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.seconds

    Time 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.debug

    If 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.status

    If 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.seconds

    Number 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_size

    Number 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.seconds

    Number 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_size

    Number of outbound queue records to process per batch when purging expired records.
    • Default value: 10000
    • Minimum value: 1000
    • Maximum value: 500000