Need to Trigger Approvals based on the Selection of Variable on the Catalogue Form

komuru
Tera Contributor

I have four variables on Catalogue form and each variable have different approval action. If i selected only one varaible, only one Approval task should trigger and if i select only 2 variable,2 approval should trigger. currently all four are triggering every time.

 

Attached screen shots of Catalogue form and Work Flow

8 REPLIES 8

curtisr
Kilo Expert

That warning is because you have two approvals without connections. HDF_AT/TST/DEV & MDM_AT/TST/DEV don't have entry points in the workflow. If you select one of the two variables you have connected to if statements it should work.

komuru
Tera Contributor

u mean i need to connect 2 if statments

curtisr
Kilo Expert

Right, those two approvals are just taking up space on your canvas right now, they won't trigger anything since they aren't connected to an if statement. Basically, every object in the workflow below the begin box should have a path into it to and a path out of it where ever there is a yellow box to prevent the warning you are seeing. There may be exceptions, but that's the general rule I follow.

komuru
Tera Contributor

how to connect 2 if conditions in the workflow