Occasionally its nice to turn off a segment of an integration without having to modify and redeploy the entire integration.
A simple example scenario would be:
-Currently we trigger the workspace jobs with .bat files on a schedule and use the parameter references within.
-When 'x' happens in an integration do 'a', 'b', and 'c' [which are different transformations connected to 'x'].
-I no longer want 'b' to happen when 'x' happens.
-So I go to the connector param reference and set to off --ConnectorB "Off".
-If I ever want 'b' to happen again I can set it back to --ConnectorB "On".
I know, I know, there are probably other ways to do this. But isn't this easier? :)
This could be an option for some transformations also.


