You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2021. It is now read-only.
If I use st2flow to create a new workflow, initial click on "save" button will work fine, but subsequent ones will fail with "Error saving workflow.: Tried to save duplicate unique keys (E11000 duplicate key error collection: st2.action_d_b index: uid_1 dup key: { : "action:fixtures:dsada1" })".
I believe that is related to us not populating internal action PK / ID field (or similar) when saving the workflow for the first time and so this data doesn't get sent along with subsequent save requests so it fails with a non-unique error (instead of updating an existing action, it tries to create a new one).
I believe this is a blocker because it means I can't work on new workflows "incrementally".
The text was updated successfully, but these errors were encountered:
If I use st2flow to create a new workflow, initial click on "save" button will work fine, but subsequent ones will fail with "Error saving workflow.: Tried to save duplicate unique keys (E11000 duplicate key error collection: st2.action_d_b index: uid_1 dup key: { : "action:fixtures:dsada1" })".
I believe that is related to us not populating internal action PK / ID field (or similar) when saving the workflow for the first time and so this data doesn't get sent along with subsequent save requests so it fails with a non-unique error (instead of updating an existing action, it tries to create a new one).
I believe this is a blocker because it means I can't work on new workflows "incrementally".
The text was updated successfully, but these errors were encountered: