Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

Storing data for certain time....

Certified Senior Developer

i have to store some values for short period of time , i don't want  to store in database...is there any way

  Discussion posts and replies are publicly visible

Parents
  • An Appian process instance stores data in memory, you do not have to persist to the DB and the data will be removed from your process reports when the process instance is archived or deleted.  This may work for your use case?

    Otherwise, how short of a time period?  How much data?  What do you intend to do with the data while it is 'stored temporarily'?

Reply
  • An Appian process instance stores data in memory, you do not have to persist to the DB and the data will be removed from your process reports when the process instance is archived or deleted.  This may work for your use case?

    Otherwise, how short of a time period?  How much data?  What do you intend to do with the data while it is 'stored temporarily'?

Children
No Data