Auction countdown closing

Hello,

I would like to set up a bidding function with a countdown on my application.

I have a question about the countdown and the closing of the auctions. To do this, I’ll need to set up a backend workflow that indicates: When auction date < Current date : Make change to Product Auction Statuts and modify the auction as closed. Then, Designate the highest bidder.

I’ve never used a backend workflow, how can I set this up? Is it a recurring workflow ?

Thanks for your help.

1 Like

Let’s say you created an auction and it will end in 1 hour. At that point you can schedule a backend workflow that will run on current date time + 1 hour

2 Likes

Okk I see, I will try this ! Thanks

This topic was automatically closed after 70 days. New replies are no longer allowed.