How to skip a pause based on Order Line EFF logic?
We have defined a line level EFF which indicates if the item is stocked item or a non-stock item.
EFF name: Make to Order flag (If it is Yes, it is a non-stock item)
We have created a Pause in our custom orchestration process for stock Order lines (Make to Order flag is No) which are usually stocked but are currently out of stock and have a SSD in future. This pause is skipped for order lines which are non-stock items (Make to order flag = Yes).
The issue now arises when we have a shipset with mixed order lines (both stock & non stock order lines). Currently, these order lines are getting stuck in this pause as one of the lines has MTO flag as "No". The requirement we have is: If the order line is in a shipset, and if any of the order lines in that particular shipset has Make to order flag as "Yes", then it should skip the pause.