Docs
  • Solver
  • Models
    • Field Service Routing
    • Employee Shift Scheduling
    • Pick-up and Delivery Routing
    • Task Scheduling
  • Platform
Try models
  • Task Scheduling
  • User guide
  • Terminology

Task Scheduling

    • Introduction
    • Getting started: Hello world
    • User guide
      • Terminology
      • Scheduling API concepts
      • Integration
      • Constraints
      • Using the API
        • Using the OpenAPI spec
        • API tooling
      • Demo datasets
      • Input datasets
        • Model configuration
        • Model input
      • Output datasets
        • Metadata
        • Model output
        • Input metrics
        • Key performance indicators (KPIs)
      • Job types and machine types
      • Resource-specific durations
      • Freeze jobs until
      • Metrics and optimization goals
      • Score analysis
      • Validation
    • Machine and employee resource constraints
      • Machine unavailability
      • Resource transitions
      • Employee resources
    • Job service constraints
      • Time windows
      • Time management
      • Job dependencies
      • Priority jobs
      • Tags and specific resources
    • Real-time planning
    • Changelog
    • Upgrading to the latest versions
    • Feature requests

Terminology

This section lists frequently used terms and their meanings:

Constraints

The hard, medium, and soft rules that must be taken into account when optimizing a task schedule. Learn more about constraints.

Datasets

Timefold accepts input datasets that include information about the jobs, machines, and employees to be scheduled and optimized. Input datasets are created using our predefined model schema which follows the OpenAPI specification. Timefold returns output datasets that contain the optimized solution.

See the API spec for more information.

Employee

A person who can be assigned jobs. Employees can have tags that represent their skills and capabilities, and unavailable time spans for breaks or other commitments. Learn more about employee resources.

Freeze jobs until

A field on a machine or employee that automatically pins all jobs that start before a specified cutoff time. Useful in real-time planning when you want to lock in assignments that have already started or are about to start. Learn more about freeze jobs until.

Ideal end time

The preferred completion time for a job. Jobs that deviate from their ideal end time incur a soft penalty, whether they finish early or late. Learn more about time management.

Job

A unit of work to be scheduled on a machine or performed by an employee. Each job has a duration, and can have time windows, dependencies, a priority, and required tags or resources.

Job dependency

A relationship between two jobs where one cannot start until the other has finished. Dependencies can also specify minimum or maximum delays between jobs, require both jobs to use the same resource, or prevent other jobs from being scheduled between them. Learn more about job dependencies.

Job transition

A period of setup time added between two dependent jobs when they are assigned to the same machine and their job types require reconfiguration. Learn more about resource transitions.

Job type

A category applied to a job that is used to model job transitions. Jobs with different types may require setup time between them when scheduled sequentially on the same machine. Learn more about job types and machine types.

Machine

A resource that processes jobs sequentially. Machines have a start time and can have unavailable time spans, tags, and a machine type.

Machine type

A category applied to a machine that determines which job transition durations apply when switching between job types. Learn more about job types and machine types.

Makespan

The total duration of a schedule, from the start of the first job to the end of the last. Minimizing makespan is a common optimization goal. Learn more about metrics and optimization goals.

Pinning

Locking a job to its assigned machine or employee so that it cannot be moved during re-planning. Learn more about real-time planning.

Planning window

The time period that will have jobs scheduled during a solve.

Priority

An integer value assigned to a job that controls which jobs are assigned first when resources are limited. Higher-priority jobs are preferred over lower-priority ones when not all jobs can be assigned. Learn more about priority jobs.

Real-time planning

The ability to resubmit a schedule with updated assignments and new jobs, so the solver can optimize around work that is already in progress. Learn more about real-time planning.

Resource transition

A reward or forbidden constraint on the sequence of resources used for dependent jobs. Rewards encourage specific machine or employee combinations; forbidden transitions prevent them. Learn more about resource transitions.

Tags

Labels assigned to machines and employees that represent their capabilities. Jobs can require specific tags, ensuring they are only assigned to resources with the matching capabilities. Learn more about tags and specific resources.

Time window

A constraint on when a job can be scheduled, defined by a minimum start time (minStart) or a maximum end time (maxEnd). Learn more about time windows.

Next

  • See the full API spec or try the online API.

  • © 2026 Timefold BV
  • Timefold.ai
  • Documentation
  • Changelog
  • Send feedback
  • Privacy
  • Legal
    • Light mode
    • Dark mode
    • System default