HomeInterfacesRecipesChangelogFAQ
Log In
Interfaces

Task

Task properties

task_id:
The task_id is a unique identifier for each task.

This identifier must be globally unique among all task groups.

bin_id:
The bin_id identifies the Bin that should be retrieved.

item:
Tasks with equal item property will be grouped and picked together.

The item property is optional.

order:
Within a task group, tasks with lower order will be picked before tasks with higher order.

The order property is optional.

Tasks that are grouped with equal item property are not allowed to have conflicting order property.

Tasks that are not assigned an order may be picked in any order, even between tasks with the same order.

estpicktime:
Each task can be assigned an expected handling time (seconds).

This information is used by AutoStore in order to optimize performance.

The estpicktime property is optional.