I’m setting up a workflow for planning events and want to automatically populate suggested due dates for each task based on the final event date. I’ve tried using strict dependencies, which does correctly auto‑fill the dates with the right lead/lag times.
However, the issue is that if a task is completed early or late, all of the downstream dates shift — and we don’t want that. These dates are meant to be suggested target dates to help keep the project on track, not actual dynamic due dates that should change.
Ideally, we’d like to use strict dependencies once to generate the initial dates, and then “lock” those dates so they no longer update based on task completion.
Has anyone found a good way to achieve this?