Remote Process Sync system properties
- UpdatedJan 30, 2025
- 4 minutes to read
- Yokohama
- Data and Automation
Refer to the list of system properties for Remote Process Sync to learn how to manage your process-oriented, multi-instance integration.
System Property | Description |
---|---|
glide.hub.process.sync.jobs.outbound.context_reporting |
If set to true, outbound scheduled jobs:
|
glide.hub.process.sync.jobs.inbound.context_reporting |
If set to true, inbound scheduled jobs:
|
glide.hub.process.sync.jobs.outbound.process_maxtime |
Maximum time, in seconds, that an outbound scheduled job runs before timing
out.
|
glide.hub.process.sync.jobs.inbound.process_maxtime |
Maximum time, in seconds, that an inbound scheduled job runs before timing
out.
|
glide.hub.process.sync.jobs.outbound.subflow.execution_timeout |
Time, in milliseconds, that an outbound subflow runs before timing out.
|
glide.hub.process.sync.jobs.inbound.subflow.execution_timeout |
Time, in milliseconds, that an inbound subflow runs before timing out.
|
glide.hub.process.sync.retry.times |
Number of times to retry processing of an outbound queue before setting the queue's state to Error.
|
glide.hub.process.sync.retry.interval.seconds |
Time interval, in seconds, between each retry attempt to process an outbound
or inbound queue.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
glide.hub.process_sync.inbound_queue.table_cleaner_batch_size |
Number of inbound queue records to process per batch when purging expired
records.
|
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.
|
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.
|
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.
|
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.
|
glide.hub.process_sync.outbound_queue.table_cleaner_batch_size |
Number of outbound queue records to process per batch when purging expired
records.
|