Skip to main content

I have a script that is supposed to run some .bat files base on calling defined SystemCallers. I have 3 System caller as 

each for DEV, HUB, and PROD environments. and I want to control which to run with User Parameters as below

Can you please let me know how I can control which SystemCaller to run based on user selection (For example: if user select the DEV then only the SystemCaller-DEV)

Creator to initiate.

TestFilter to test if the parameter is dev, uat or prod.

Connect SystemCaller to corresponding outputport of the TestFilter.


Reply