Hi,
I want to run a cycle every Thursday and Saturday. The following code accomplishes what I need. However, I am curious to know if there is an alternative approach to achieve the same result. For instance, how can I avoid duplicating the graph?
[scheduling]
initial cycle point = 2023-08-03
initial cycle point constraints = W-4
[[graph]]
P1W = "task3[-P5D] => task1 => task2 => task3"
R/^+P2D/P1W = "task3[-P2D] => task1 => task2 => task3"