Hi,
I have two possible logic to pull product from a list:
1. If an item with required age available, then pull 1 item form the list, if not sufficient, go to rule 2
2. check if two items with (required age + 5) are available, if yes, then pull those 2 items, if not, then release token as failed
Any idea whether flexsim could cover this problem?