Query achieved details

Hi All,

I have a requirement to query details once the process is achieved. I understand that, once data is archived, it moves to disk and using smart service we can un-archive data which appian will display in monitoring console.

With help of report context or query process analytics, we can query respective details.

My question is ---> say we want details in last couple of years to be un-archived. From the report context, can we query data based on unique identifier like a caseId for example ?

Quick response is much appreciated.

Thanks in advance.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    A common design approach is to create DB tables to persist the data that you want to report on, especially if it is long term. So, if you want to report on process instance data, you can configure that process to put the data into a CDT that is is a DS and use write to datastore. Then, you will not need to introduce manual activities like unarchiving KDBs, etc.

Reply
  • 0
    Certified Lead Developer

    A common design approach is to create DB tables to persist the data that you want to report on, especially if it is long term. So, if you want to report on process instance data, you can configure that process to put the data into a CDT that is is a DS and use write to datastore. Then, you will not need to introduce manual activities like unarchiving KDBs, etc.

Children
No Data