Labels Examples

Labels are used for assigning attributes to Work Items, such as different item types. The following examples present how to use these attributes to influence decisions in the simulation, including Routing, Timing, and other parameters.

Routing

routeoutbylabel.s8

Shows how to send Work Items to different destinations depending on their type.

Timing

timingbylabel_basicversion.s8

Shows how to apply a difference in Activity's timing depending on the type of work in the Basic version, where Timing by Label isn't available.

activitytimingbylabel.s8

Shows how to use Timing by Label for an Activity's time to change depending on the type of work.

Resources

select_resource_by_label.s8

Shows how to use Label-based Resources, where Resource 1 and 2 deal with different types of Work Items.

Prioritizing Work

labelbasedpriority.s8

Shows how to Prioritize depending on their Label values.

interruptible_work_center2.s8

Shows how to use the Interruptible feature.

use_due_label.s8

Presents the Interruptible feature, using Due Label to only do remaining processing time after interrupting work.