Skip to main content
Solved

How to Call a SystemCaller based on Selected User Parameters

  • July 12, 2024
  • 1 reply
  • 115 views

bhk
Contributor
Forum|alt.badge.img+3

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)

Best answer by nielsgerrits

Creator to initiate.

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

Connect SystemCaller to corresponding outputport of the TestFilter.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

nielsgerrits
VIP
Forum|alt.badge.img+62
  • Best Answer
  • July 12, 2024

Creator to initiate.

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

Connect SystemCaller to corresponding outputport of the TestFilter.