Property reference

glide.hub.process.sync.jobs.inbound.context_reporting

The glide.hub.process.sync.jobs.inbound.context_reporting property determines whether inbound 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 inbound records are logged in ih_sync_inbound_record.

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? This property configures inbound scheduled jobs to use the standard FlowAPI, facilitating detailed logging of flow context and inbound records.
What area does it affect? Inbound 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 inbound job processing or troubleshooting record synchronization.

Out of the box property record

Raw metadata from the property record.

Property name glide.hub.process.sync.jobs.inbound.context_reporting
Sys ID db5894192360301014e6110d96bf659b
Type boolean
Application Global
Default value false
Description If true: For inbound scheduled job use standard FlowAPI not quick API, write flow context to queue, all inbound records written to ih_sync_inbound_record
Updated 2024-05-25 03:59:24

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... 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 ...