Let's say we are inserting a new row in DB table. Is it possible to create a

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
  • One option for the listener process is to launch a process model periodically based on a timer. The first node will be to query this database table for any new rows (which could be denoted by a Boolean flag) and launch a process for each new row. After the rows have had their processes generated you can update the Boolean flag in the table so the next time the poller runs it will only create processes for new table rows. The frequency at which the process runs can be determined in the timer node.
Reply
  • One option for the listener process is to launch a process model periodically based on a timer. The first node will be to query this database table for any new rows (which could be denoted by a Boolean flag) and launch a process for each new row. After the rows have had their processes generated you can update the Boolean flag in the table so the next time the poller runs it will only create processes for new table rows. The frequency at which the process runs can be determined in the timer node.
Children
No Data