I am writing a WS which is reading an Excel sheet for two Writers which are supposed to write in two different environments (DEV and TEST)
As you can see since the source data is same I am using only one stream workflow instead of duplicating the transformers for each writer (DEV and TEST)
I have created a User Parameter like this
Now, can someone please let me know where and how should I assign this into the workflow to select the endpoint (Which Writer to be used)?
Thanks