We have a business process whereby the arrival of a document in a given folder l

We have a business process whereby the arrival of a document in a given folder location needs to trigger a task to be created for a user to review the document and take some action. Any suggestions on how we can set up some kind of "listener" to look for new document arrivals in the folder? Would the best practice be to create a timer that periodically checks the folder? Is there another means by which we can "listen" for new documents arriving in the folder? Thanks....

OriginalPostID-97279

OriginalPostID-97279

  Discussion posts and replies are publicly visible

Parents
  • An alternative: Right when the document is uploaded into that folder, that same process kicks off the necessary review task. Another option is to send a message to start the process model that contains that review task. This way, the process with the review task doesn't have to "listen" for a new document in that folder, and the review task is spawned instantaneously.
Reply
  • An alternative: Right when the document is uploaded into that folder, that same process kicks off the necessary review task. Another option is to send a message to start the process model that contains that review task. This way, the process with the review task doesn't have to "listen" for a new document in that folder, and the review task is spawned instantaneously.
Children
No Data