How to Commit the data into data base tables after 30 Mins Using Activity?

Hi Everyone,

I have personal details in my front end screen. I want save the details to back end Personal Details Table after 30 min of activity running. How to achieve this?

@Nagarjuna Saidu

Have a delayed Queue Processor and queue the needed information to QP and give the processing time as CurrentDateTime+30 mins. In QP activity have your logic to insert/update the queued data into personal information table.

Please refer below article to get more idea on QP.

Queue Processor - its Configuration, Usage & Execution - OneStopPega