Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update auto-rewave-shipments.md #4923

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ The rewaving workflow ensures continuous, uninterrupted warehouse operations, ev
1. **Replenish inventory.** Inventory at the picking location is replenished according to standard warehouse operations. That inventory then becomes available for shipment in the next wave.
1. **Automatically rewave.** At the next scheduled run of the *Auto add shipments to wave* batch job, the system checks for previously failed shipments and creates work for them.
1. **Add work to the next wave.** The *Auto add shipments to wave* batch job adds the newly created work to the next wave for processing.
1. **Control and remove placeholders for completed shipments.** The *Auto add shipments to wave* batch job ends by checking the *Wave Processing Removed Shipment* table for records that were successfully processed (that is, their status is no longer *Open*) and that the *Shipment* table includes a shipment for. These records indicate shipments that were successfully rewaved. The system cleans up these placeholders by removing them from the table.
1. **Control and remove placeholders for completed shipments.** The *Auto add shipments to wave* batch job ends by checking the 'WHSWaveProcessingRemovedShipment' database table for records that were successfully processed (that is, their status is no longer *Open*) and that the *Shipment* table includes a shipment for. These records indicate shipments that were successfully rewaved. The system cleans up these placeholders by removing them from the table.
- In the *Auto add shipments to wave* tab, in the *Records to include* header, there is a field named *WHS rewave counter*. This counter has a default value and cannot be changed. It serves as the maximum number of tries to re-wave a shipment. As this is set to 5, this means that a shipment can maximally be retried 5 times.

## Enable wave processing in batches to allow for rewaving

Expand Down