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 defines the maximum time allowed for inbound subflow executions before they are terminated, impacting process efficiency. |
| What area does it affect? |
Inbound subflow execution |
| What does the default mean? |
The default value is "30000", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when optimizing subflow performance or troubleshooting timeout issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.hub.process.sync.jobs.inbound.subflow.execution_timeout |
| Sys ID |
53c8d4192360301014e6110d96bf654a |
| Type |
integer |
| Application |
Global |
| Default value |
30000 |
| Description |
(ms) Inbound subflow timeout |
| Updated |
2024-05-25 04:01:02 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... 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 ...
Related properties