how to schedule a process model from database insert or update

Certified Lead Developer

Hi Folks,

How can I schedule/ trigger my process model so that it will start on a row insert or update in da custom database table.

Regards,

Ghanashyam

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    Hi Shyam,

    you can configure a timer in a PM  or if you have different type of process to trigger on different use case you will need more than a timer to server your use case. Once you make an entry to a DB (insert/update) , you can make 1 more entry on a new table which will decide to trigger which process or not ?.  once you done this you can configure a timer to trigger a process which which check the entry and trigger the respective process.

Reply
  • 0
    Certified Senior Developer

    Hi Shyam,

    you can configure a timer in a PM  or if you have different type of process to trigger on different use case you will need more than a timer to server your use case. Once you make an entry to a DB (insert/update) , you can make 1 more entry on a new table which will decide to trigger which process or not ?.  once you done this you can configure a timer to trigger a process which which check the entry and trigger the respective process.

Children
No Data