Skip to content

Commit 6aaed45

Browse files
authored
README.md
1 parent 69c730d commit 6aaed45

File tree

1 file changed

+7
-0
lines changed
  • Client-Side Components/UI Actions/Expire Timer in Flows

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This UI Action adds an admin-only button to Flow Context records in ServiceNow. It is designed to expire active timers within a flow, allowing developers and testers to bypass waiting stages during sub-production testing. This helps accelerate flow validation and debugging during development cycles, especially useful during events like Hacktoberfest.
2+
3+
Flows in ServiceNow often include Wait for Condition or Wait for Duration steps that can delay testing. This UI Action provides a quick way to expire those timers, enabling the flow to proceed immediately without waiting for the configured duration or condition. Features
4+
5+
Adds a button labeled "Expire Timers" to Flow Context records. Visible only to users with the admin role. Executes a script to expire all active timers associated with the selected Flow Context. Ideal for sub-production environments (e.g., development, test, or staging). Speeds up flow development and validation.
6+
7+
<img width="1584" height="165" alt="image" src="https://github.com/user-attachments/assets/64d02ab2-de5b-48b6-82ac-d00771f43898" />

0 commit comments

Comments
 (0)