Wave Management
WM / EWMintermediate

Configuring Wave Templates and Wave Profiles for Release Strategies

Learn how wave templates and wave profiles are configured to control which outbound deliveries get grouped into a wave, when waves release automatically, and how selection criteria drive picking sequencing.

Explanation

Wave templates and wave profiles are the configuration backbone that determines how deliveries are selected, grouped and released as waves in EWM. A wave template defines the selection criteria used to pull open delivery items into a candidate wave: warehouse process type, shipping point, route, ship-to party groupings, planned goods issue date/time window, and priority. The wave profile, in turn, controls the release behavior attached to the template: whether the wave releases immediately upon creation, is held for manual release, or waits for a scheduled background job, and what happens once release conditions are met (automatic creation of warehouse tasks versus a two-step process where the wave first creates a pick-HU or transfer order proposal for review). In practical terms, a mid-size distribution center typically maintains multiple templates: one for a fast-moving conveyable zone that releases waves every 30 minutes for small-parcel outbound, another for a bulk/pallet zone that consolidates deliveries by route and releases once per shift, and a third for will-call or expedited orders that release immediately as soon as the delivery is created. Each template is tied to a wave profile that reflects the operational cadence. Selection criteria in the template matter enormously because overly broad criteria create waves that are too large to execute within an operational window, while overly narrow criteria create too many small waves and fragment picker travel efficiency. A common design pattern is to combine warehouse process type with door/staging area and a delivery date/time window so that only deliveries genuinely ready and physically compatible for the same picking run are grouped. Release strategy has three broad flavors seen in real deployments. Automatic release ties wave creation directly to background job scheduling (via job scheduling tools, not covered here as transactions) so waves fire at fixed intervals. Manual release requires a supervisor to review wave contents in the monitor and trigger release once staffing or dock availability is confirmed. Event-based release ties wave creation to an external trigger, such as an ASN confirmation for cross-dock scenarios or an appointment check-in at the yard. A critical configuration decision is whether wave release creates warehouse tasks directly or generates a wave that must go through capacity check and optimization before tasks are created; this choice affects how easily a wave can be capped or split later. Also important: wave templates interact with document type and item category exclusions, so items requiring serial number capture, batch determination, or hazardous material handling may need to be excluded from certain automated wave templates and routed to a manual review queue instead. From an integration standpoint, the availability check and stock overview must be current before wave selection runs, otherwise waves get created against unavailable stock and later fail at pick confirmation, generating exceptions. Decentralized EWM deployments add a timing dimension: the ERP delivery must have already replicated to EWM before it is eligible for template selection, so any queue delay in delivery replication directly delays wave eligibility.

Real project scenario

A consumer electronics distribution center configured three wave templates: an express template for same-day will-call orders that used manual release triggered by the sales desk, a conveyable-zone template releasing automatically every 20 minutes tied to a background job, and a bulk pallet template releasing twice a day timed to carrier pickup windows. After go-live, the express template initially had criteria too broad and pulled in standard orders that happened to match the ship-to filter, causing pickers to interrupt planned work for non-urgent orders. The fix was tightening the selection to a dedicated order type flag set by the sales desk specifically for will-call, combined with a delivery priority indicator.

Common mistakes

โ€ข Defining wave selection criteria too broadly, causing waves to include incompatible deliveries (mixed zones, mixed priorities) that disrupt picker routing โ€ข Configuring automatic release without first validating stock availability, resulting in waves containing unfulfillable line items โ€ข Failing to exclude special handling items (batch-managed, serialized, hazmat) from automated templates, leading to exceptions mid-wave โ€ข Not aligning wave release timing with dock/door capacity, producing waves that finish picking before staging space is available โ€ข Overlooking decentralized EWM replication delay when scheduling automatic wave release jobs, causing eligible deliveries to be missed by the run

Best practices

โ€ข Keep wave templates narrow and purpose-specific per zone or process rather than one generic template for the whole warehouse โ€ข Validate stock availability and exclude special-handling items from fully automated templates โ€ข Align release job frequency with actual picker capacity and staging/dock availability, not arbitrary time intervals โ€ข Use delivery priority and order type flags to separate expedited flows from standard flows in selection criteria โ€ข Document each template/profile combination's business intent so future support staff understand why criteria are configured as they are

Interview angle

Interviewers often probe whether a candidate understands the separation between wave template (selection) and wave profile (release behavior), and whether they can explain a real scenario where selection criteria were tuned to fix an operational problem. Be ready to discuss trade-offs between automatic and manual release and how you would design templates for a warehouse with mixed conveyable and bulk operations.