7

Want to hear another joke?

Blue Prism allows you to export stuff from version 6.7 to 6.3.

However they changed 𝘷𝘦𝘦𝘦𝘦𝘳𝘺 slightly the way they store the position of the nodes. No new features -or at least nothing that you would care about- but the structure of the node itself want went from
```
<positionx>1</positionx>
<positiony>2</positiony>
<width>3</width>
<height>4</height>
```
To
```
<position x=1 y=2 w=3 h=4></position>
```

The whole project collapsed to a single point, catastrophic consequences as far as exception handling. A generic "fuck you" for no real reason other than the sheer malice of those beasts of burden who developed Blue Prism in the first place.

And I have two different versions of Blue Prism on dev and prod :)

Comments
  • 0
    Bottom line - you are not the one to hate for a living
  • 0
    I have no idea what blueprism is, and I am sure there is a better option outthere
Add Comment