パッケージ SDK を使用した共有セッション属性の設定
パッケージ テンプレートへのセッション タイプの追加
<latest package sdk zip file>\src\main\resources にあるパッケージ テンプレート ファイルを開き、sessionType を追加します。ラベル と 説明 (オプション)。
{
"name": "A2019DemoPackage",
"label": "[[label]]",
"description": "[[description]]",
"sessionType" : {
"label" : "testdemo",
"description" : "sharedSessionDemo"
},
"group": "",
"artifactName": "",
"packageVersion": "",
"codeVersion": "",
"author": "",
"commands": []
}