Trigger Flow designer from client script/server side

Arjun2
Tera Contributor

I know we can trigger when a record is inserted/updated. But, i want to trigger flow designer from client side/script include so that i can avoid creating new record. 

When user starts entering details we pass the required data to server and trigger flow designer. Has anyone triggered flow designer form background script?

2 REPLIES 2

Harsh Vardhan
Giga Patron

if your client callable script include is doing any update or insert operation on the table then you can trigger the flow based on that. 

 

if you want to execute it through background script then you can use executeFlow(flow name, inputs)

 

https://developer.servicenow.com/app.do/app.do#!/lp/servicenow_application_developer/app_store_learn...

I got this . But I'm not able to understand to use those parameters(inputs) in script.