Is There any way to perform scheduled deletion of records from database?

I just wanted to delete certain transactions from the table after 30days.

  Discussion posts and replies are publicly visible

Parents
  • You may want to review the Start Event documentation.

    I also want to add, in my experience I would never delete production data unless their is a specific legal, HR, etc requirement to purge it from the system.  Instead, only show data from the last 30 days, or flag older rows as 'archived' or 'inactive' which remove them from reporting.  Are you maxing out your DB?  In our 15 year old environment with 6.83 million tasks completed across 90+ applications, we're using about 2% of the available MSSQL database capacity.

Reply
  • You may want to review the Start Event documentation.

    I also want to add, in my experience I would never delete production data unless their is a specific legal, HR, etc requirement to purge it from the system.  Instead, only show data from the last 30 days, or flag older rows as 'archived' or 'inactive' which remove them from reporting.  Are you maxing out your DB?  In our 15 year old environment with 6.83 million tasks completed across 90+ applications, we're using about 2% of the available MSSQL database capacity.

Children
No Data