Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
5 replies
Subscribers
10 subscribers
Views
5767 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Changing the timer to less than a minute. When setting timer delay time gives op
nitas811
over 9 years ago
Changing the timer to less than a minute. When setting timer delay time gives option of minute or less. Is there any way to set to 30 seconds or anything lower than a minute?
OriginalPostID-163800
OriginalPostID-163800
Discussion posts and replies are publicly visible
Top Replies
mohamedt808
over 9 years ago
+1
I think this should help you when using in timers delay time for 10 seconds =now() + intervalds(0, 0, 10)
0
narasimhaadityac
A Score Level 2
over 9 years ago
Try to give it in the expression rule subtracting the time you would like to wait.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Chris
over 9 years ago
I would try this expression, with the 'Delay Until' setting:
=now()+seconds(30)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
PhilB
A Score Level 1
over 9 years ago
I believe it's possible to just use decimal minutes - eg 0.5 minutes = 30 seconds.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
mohamedt808
over 9 years ago
I think this should help you when using in timers delay time for 10 seconds
=now() + intervalds(0, 0, 10)
Cancel
Vote Up
+1
Vote Down
Sign in to reply
Verify Answer
Cancel
0
ajinkyab277
Certified Lead Developer
over 6 years ago
I tried with =now() + intervalds(0,1,30) expression in 'The date and time specified by this expression' as suggested in below post and its working fine
community.appian.com/.../is-it-possible-to-set-the-scheduled-delay-on-a-node-to-less-than-one-minute
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel