chore: idempotent cart operations (#13236)
* chore(core-flows): idempotent cart operations * changeset * add tests * revert * revert route * promo test * skip bugs * fix test * tests * avoid workflow name conflict * prevent nested workflow from being deleted until the top level parent finishes * remove unused setTimeout * update changeset * rm comments --------- Co-authored-by: adrien2p <adrien.deperetti@gmail.com>
This commit is contained in:
committed by
GitHub
parent
b111d01898
commit
9412669e65
@@ -180,6 +180,7 @@ export class WorkflowsModuleService<
|
||||
...(restContext ?? {}),
|
||||
...(options_.context ?? {}),
|
||||
eventGroupId,
|
||||
runId: options_.runId,
|
||||
preventReleaseEvents: localPreventReleaseEvents,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user