1.3.6. Dependencies
Overview
Dependencies are relationships between events, visualized as arrows connecting them. These dependencies can be referenced in various ways, such as a single event n event relationship, cross dependencies or multiple dependencies per event.
Dependencies in the scheduler are read-only and are solely used to visualize the relationships between events. Setting dependencies will not affect the start or end times of the related events.
Implementation
To set up dependencies, you need a unique dependency ID, a "from" event ID, and a "to" event ID. This setup can be used in conjunction with multiple event data sources.
Â
For an example see: dependencies