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
6 replies
Subscribers
6 subscribers
Views
2338 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
I have a PM that is built to run daily at 1pm. I now have a requirement to have
prestonb
over 10 years ago
I have a PM that is built to run daily at 1pm. I now have a requirement to have it run at 5pm as well. I tried using a constant containing a list of times but it is still only running once a day. Any suggestions?...
OriginalPostID-131969
OriginalPostID-131969
Discussion posts and replies are publicly visible
Parents
0
aayusha
Certified Senior Developer
over 10 years ago
This can be done. But not in 1 PM. My method will require 3 PM.
1. - Which will have actual nodes to execute (without any timer on start event).
2. - A PM with timer on start event scheduled for 1300 hrs (Use PM 1 as subprocess)
3. - PM with timer on start event scheduled for 1700 hrs (Use PM 1 as subprocess)
This way you have your code base at one place and executed multiple times. Any change in business can be achieved by doing changes in PM 1.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
aayusha
Certified Senior Developer
over 10 years ago
This can be done. But not in 1 PM. My method will require 3 PM.
1. - Which will have actual nodes to execute (without any timer on start event).
2. - A PM with timer on start event scheduled for 1300 hrs (Use PM 1 as subprocess)
3. - PM with timer on start event scheduled for 1700 hrs (Use PM 1 as subprocess)
This way you have your code base at one place and executed multiple times. Any change in business can be achieved by doing changes in PM 1.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data