Lets tell tomorrow is the process first run and for the next run it sjould run in alternative fridays like
tomorrow is 15 april next run should be 29.04, 13.05 and so on
I have an alternative too like giving cron expression for all friday and give condition inside the process but i need that condition too
Would also agree with @lakshman as the nature of Crons is not of 2 weeks intervals subsequently on a start date
another strategy could also be to put the logic into a bot scheduled each friday and calcuating if the process is to start or not. If the particular process should be started we can do it e.g. with a ORC API Call
I got one idea for this scenario. Let’s check whether it will work not.
Create one Boolean asset in Orchestrator and set value as True Initially.
At starting point you need to check this Asset value. If it is True then run the process and at the end set the Asset value as False. If it is False then don’t run the process but set Asset value True.
In this way, you can the bot every alternative Friday. But please make sure you schedule the Bot on every Friday only.