Is it possible to invoke WF from an update to a SQL table

Locked Is it possible to invoke WF from an update to a SQL table

  • Sunday, May 06, 2012 12:15 PM
     
     

    I want to create a web application that invokes an approval process when an update is made in a separate application.  The separate application is from a 3rd part vendor but has a sql backend.  Within the the SQL there is a table that I want to kick off a process every time something is inserted into it.  I want to know the following.

    1. Is it possible to invoke an approval workflow without writing a trigger on the table (therefore invalidating the 3rd party support agreement).  Is there another way to listen to the table?
    2. can the workflow be invoked from a change made in  SQL Table?

    it would be handy to see an example of question 2

    Many thanks in advance for your help.


    Kev

All Replies