Question
Fifth Third Bank Bank
US
Last activity: 1 Feb 2019 16:23 EST
What is lifetime of a script component?
I am developing with the Pega Robotic Automation Studio Plug-in for Visual Studio 2015, v. 8.0.1103.
I'm curious what would be the effect of having a property defined inside a "Script" class. Does the Script class remain instantiated as an object throughout the lifetime of an OpenSpan automation's run? Or, is it potentially destroyed at the end of each method call? Can one program the Script object to save state in the form of properties?