I have a Foreach Container in which I have a Execute Process Task . I have many Console.WriteLine() statements in it.
The 3 images highlighted in the image can be used to get output from .exe .
I declared a variable in package to get error message from Execute Process Task by using StandardErrorVariable .
The problem is the Screen Fades Out, it doesnt display anything on screen , this happens not only when i use StandardErrorVariable but other properties highlighted in figure.
Also even though we get values into variables , the lock on them is not getting released so i am unable to use them anywhere in the package.
Also it will be helpful if you can redirect me to exact usage of all 3 variables highlighted