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
2502 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Let's say we are inserting a new row in DB table. Is it possible to create a
Manikandan Ganapathy
over 11 years ago
Let's say we are inserting a new row in DB table. Is it possible to create a process in Appian, whenever a new row gets added to a DB by any means? Is it achievable?...
OriginalPostID-105402
OriginalPostID-105402
Discussion posts and replies are publicly visible
Parents
0
Sathya Srinivasan
Appian Employee
over 11 years ago
A poller is a generic term used to a design pattern that executes at a regular interval of time and does a unit of work. Think of it as a cron job. What Mike is saying here is that you will have a process where the start event will be configured as a Timer event (you can specify the duration) and it fires on a regular basis.
I would suggest that you ensure that the process is immediately cleared from memory in order to avoid data being retained in Appian for no reason. This will keep your memory lean.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Sathya Srinivasan
Appian Employee
over 11 years ago
A poller is a generic term used to a design pattern that executes at a regular interval of time and does a unit of work. Think of it as a cron job. What Mike is saying here is that you will have a process where the start event will be configured as a Timer event (you can specify the duration) and it fires on a regular basis.
I would suggest that you ensure that the process is immediately cleared from memory in order to avoid data being retained in Appian for no reason. This will keep your memory lean.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data