I am automating terminal using terminal ehllapi activities. I am connecting to existing session and using connection string.
What is the best way to handle terminal connection.
Is it a good way to get the output connection and pass it everyplace in my workflow
Or
User terminal session activity and connect using connection string and close it. When ever I need don’t have to worry about my connection.
Is there any best practice in terms of ehllapi?