Hello, Im new here.
I’m doing an auctions site but I’m having some problems.
Every “Auction” has got his own end date (It’s a date variable), and when the auction reach that date, I would like to change his status to closed.
But the only way I found to do that is starting a workflow in the page load and check for the date, if the date has passed, then change the status of the auction to closed.
I would like to do this but without any user intervention… To this happen, A user must enter to the post to activate that workflow and set the post to closed. How can I do this?