Closed RainerAtSpirit closed 6 months ago
As a temporary workaround we decided to delete the BookmarkId index, which wasn't used by the system anyway.
Hi @RainerAtSpirit , thanks for reporting this issue. I can't seem to reproduce this with the latest version of the source code (in the main branch), so I will go ahead and close this issue as solved - which means it should be fixed at least as of the upcoming 3.2 release.
Steps to reproduce. Create two workflows with a StartAt activity.
Execute the first one.
A record get created in bookmarks.
Execute the second.
It throws:
The error is caused by the BookmarkId index, which requires unique values.
However, the payload for a Bookmark in mongo doesn't have that property, so it will fail.