Skip to main content

Hi,

 

I want to trigger K2 workflow on change in status value in one of my sql server tabel. For example if the employee status is changed from temporary to permanent in sql server table, i have to trigger workflow process. Please let me know how can i achive this scenario? Any example with code will realy help.

 

Thanks in Advance.

This question needs more detail. We need to to know what you are trying to accomplish and how you are trying to do it. What are you using to craft the WorkFlow? Are you involving forms?

As the question stands you're going to need to involve a custom store procedure, but how that would be implemented is on open field depending on mission specifics.

For example, if you are using sharepoint you could theoretically use a store procedure to update and republish a database on SharePoint which intern initializes your WorkFlow. But that won't work if you are not using SharePoint.


Reply