Workflow - skip actions that would have executd in the past OR run them all when workflow turns on
We have workflows that create a series of tasks, which we would ideally like to run bsaed on a certain date.
The issue we face is that on rare occasions, this date may be already past when the workflow is run. Ideally, we'd like to have the option to mark these tasks as either
"skip, if they would have executed in the past"
or
"run when the workflow is turned on if they would have executed in the past"
i understand that there may be some workarounds for this, but they would be quite convoluted and messy, and it seems to be a setting that should be possible when creating a date based workflow