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
5 subscribers
Views
2590 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
Where are you inserting the record from? Is it from an external system?
There are two options.
(1) The ideal option is for the external system to send a WS call into Appian when a record is persisted. You can have it in the application level or in the DB level as a trigger that invokes a Stored procedure that makes a WS call. Most of today's db allow this to happen.
(2) To build a listener process in Appian that monitors change to DB and triggers the process when one happens.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Sathya Srinivasan
Appian Employee
over 11 years ago
Where are you inserting the record from? Is it from an external system?
There are two options.
(1) The ideal option is for the external system to send a WS call into Appian when a record is persisted. You can have it in the application level or in the DB level as a trigger that invokes a Stored procedure that makes a WS call. Most of today's db allow this to happen.
(2) To build a listener process in Appian that monitors change to DB and triggers the process when one happens.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data