Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Call another workflow activity in another workflow

Serhii5
Mega Guru

Hi! guys, i have a problem, a have 2 workflows, i need call some flows from the main workflow in second with values from second, is it possible?

9 REPLIES 9

Mike Patel
Tera Sage

On workflow editor. drag the workflow you want to main workflow where you want to call it.

find_real_file.png

find_real_file.png

Thanks for you answer! is it possible to pass values to variables from main to secondary ? 

If both workflows are on same table then you can use current.variables.XXXXX

This is the main feature,  both workflows are on different tables