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.

Subflow for parallel task

pramod pandey1
Tera Contributor

Hello All,

 

I have one requirement were i need to create 5 parallel task when scTask is close completed.

I want to create those 5 parallel task as subflow. Below is flow and part which is marked in circle need to created in subflow and then attact it to actual flow.

 

pramodpandey1_0-1707212344492.png

Need to create sub flow for task circled.

 

Thanks

Pramod Pandey

8 REPLIES 8

BHAGYESH BHOSAL
Tera Expert

Hi Pramod , 

 

Could you please specify whether you are using Workflow editor or Flow designer ?

 

It's Flow designer, i need to create flow and the part which is marked in black circle for that i need subflow.

SunilKumar_P
Giga Sage

Hi @pramod pandey1, You can try by passing the RITM as Input (Type - Reference) and then just add the 5 catalog task activities and publish the subflow and attach it to the mainflow.

 

SunilKumar_P_1-1707213514589.png

SunilKumar_P_2-1707213564501.pngSunilKumar_P_3-1707213590360.png

 

Regards,

Sunil

 

 

Thanks