Custom Scheduling

I’m creating a task that runs every third Tuesday of the month and what i want it to do is if it runs successfully in the third Tuesday of the current month then wait until next month’s third tuesday to run again. Anyone knows a relevance statement to create this?

I think that was addressed in this thread.

try:

constraint:
(current date) = ((first tuesday of (current month_and_year + month)) + (14*day))

reapply (waiting 7 days between reapplication)