Property reference

glide.hub.process.sync.jobs.outbound.context_reporting

This property determines whether outbound scheduled jobs utilize the standard FlowAPI instead of the quick API. When enabled, it ensures that flow context is written to a queue and all outbound records are logged in the ih_sync_outbound_record table.

Default: false Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? Enabling this property configures outbound scheduled jobs to use the standard FlowAPI, facilitating detailed context reporting for outbound records.
What area does it affect? Outbound job processing
What does the default mean? The default value is "false", which means this behavior is disabled by default.
When should you review it? Review this property when configuring outbound job behavior or troubleshooting context reporting issues.

Out of the box property record

Raw metadata from the property record.

Property name glide.hub.process.sync.jobs.outbound.context_reporting
Sys ID ec97dcd52360301014e6110d96bf65b2
Type boolean
Application Global
Default value false
Description If true: For outbound scheduled job use standard FlowAPI not quick API, write flow context to queue, all outbound records written to ih_sync_outbound_record
Updated 2024-05-25 04:38:23

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... in the United States and/or other countries. Other company names, product names, and logos may be trademarks of the respective companies with which they are associated. 2185 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 ...