Skip to content

Instantly share code, notes, and snippets.

@wzieba
Created November 10, 2022 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wzieba/398bea58f1b3a3ab483a27dd16ecebaf to your computer and use it in GitHub Desktop.
Save wzieba/398bea58f1b3a3ab483a27dd16ecebaf to your computer and use it in GitHub Desktop.
sequenceDiagram

autonumber
participant mobile as Woo Mobile App
participant core as WooCommerce Core
participant core_internal as CRON? Internal jobs?

mobile->>core:create_variations?product_id=<id>
loop Until all variations created
	core->core_internal:create variations
end
core->>mobile:inform about created variations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment