hello Guys and Gals,
I need to run a daily batch to check if some bookings reqs are expired (current date>booking start date and not accepted by provider yet)
After burning 2 or 3 neurons, I decided to:
-Use a recurring WF (to be triggered by an admin) to run on a daily basis
-This will trigger an API WF in list (bookings that match the criteria: current date>booking start date & accepted = N, first 50 items)
-re-schedule itself (recursive) for the next 50 items, stop when count=0
Anyways I donât know if itâs going to work because I have not paid for the 100+ usd subscription yet.
Questions:
-is there a way to test (or trick) this without paying for the professional sub?
-when I set a recurring event it asks me for a workflow thing, I found odd that I need to search for the type and select a record to be complaint, why not select the type of thing (object itself) like we do in other processes, am I doing this correctly?
PS: I know I can avoid recurring WF using scheduling WF +1 day when results count=0 but I donât want to risk it (if one day the WF fails I am screwed). Unless I am missing something
@mattmazzega fyi
thanks