factsheet.protocolLimits.maxStringLens.idNumericalOnly
christophprummer opened this issue · 1 comments
As far as I understand idNumericalOnly, it applies to the following parameters:
order.orderId
order.zoneSetId
node.nodeId
nodePosition.mapId
action.actionId
edge.edgeId
edge.startNodeId
edge.endNodeId
There should be an option to specify which ID-strings are numerical-only.
A system that has numerical nodeIds but all other Ids are available as strings, this idNumericalOnly would have to be set to true. Resulting in only numerical mapIds which is not really intuitive for the user.
The other option would be to not use this entry and reject orders with nodeIds that are not numerical. In my eyes this fails the goal of a factsheet.
You do not buy AGVs with this flag set to true. Because memory footprint and human readability are contrary.