Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!

Database trigger to start workflow

Avatar

Level 1

Hi,

I am looking for a way to trigger a workflow using a database trigger. I want to start a workflow when there is a new row in the nms:inSms table rather than having a workflow querying the schema every n minutes.

Best regards,

Martin Grape

2 Replies

Avatar

Level 8

Hi Idde1969​,

You can trigger a workflow with the help of  soap call once new record is inserted in the schema.

Regards,

Venu

Avatar

Community Advisor

Hi,

Use a shell call in your db trigger, `nlserver runwf -instance:<instance> -name:<internal name of workflow>`.

Thanks,

-Jon