Skip to main content
Solved

How to Call a SystemCaller based on Selected User Parameters

  • 12 July 2024
  • 1 reply
  • 39 views

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)

1 reply

Badge +41

Creator to initiate.

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

Connect SystemCaller to corresponding outputport of the TestFilter.

Reply