Skip to main content

auto_scheduling_strict

info

This functionality is available in the PRO edition only.

warning

The property has been deprecated in v9.1, use the gap_behavior property of gantt.config.auto_scheduling instead.

Description

Enables the auto scheduling mode, in which tasks will always be rescheduled to the earliest possible date

auto_scheduling_strict: boolean

Example

gantt.config.auto_scheduling_strict = true;

gantt.init("gantt_here");

Default value: false

Details

note

This config is defined in the auto_scheduling extension, so you need to activate the auto_scheduling plugin. Read the details in the Auto Scheduling article.

Note that in versions 6.1.0 - 7.1.3, the config works only when the auto_scheduling_compatibility option is enabled.

By default, tasks are rescheduled only when a new date violates the constraint.

Change log

  • the property has been deprecated in v9.1