You cannot directly do this only using orchestrator
You have to use a logic in your code as well to run as expected
One thing you can do is …
- Schedule bot on every friday
- Now create a asset names lstrun and initially give the first rundate as input
- Now in the initialize state use get asset and get last rundate…and check the fifference between today and lastrundate using datediff function…
- If the difference is 14 then run the process or if difference is greater than 8 …then run process and set the asset with todays date
- Else it is not the alternate friday so end the process in initialize only
Hope this helps
Cheers