list for aio-lib-state | Community
Skip to main content
Urs_Boller
Community Advisor
Community Advisor
September 27, 2020
Solved

list for aio-lib-state

  • September 27, 2020
  • 1 reply
  • 2765 views

is there a function to retrieve all variables set in aio-lib-state? something like the function "list()" from aio-lib-files...

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by duynguyen_adobe

Hi @urs_boller - currently we don't expose "list" of all values in aio-lib-state.

We are working on a local monitoring UI for state and files, so that as an app admin you have more controls over the files and values stored in state.

However there is no plan to support "list" programmatically in state, as it has large impact on the SDK performance and security.

Could you please share your use case for this feature?

1 reply

duynguyen_adobeAdobe EmployeeAccepted solution
Adobe Employee
September 28, 2020

Hi @urs_boller - currently we don't expose "list" of all values in aio-lib-state.

We are working on a local monitoring UI for state and files, so that as an app admin you have more controls over the files and values stored in state.

However there is no plan to support "list" programmatically in state, as it has large impact on the SDK performance and security.

Could you please share your use case for this feature?

Urs_Boller
Community Advisor
Community Advisor
September 28, 2020
currently I have built both UI and actions to manage all aio-lib-files (read/edit/delete files from UI - let me know if you want a screenshot). and I would love to have something similar for states - just to see what values I have from the UI, maybe change the data ...