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 outbound subflow executions before they are terminated, with a default value of 30,000 milliseconds. |
| What area does it affect? |
Outbound 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 configuring outbound processes or troubleshooting timeout issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.hub.process.sync.jobs.outbound.subflow.execution_timeout |
| Sys ID |
b4b898192360301014e6110d96bf659f |
| Type |
integer |
| Application |
Global |
| Default value |
30000 |
| Description |
(ms) Outbound subflow timeout |
| Updated |
2024-05-25 03:57:23 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... 2186 System Property Description glide.hub.process.sync.jobs.inbound.process_maxtime Maximum time, in seconds, that an inbound scheduled job runs before timing out. • Default value: 300 • Minimum 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 ...
Related properties