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.
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 ...
Related properties