スタートアップ(英語)
コミュニティ(英語)
トレーニング(英語)
チュートリアル(英語)
ドキュメント
API、AI、ツール (英語)
<try>
<os:retrieve key="token" target="myVar" objectStore="objectStore"/>
<error-handler>
<on-error-continue type="OS:KEY_NOT_FOUND" logException="false">
<http:request method="GET"
url="http://localhost:8081/retrieve"
target="myVar"/>
<os:store key="token" objectStore="objectStore">
<os:value>
#[vars.myVar]
</os:value>
</os:store>
</on-error-continue>
</error-handler>
</try>


