Hi Manasa,
If your process/object is simply retired then you can recover it directly from the System Manager console by dragging them back from Retired section or by extracting the same from SSMS using data export wizard from
BPAProcess table.
However, if you have achieved the components then you won't be able to fetch them from
BPAProcess as the entry won't be there anymore. In that case you can go to the
BPAuditEvents table, there you need to fetch the latest entry which has the same object name as per the process you are looking for. Then in order to export it you can use the data export wizard of SSMS as XML has some character limits. Save the file with .xml extension and re import it again.
However, if your organization is using some data purging policy to clear the BPAuditEvents table on some day interval and if that purging already has happened, then I am afraid your process/object is simply gone. Only way in that case would be to use a .bprelease file in case you have exported it earlier or if you have the dump of the DB at some earlier point of time.
Hope it helps. Please let us know
---------------------------------------------------------------------------------------------------------------------------------------
Hope this helps you out and if so, please mark the current thread as the 'Answer', so others can refer to the same for reference in future.
Regards,
Devneet Mohanty,
SS&C Blueprism Community MVP 2024,
Automation Architect,
Wonderbotz India Pvt. Ltd.