testsssss.fsmHello, I need to simulate some sales, my item must be moved or deleted from stock at a certain time. But I don't know how to do that.
In my attached example:
the item is created, it goes through a processor which maps what kind of item it is.
In the case of the example, there are two processors, one that prints P1 the other that prints the item P2.
Through a global table with time, name of the item to be moved and the quantity, I need these items to be moved to "EXIT"
Can someone help me?