Art. skipped → Storage or Completion · Order skipped → Completion · PAGE 1 → Step1 · BACK → Storage Step
Options Storage last item
BACK
LAST PICKED
04.08.01.01
7 / 7
Article name
BACK → Options Storage Step2
Options Picking Step
BACK
Skip article
Skip order
Art. skipped / Order skipped → Storage or Completion · BACK → (Picking Step)
Options Quantity Confirm Step
BACK
Art. skipped
Order skipped
Shortage
Art. skipped / Order skipped / Shortage → Storage or Completion or Short Pick · BACK → Quantity Confirm Step
Options Inventory Count Step
BACK
Skip count
Skip count → Completion or Storage · BACK → Inventory Count Step
Options Short Pick Step
Del
7
8
9
4
5
6
1
2
3
0
ENTER
Numpad: enter quantity · ENTER → Storage or Completion
Flow overview
Start: Load Step (get-job) → with results Picking Box Step or ENG (by language/notFirstJob); else NoOpenOrders. Optional: Language Step → DE/EN → Picking Box. Alternative: Load Job for Pre Picking Box Step → openJobs>0 → Picking Box Step; else Start Step. Picking Box: onAppear prepareCurrentLightTags (preconnect up to 5 storage IDs, set OFF). Scan container → set pbox on all results → Storage Step. OPTION: Skip container → Storage Step. Storage: Shows storage, quantity, article. onAppear lightTagFeedback (current storage AUTOMATIC, others OFF). Scan article_number: qty>1 → Quantity Confirm; qty=1 with stock → Inventory; qty=1 no stock → next Storage or Completion. Wrong scan → negative_feedback. onDisappear disableCurrentLighttag. OPTION: Confirm article, Shortage (Short Pick), PAGE 2 (Skip article/job). Quantity Confirm: Button "X / Y TAKEN" or keep scanning article. got_all / scan complete → Storage, Inventory or Completion. onDoubleTrigger: short pick. lightTagFeedback onAppear, disableCurrentLighttag onDisappear. OPTION: Skip article, Skip job, Shortage. Inventory: "Qty after pick". YES → Storage or Completion. NO → Inventory Count. OPTION: Skip inventory. Inventory Count: -1/+1, ENTER → Storage or Completion. OPTION: Skip count. Short Pick (Options Short Pick Step): Numpad quantity, ENTER → Storage or Completion. Completion: Save / onTrigger → job.done → Load Step. LightTag: Preconnect in Picking Box (≤5 storage tags OFF). In Storage / Quantity Confirm: current storage AUTOMATIC, others OFF; on leave disableCurrentLighttag. LightTags addressed by storage (storage ID), not article number. ENG path: Parallel steps Picking Box Step ENG, Storage Step ENG, Quantity Confirm Step ENG, Inventory Step ENG, Inventory Count Step ENG, Completion Step ENG and corresponding Options (ENG).
REST API — Step by Step
Required HTTP Data Connection endpoints per workflow step (derived from step logic). Standard PoV JSONs still use CSV/local job data — these endpoints are what your ERP/WMS should expose when migrating to HTTP.
Main flow
1Load Step (Initial)
GETget-jobLoad open picking job and all pick lines
Article scan picking with LightTag at storage. See the step-by-step section above for which endpoint belongs to which workflow step.
1 · HTTP Data Connection setup
Connection type
HTTP Data Connection
Identifier
e.g. erp-system — referenced as dataConnection in the workflow
Base URL
Customer web service URL (HTTPS)
Authentication
None, Basic, Bearer, or OAuth
Endpoint identifier
Unique name per operation (must match step cards above)
Endpoint URL
Relative path, e.g. /orders/{orderId}/lines/{lineId}
Pre / post processing
Transform request and map response to NIMMSTA job format
requestOverride
Workflow can override body, headers, params, query (JavaScript)
Async rules:await works in loadData pre/post processing, onStopJobCode, and api.workflow.runActionCodeAsync(...). Step handlers (onScan, onButtonPress) are synchronous — use a loading step or workflow actions for API calls.