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.
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
Hi Amit,I guess this would do the trick for you, the below plugin provides you with functions to store data temporarily.Text Cache
Hope this helps.
The text cache plugin might work for you, depending on your use case. It can store a maximum of 10k items and will not survive a restart of the system. So you better not rely on any data stored there. This is why it is called "cache".
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'?
This 200% depends on what you mean by "short", which is a very subjective term and you don't really specify.