cancel
Showing results for 
Search instead for 
Did you mean: 

Cross Environment Version Control

Jeff__Addinell
Level 2

Suppose at some point in the past a business object was developed in our Blue Prism Development environment and then imported into our Blue Prism Production environment. Also suppose that this object was edited and saved many times in the Development environment before and since it was imported. The question is, how can I tell today, which version history item in the Development environment is the one that is active in the Production environment?

4 REPLIES 4

Neel1
MVP

Hello @Jeff__Addinell  - You can easily check the date in both the env from version history by searching the object.

Jeff__Addinell
Level 2

Thanks but I think that will only work sometimes. The version history date in the production environment shows the datetime it was imported, which may be some time after the artifact was packaged into a release file. If the artifact was edited in dev between the release file being created and being imported then I can't see how you can determine with certainty, at some later point in time, which version history item in dev was the one that imported into production.

John__Carter
Staff
Staff

Hi Jeff you can see the date a release was made, so you should be able to work out which version of a process or object was in the release imported.

So Prod import timestamp -> Dev Release export timestamp -> Dev change history

Jeff__Addinell
Level 2

Hi John, 

So given the current version in prod has prod import timestamp of 16/04/2024 13:28:11, can you tell me which of the below versions in dev it was an import of?

Dev change history:        Release export timestamp:
17/04/2024 12:11:12          17/04/2024 12:15:12
16/04/2024 11:11:13           16/04/2024 11:15:13
15/04/2024 10:11:14          15/04/2024 10:15:14
14/04/2024 09:11:15          14/04/2024 09:15:15

Thanks