FeRojasF
BuildShip16mo ago
4 replies
FeRojas

Fe_Rojas - Hi all! Anyone knows if there is a w...

Hi all! Anyone knows if there is a way to make a buildship workflow that triggers with an api request to be idempotent?
Solution
Nope, it won't duplicate data, each time the user makes makes (either one or multiple) the request will take take the data from query for these methods which will be different and you can handle it on frontend side (or from where you are making the call). All executions are tracked and registered separately even if they are made at same time.
Was this page helpful?