Trying to create a cron job for Workflow on linux/GoDaddy

I am running SuiteCRM on Linux hosted on GoDaddy. I am trying to get an automated workflow to create a new ticket record when a given set of conditions are true

I have created the following job in the scheduler (QUESTION - What value, if any should go in the URL field?):

And the job is running every 5 minutes:

Cron job has been added to the hosting company as well. Through reading other posts on this site, I have modified and added the following cron job to Godaddy:

          • /usr/local/bin/php -q /home/bhecadmin/public_html/crm/dev_crm/cron.php > /dev/null 2>&1

Am I missing something? I have created a couple of test records with conditions that match the workflow triggers. But nothing seems to happen. I am expecting a new record to be created when the date = today, but nothing happens!

Thanks for any assistance!!!

Figured out a work around. I am assuming that the DATE =NOW must include some additional elements of time, I changed the equation to <= DATE NOW and CRON started processing the workflow items.