コミュニティアチーブメントバーを展開する。

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

AIO lib state - expiry

Avatar

Community Advisor

Hi all. have a question regarding aio-lib-state: https://github.com/adobe/aio-lib-state

what is the expiry of a key I set in an action? is the state cleared after an action or persits for a given time?

example: action1 sets a key to the state, can a action2 get the value when running later (and independend).

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Employee

Hi Urs,

 

The value doesn't expire, so yes, your flow would work - writing values from one action and retrieving them later from another action or the same one.


Cheers,

Mihai

元の投稿で解決策を見る

2 返信

Avatar

正解者
Employee

Hi Urs,

 

The value doesn't expire, so yes, your flow would work - writing values from one action and retrieving them later from another action or the same one.


Cheers,

Mihai

Avatar

Community Advisor
Hi @Mihai_Corlan thanks a lot for the fast reply and confirmation! will give it a try. on the other hand, that means we need to be careful using this feature and create a proper documentation