Can anyone help me out with the following? I am building a process where I want my bot to start a process if the date within my queue item is today and run it for the next 30 days. For example if it sees todays date (06/02/2020) it will execute further activities and will also do this for the next 30 days from the date it started. Does that make sense? How best would I build this?
so according to your query . you want if a date is present in the queue item then activities gets executed and same will be executed for next 30 days after that perticular date?
Yes exactly it should always be 30 days from the start date (which will be static). I have thought about the orchestrator but I don’t think I could put that logic in there. There will be many different start dates which will need to be dynamic. So the bot will need to take the date and then know if it should run or not