What is the use of Initialize and cleanup in object studio in Blue-prism?
Initialize and cleanup is the pre and post conditions which will execute at the start and end of the object respectively. It cannot be called through action as it will run automatically when a particular object is called.