Property reference

com.glide.cs.ignore_resumable_flow

The com.glide.cs.ignore_resumable_flow property ensures that control always returns to the calling topic in a flow. Admins should consider this setting when they want to maintain a consistent flow of control in their ServiceNow applications.

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 disables the resumable flow behavior, ensuring that control will always return to the calling topic regardless of the resume flow flag.
What area does it affect? Flow control behavior
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 flow behaviors or troubleshooting topic transitions.

Out of the box property record

Raw metadata from the property record.

Property name com.glide.cs.ignore_resumable_flow
Sys ID 5a21f646530320101fdbddeeff7b12e4
Type boolean
Application Global
Default value false
Description Starting in Rome, the resume flow flag on a called topic will be honored. If it is true, control will flow back into the calling topic. If it is false, control will not flow back into the calling topic meaning it will essentially skip that topic. This sysprop disables that behavior which means control will always flow back into the calling topic.
Updated 2024-05-25 03:39:00

Sources

Official references and nearby text excerpts where this property appears.