varwishteam / varwish-modelling

4 stars 0 forks source link

Model a "Purchase an item" business process #4

Open minndoo opened 5 years ago

doudydev commented 5 years ago

Item purchase An item is either non-related, at which the item can be purchased right away.

In case the item has related item, it has to wait for those items to be purchased. If the timer runs out, the items are deleted.


I'm unsure about the timer for the related item, and if i modeled the process correctly according to the idea written above.