Fix PAP metrics validation in jmx files
[policy/pap.git] / testsuites / stability / src / main / resources / testplans / stability.jmx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4   ONAP Policy PAP
5   ================================================================================
6   Copyright (C) 2019 AT&T Intellectual Property. All rights reserved.
7   Modifications Copyright (C) 2020-2021,2023 Nordix Foundation.
8   Modifications Copyright (C) 2020,2022 Bell Canada. All rights reserved.
9   ================================================================================
10   Licensed under the Apache License, Version 2.0 (the "License");
11   you may not use this file except in compliance with the License.
12   You may obtain a copy of the License at
13        http://www.apache.org/licenses/LICENSE-2.0
14   Unless required by applicable law or agreed to in writing, software
15   distributed under the License is distributed on an "AS IS" BASIS,
16   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17   See the License for the specific language governing permissions and
18   limitations under the License.
19   ============LICENSE_END=========================================================
20   -->
21 <jmeterTestPlan version="1.2" properties="5.0" jmeter="5.6.2">
22   <hashTree>
23     <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Policy PAP Stability" enabled="true">
24       <stringProp name="TestPlan.comments">Policy PAP Stability Tests</stringProp>
25       <boolProp name="TestPlan.functional_mode">false</boolProp>
26       <boolProp name="TestPlan.tearDown_on_shutdown">true</boolProp>
27       <boolProp name="TestPlan.serialize_threadgroups">false</boolProp>
28       <elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
29         <collectionProp name="Arguments.arguments">
30           <elementProp name="PAP_HOST" elementType="Argument">
31             <stringProp name="Argument.name">PAP_HOST</stringProp>
32             <stringProp name="Argument.value">localhost</stringProp>
33             <stringProp name="Argument.metadata">=</stringProp>
34           </elementProp>
35           <elementProp name="PAP_PORT" elementType="Argument">
36             <stringProp name="Argument.name">PAP_PORT</stringProp>
37             <stringProp name="Argument.value">30003</stringProp>
38             <stringProp name="Argument.metadata">=</stringProp>
39           </elementProp>
40           <elementProp name="API_HOST" elementType="Argument">
41             <stringProp name="Argument.name">API_HOST</stringProp>
42             <stringProp name="Argument.value">localhost</stringProp>
43             <stringProp name="Argument.metadata">=</stringProp>
44           </elementProp>
45           <elementProp name="API_PORT" elementType="Argument">
46             <stringProp name="Argument.name">API_PORT</stringProp>
47             <stringProp name="Argument.value">30002</stringProp>
48             <stringProp name="Argument.metadata">=</stringProp>
49           </elementProp>
50         </collectionProp>
51       </elementProp>
52       <stringProp name="TestPlan.user_define_classpath"></stringProp>
53     </TestPlan>
54     <hashTree>
55       <AuthManager guiclass="AuthPanel" testclass="AuthManager" testname="HTTP Authorization Manager" enabled="true">
56         <collectionProp name="AuthManager.auth_list">
57           <elementProp name="" elementType="Authorization">
58             <stringProp name="Authorization.url">http://${PAP_HOST}:${PAP_PORT}/policy/pap/v1</stringProp>
59             <stringProp name="Authorization.username">policyadmin</stringProp>
60             <stringProp name="Authorization.password">zb!XztG34</stringProp>
61             <stringProp name="Authorization.domain"></stringProp>
62             <stringProp name="Authorization.realm"></stringProp>
63           </elementProp>
64           <elementProp name="" elementType="Authorization">
65             <stringProp name="Authorization.url">http://${API_HOST}:${API_PORT}/policy/api/v1</stringProp>
66             <stringProp name="Authorization.username">policyadmin</stringProp>
67             <stringProp name="Authorization.password">zb!XztG34</stringProp>
68             <stringProp name="Authorization.domain"></stringProp>
69             <stringProp name="Authorization.realm"></stringProp>
70           </elementProp>
71           <elementProp name="" elementType="Authorization">
72             <stringProp name="Authorization.url">http://${PAP_HOST}:${PAP_PORT}/metrics</stringProp>
73             <stringProp name="Authorization.username">policyadmin</stringProp>
74             <stringProp name="Authorization.password">zb!XztG34</stringProp>
75             <stringProp name="Authorization.domain"></stringProp>
76             <stringProp name="Authorization.realm"></stringProp>
77           </elementProp>
78         </collectionProp>
79         <boolProp name="AuthManager.clearEachIteration">true</boolProp>
80         <boolProp name="AuthManager.controlledByThreadGroup">false</boolProp>
81       </AuthManager>
82       <hashTree/>
83       <HeaderManager guiclass="HeaderPanel" testclass="HeaderManager" testname="HTTP Header Manager" enabled="true">
84         <collectionProp name="HeaderManager.headers">
85           <elementProp name="" elementType="Header">
86             <stringProp name="Header.name">Content-Type</stringProp>
87             <stringProp name="Header.value">application/json</stringProp>
88           </elementProp>
89         </collectionProp>
90       </HeaderManager>
91       <hashTree/>
92       <SetupThreadGroup guiclass="SetupThreadGroupGui" testclass="SetupThreadGroup" testname="setUp Thread Group" enabled="true">
93         <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
94         <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true">
95           <boolProp name="LoopController.continue_forever">false</boolProp>
96           <stringProp name="LoopController.loops">1</stringProp>
97         </elementProp>
98         <stringProp name="ThreadGroup.num_threads">1</stringProp>
99         <stringProp name="ThreadGroup.ramp_time">1</stringProp>
100         <boolProp name="ThreadGroup.scheduler">false</boolProp>
101         <stringProp name="ThreadGroup.duration">260000</stringProp>
102         <stringProp name="ThreadGroup.delay"></stringProp>
103         <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp>
104       </SetupThreadGroup>
105       <hashTree>
106         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Create Policy" enabled="true">
107           <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
108           <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
109             <collectionProp name="Arguments.arguments">
110               <elementProp name="" elementType="HTTPArgument">
111                 <boolProp name="HTTPArgument.always_encode">false</boolProp>
112                 <stringProp name="Argument.value">{&#xd;
113   &quot;tosca_definitions_version&quot;: &quot;tosca_simple_yaml_1_1_0&quot;,&#xd;
114   &quot;topology_template&quot;: {&#xd;
115     &quot;policies&quot;: [&#xd;
116       {&#xd;
117         &quot;operational.apex.stabilityTestDefaultDomain&quot;: {&#xd;
118           &quot;type&quot;: &quot;onap.policies.controlloop.operational.common.Apex&quot;,&#xd;
119           &quot;type_version&quot;: &quot;1.0.0&quot;,&#xd;
120           &quot;version&quot;: &quot;1.0.0&quot;,&#xd;
121           &quot;metadata&quot;: {&#xd;
122             &quot;policy-id&quot;: &quot;operational.apex.defaultDomain&quot;,&#xd;
123             &quot;policy-version&quot;: 1&#xd;
124           },&#xd;
125           &quot;properties&quot;: {&#xd;
126             &quot;engineServiceParameters&quot;: {&#xd;
127               &quot;name&quot;: &quot;MyApexEngine&quot;,&#xd;
128               &quot;version&quot;: &quot;0.0.1&quot;,&#xd;
129               &quot;id&quot;: 45,&#xd;
130               &quot;instanceCount&quot;: 4,&#xd;
131               &quot;deploymentPort&quot;: 12561,&#xd;
132               &quot;policy_type_impl&quot;: {&#xd;
133                 &quot;apexPolicyModel&quot;: {&#xd;
134                   &quot;key&quot;: {&#xd;
135                     &quot;name&quot;: &quot;SamplePolicyModelJAVASCRIPT&quot;,&#xd;
136                     &quot;version&quot;: &quot;0.0.1&quot;&#xd;
137                   },&#xd;
138                   &quot;keyInformation&quot;: {&#xd;
139                     &quot;key&quot;: {&#xd;
140                       &quot;name&quot;: &quot;KeyInformation&quot;,&#xd;
141                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
142                     },&#xd;
143                     &quot;keyInfoMap&quot;: {&#xd;
144                       &quot;entry&quot;: [&#xd;
145                         {&#xd;
146                           &quot;key&quot;: {&#xd;
147                             &quot;name&quot;: &quot;Context&quot;,&#xd;
148                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
149                           },&#xd;
150                           &quot;value&quot;: {&#xd;
151                             &quot;key&quot;: {&#xd;
152                               &quot;name&quot;: &quot;Context&quot;,&#xd;
153                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
154                             },&#xd;
155                             &quot;UUID&quot;: &quot;ca36bfd8-6042-3633-8c85-89c66507c3bf&quot;,&#xd;
156                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Context:0.0.1\&quot;&quot;&#xd;
157                           }&#xd;
158                         },&#xd;
159                         {&#xd;
160                           &quot;key&quot;: {&#xd;
161                             &quot;name&quot;: &quot;Event0000&quot;,&#xd;
162                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
163                           },&#xd;
164                           &quot;value&quot;: {&#xd;
165                             &quot;key&quot;: {&#xd;
166                               &quot;name&quot;: &quot;Event0000&quot;,&#xd;
167                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
168                             },&#xd;
169                             &quot;UUID&quot;: &quot;465a81cc-885f-3a4d-bc4e-1508da92b236&quot;,&#xd;
170                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Event0000:0.0.1\&quot;&quot;&#xd;
171                           }&#xd;
172                         },&#xd;
173                         {&#xd;
174                           &quot;key&quot;: {&#xd;
175                             &quot;name&quot;: &quot;Event0001&quot;,&#xd;
176                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
177                           },&#xd;
178                           &quot;value&quot;: {&#xd;
179                             &quot;key&quot;: {&#xd;
180                               &quot;name&quot;: &quot;Event0001&quot;,&#xd;
181                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
182                             },&#xd;
183                             &quot;UUID&quot;: &quot;36b2d570-fff7-3a4b-bab2-6bf492f5129a&quot;,&#xd;
184                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Event0001:0.0.1\&quot;&quot;&#xd;
185                           }&#xd;
186                         },&#xd;
187                         {&#xd;
188                           &quot;key&quot;: {&#xd;
189                             &quot;name&quot;: &quot;Event0002&quot;,&#xd;
190                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
191                           },&#xd;
192                           &quot;value&quot;: {&#xd;
193                             &quot;key&quot;: {&#xd;
194                               &quot;name&quot;: &quot;Event0002&quot;,&#xd;
195                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
196                             },&#xd;
197                             &quot;UUID&quot;: &quot;ff6160a7-fb5e-379c-a6d2-2cd28053eacf&quot;,&#xd;
198                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Event0002:0.0.1\&quot;&quot;&#xd;
199                           }&#xd;
200                         },&#xd;
201                         {&#xd;
202                           &quot;key&quot;: {&#xd;
203                             &quot;name&quot;: &quot;Event0003&quot;,&#xd;
204                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
205                           },&#xd;
206                           &quot;value&quot;: {&#xd;
207                             &quot;key&quot;: {&#xd;
208                               &quot;name&quot;: &quot;Event0003&quot;,&#xd;
209                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
210                             },&#xd;
211                             &quot;UUID&quot;: &quot;5899e216-2abf-3781-abc4-2c257b92721e&quot;,&#xd;
212                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Event0003:0.0.1\&quot;&quot;&#xd;
213                           }&#xd;
214                         },&#xd;
215                         {&#xd;
216                           &quot;key&quot;: {&#xd;
217                             &quot;name&quot;: &quot;Event0004&quot;,&#xd;
218                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
219                           },&#xd;
220                           &quot;value&quot;: {&#xd;
221                             &quot;key&quot;: {&#xd;
222                               &quot;name&quot;: &quot;Event0004&quot;,&#xd;
223                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
224                             },&#xd;
225                             &quot;UUID&quot;: &quot;7c2692a7-4587-3d09-abf9-d96b339a316f&quot;,&#xd;
226                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Event0004:0.0.1\&quot;&quot;&#xd;
227                           }&#xd;
228                         },&#xd;
229                         {&#xd;
230                           &quot;key&quot;: {&#xd;
231                             &quot;name&quot;: &quot;Event0100&quot;,&#xd;
232                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
233                           },&#xd;
234                           &quot;value&quot;: {&#xd;
235                             &quot;key&quot;: {&#xd;
236                               &quot;name&quot;: &quot;Event0100&quot;,&#xd;
237                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
238                             },&#xd;
239                             &quot;UUID&quot;: &quot;b696048c-c0b0-34c1-8dbe-32ab6c8bc0c7&quot;,&#xd;
240                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Event0100:0.0.1\&quot;&quot;&#xd;
241                           }&#xd;
242                         },&#xd;
243                         {&#xd;
244                           &quot;key&quot;: {&#xd;
245                             &quot;name&quot;: &quot;Event0101&quot;,&#xd;
246                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
247                           },&#xd;
248                           &quot;value&quot;: {&#xd;
249                             &quot;key&quot;: {&#xd;
250                               &quot;name&quot;: &quot;Event0101&quot;,&#xd;
251                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
252                             },&#xd;
253                             &quot;UUID&quot;: &quot;edbfa868-2ab2-30fd-8078-4c7f67ca6122&quot;,&#xd;
254                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Event0101:0.0.1\&quot;&quot;&#xd;
255                           }&#xd;
256                         },&#xd;
257                         {&#xd;
258                           &quot;key&quot;: {&#xd;
259                             &quot;name&quot;: &quot;Event0102&quot;,&#xd;
260                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
261                           },&#xd;
262                           &quot;value&quot;: {&#xd;
263                             &quot;key&quot;: {&#xd;
264                               &quot;name&quot;: &quot;Event0102&quot;,&#xd;
265                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
266                             },&#xd;
267                             &quot;UUID&quot;: &quot;6b6ad2ff-ef63-3f7b-aabb-fba44f8de9d4&quot;,&#xd;
268                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Event0102:0.0.1\&quot;&quot;&#xd;
269                           }&#xd;
270                         },&#xd;
271                         {&#xd;
272                           &quot;key&quot;: {&#xd;
273                             &quot;name&quot;: &quot;Event0103&quot;,&#xd;
274                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
275                           },&#xd;
276                           &quot;value&quot;: {&#xd;
277                             &quot;key&quot;: {&#xd;
278                               &quot;name&quot;: &quot;Event0103&quot;,&#xd;
279                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
280                             },&#xd;
281                             &quot;UUID&quot;: &quot;c2550912-10d9-3000-8826-377288cd6cb1&quot;,&#xd;
282                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Event0103:0.0.1\&quot;&quot;&#xd;
283                           }&#xd;
284                         },&#xd;
285                         {&#xd;
286                           &quot;key&quot;: {&#xd;
287                             &quot;name&quot;: &quot;Event0104&quot;,&#xd;
288                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
289                           },&#xd;
290                           &quot;value&quot;: {&#xd;
291                             &quot;key&quot;: {&#xd;
292                               &quot;name&quot;: &quot;Event0104&quot;,&#xd;
293                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
294                             },&#xd;
295                             &quot;UUID&quot;: &quot;f6d75b71-c8a7-3337-a121-88d68c389f5a&quot;,&#xd;
296                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Event0104:0.0.1\&quot;&quot;&#xd;
297                           }&#xd;
298                         },&#xd;
299                         {&#xd;
300                           &quot;key&quot;: {&#xd;
301                             &quot;name&quot;: &quot;Events&quot;,&#xd;
302                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
303                           },&#xd;
304                           &quot;value&quot;: {&#xd;
305                             &quot;key&quot;: {&#xd;
306                               &quot;name&quot;: &quot;Events&quot;,&#xd;
307                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
308                             },&#xd;
309                             &quot;UUID&quot;: &quot;0215644c-4531-375c-8335-d558b4de8c03&quot;,&#xd;
310                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Events:0.0.1\&quot;&quot;&#xd;
311                           }&#xd;
312                         },&#xd;
313                         {&#xd;
314                           &quot;key&quot;: {&#xd;
315                             &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
316                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
317                           },&#xd;
318                           &quot;value&quot;: {&#xd;
319                             &quot;key&quot;: {&#xd;
320                               &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
321                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
322                             },&#xd;
323                             &quot;UUID&quot;: &quot;976a79e7-5c80-3c03-9503-da3f41fec395&quot;,&#xd;
324                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;ExternalContextAlbum:0.0.1\&quot;&quot;&#xd;
325                           }&#xd;
326                         },&#xd;
327                         {&#xd;
328                           &quot;key&quot;: {&#xd;
329                             &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
330                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
331                           },&#xd;
332                           &quot;value&quot;: {&#xd;
333                             &quot;key&quot;: {&#xd;
334                               &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
335                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
336                             },&#xd;
337                             &quot;UUID&quot;: &quot;c95e9e5f-d2c7-3ac7-a205-ea3574530cb7&quot;,&#xd;
338                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;GlobalContextAlbum:0.0.1\&quot;&quot;&#xd;
339                           }&#xd;
340                         },&#xd;
341                         {&#xd;
342                           &quot;key&quot;: {&#xd;
343                             &quot;name&quot;: &quot;KeyInformation&quot;,&#xd;
344                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
345                           },&#xd;
346                           &quot;value&quot;: {&#xd;
347                             &quot;key&quot;: {&#xd;
348                               &quot;name&quot;: &quot;KeyInformation&quot;,&#xd;
349                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
350                             },&#xd;
351                             &quot;UUID&quot;: &quot;1ff2f905-685c-3caf-95bc-0bbc90345888&quot;,&#xd;
352                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;KeyInformation:0.0.1\&quot;&quot;&#xd;
353                           }&#xd;
354                         },&#xd;
355                         {&#xd;
356                           &quot;key&quot;: {&#xd;
357                             &quot;name&quot;: &quot;Policies&quot;,&#xd;
358                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
359                           },&#xd;
360                           &quot;value&quot;: {&#xd;
361                             &quot;key&quot;: {&#xd;
362                               &quot;name&quot;: &quot;Policies&quot;,&#xd;
363                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
364                             },&#xd;
365                             &quot;UUID&quot;: &quot;f54c3b2b-be76-31c4-adfc-87c494c06808&quot;,&#xd;
366                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Policies:0.0.1\&quot;&quot;&#xd;
367                           }&#xd;
368                         },&#xd;
369                         {&#xd;
370                           &quot;key&quot;: {&#xd;
371                             &quot;name&quot;: &quot;Policy0&quot;,&#xd;
372                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
373                           },&#xd;
374                           &quot;value&quot;: {&#xd;
375                             &quot;key&quot;: {&#xd;
376                               &quot;name&quot;: &quot;Policy0&quot;,&#xd;
377                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
378                             },&#xd;
379                             &quot;UUID&quot;: &quot;3410e939-30ca-32c4-a2d8-c30b6fee6eec&quot;,&#xd;
380                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Policy0:0.0.1\&quot;&quot;&#xd;
381                           }&#xd;
382                         },&#xd;
383                         {&#xd;
384                           &quot;key&quot;: {&#xd;
385                             &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
386                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
387                           },&#xd;
388                           &quot;value&quot;: {&#xd;
389                             &quot;key&quot;: {&#xd;
390                               &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
391                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
392                             },&#xd;
393                             &quot;UUID&quot;: &quot;e27564c4-3cbf-3db2-9bf3-83ae80a2f907&quot;,&#xd;
394                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Policy0ContextAlbum:0.0.1\&quot;&quot;&#xd;
395                           }&#xd;
396                         },&#xd;
397                         {&#xd;
398                           &quot;key&quot;: {&#xd;
399                             &quot;name&quot;: &quot;Policy1&quot;,&#xd;
400                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
401                           },&#xd;
402                           &quot;value&quot;: {&#xd;
403                             &quot;key&quot;: {&#xd;
404                               &quot;name&quot;: &quot;Policy1&quot;,&#xd;
405                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
406                             },&#xd;
407                             &quot;UUID&quot;: &quot;d0b2b585-f344-33b8-af9e-250e7f4cfbce&quot;,&#xd;
408                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Policy1:0.0.1\&quot;&quot;&#xd;
409                           }&#xd;
410                         },&#xd;
411                         {&#xd;
412                           &quot;key&quot;: {&#xd;
413                             &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
414                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
415                           },&#xd;
416                           &quot;value&quot;: {&#xd;
417                             &quot;key&quot;: {&#xd;
418                               &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
419                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
420                             },&#xd;
421                             &quot;UUID&quot;: &quot;815d74ae-6fc0-3221-87b9-2bb1dfdfa7f0&quot;,&#xd;
422                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Policy1ContextAlbum:0.0.1\&quot;&quot;&#xd;
423                           }&#xd;
424                         },&#xd;
425                         {&#xd;
426                           &quot;key&quot;: {&#xd;
427                             &quot;name&quot;: &quot;SamplePolicyModelJAVASCRIPT&quot;,&#xd;
428                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
429                           },&#xd;
430                           &quot;value&quot;: {&#xd;
431                             &quot;key&quot;: {&#xd;
432                               &quot;name&quot;: &quot;SamplePolicyModelJAVASCRIPT&quot;,&#xd;
433                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
434                             },&#xd;
435                             &quot;UUID&quot;: &quot;bc8ee312-81ce-3c4a-92d5-4a73b8077148&quot;,&#xd;
436                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SamplePolicyModelJAVASCRIPT:0.0.1\&quot;&quot;&#xd;
437                           }&#xd;
438                         },&#xd;
439                         {&#xd;
440                           &quot;key&quot;: {&#xd;
441                             &quot;name&quot;: &quot;Task_Act0&quot;,&#xd;
442                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
443                           },&#xd;
444                           &quot;value&quot;: {&#xd;
445                             &quot;key&quot;: {&#xd;
446                               &quot;name&quot;: &quot;Task_Act0&quot;,&#xd;
447                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
448                             },&#xd;
449                             &quot;UUID&quot;: &quot;0589ff20-adcc-3ce5-95fe-8d7978ed54ed&quot;,&#xd;
450                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Act0:0.0.1\&quot;&quot;&#xd;
451                           }&#xd;
452                         },&#xd;
453                         {&#xd;
454                           &quot;key&quot;: {&#xd;
455                             &quot;name&quot;: &quot;Task_Act1&quot;,&#xd;
456                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
457                           },&#xd;
458                           &quot;value&quot;: {&#xd;
459                             &quot;key&quot;: {&#xd;
460                               &quot;name&quot;: &quot;Task_Act1&quot;,&#xd;
461                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
462                             },&#xd;
463                             &quot;UUID&quot;: &quot;095b126d-ca8b-32c9-ad52-d744e817a79c&quot;,&#xd;
464                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Act1:0.0.1\&quot;&quot;&#xd;
465                           }&#xd;
466                         },&#xd;
467                         {&#xd;
468                           &quot;key&quot;: {&#xd;
469                             &quot;name&quot;: &quot;Task_Act2&quot;,&#xd;
470                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
471                           },&#xd;
472                           &quot;value&quot;: {&#xd;
473                             &quot;key&quot;: {&#xd;
474                               &quot;name&quot;: &quot;Task_Act2&quot;,&#xd;
475                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
476                             },&#xd;
477                             &quot;UUID&quot;: &quot;3d786b4c-d9ee-3367-ab71-c67271a4ea2f&quot;,&#xd;
478                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Act2:0.0.1\&quot;&quot;&#xd;
479                           }&#xd;
480                         },&#xd;
481                         {&#xd;
482                           &quot;key&quot;: {&#xd;
483                             &quot;name&quot;: &quot;Task_Act3&quot;,&#xd;
484                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
485                           },&#xd;
486                           &quot;value&quot;: {&#xd;
487                             &quot;key&quot;: {&#xd;
488                               &quot;name&quot;: &quot;Task_Act3&quot;,&#xd;
489                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
490                             },&#xd;
491                             &quot;UUID&quot;: &quot;9231753e-20c5-3436-982f-9100340cc570&quot;,&#xd;
492                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Act3:0.0.1\&quot;&quot;&#xd;
493                           }&#xd;
494                         },&#xd;
495                         {&#xd;
496                           &quot;key&quot;: {&#xd;
497                             &quot;name&quot;: &quot;Task_Decide0&quot;,&#xd;
498                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
499                           },&#xd;
500                           &quot;value&quot;: {&#xd;
501                             &quot;key&quot;: {&#xd;
502                               &quot;name&quot;: &quot;Task_Decide0&quot;,&#xd;
503                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
504                             },&#xd;
505                             &quot;UUID&quot;: &quot;502383d3-483f-3a56-a426-2f0406674c8d&quot;,&#xd;
506                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Decide0:0.0.1\&quot;&quot;&#xd;
507                           }&#xd;
508                         },&#xd;
509                         {&#xd;
510                           &quot;key&quot;: {&#xd;
511                             &quot;name&quot;: &quot;Task_Decide1&quot;,&#xd;
512                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
513                           },&#xd;
514                           &quot;value&quot;: {&#xd;
515                             &quot;key&quot;: {&#xd;
516                               &quot;name&quot;: &quot;Task_Decide1&quot;,&#xd;
517                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
518                             },&#xd;
519                             &quot;UUID&quot;: &quot;16598106-41c8-3b5a-99c6-5fcf6d1a5ddf&quot;,&#xd;
520                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Decide1:0.0.1\&quot;&quot;&#xd;
521                           }&#xd;
522                         },&#xd;
523                         {&#xd;
524                           &quot;key&quot;: {&#xd;
525                             &quot;name&quot;: &quot;Task_Decide2&quot;,&#xd;
526                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
527                           },&#xd;
528                           &quot;value&quot;: {&#xd;
529                             &quot;key&quot;: {&#xd;
530                               &quot;name&quot;: &quot;Task_Decide2&quot;,&#xd;
531                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
532                             },&#xd;
533                             &quot;UUID&quot;: &quot;ad3a89f5-e369-3c66-b22c-669f7b3653b8&quot;,&#xd;
534                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Decide2:0.0.1\&quot;&quot;&#xd;
535                           }&#xd;
536                         },&#xd;
537                         {&#xd;
538                           &quot;key&quot;: {&#xd;
539                             &quot;name&quot;: &quot;Task_Decide3&quot;,&#xd;
540                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
541                           },&#xd;
542                           &quot;value&quot;: {&#xd;
543                             &quot;key&quot;: {&#xd;
544                               &quot;name&quot;: &quot;Task_Decide3&quot;,&#xd;
545                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
546                             },&#xd;
547                             &quot;UUID&quot;: &quot;56815939-1164-3867-9ed1-0a27ff8aafb3&quot;,&#xd;
548                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Decide3:0.0.1\&quot;&quot;&#xd;
549                           }&#xd;
550                         },&#xd;
551                         {&#xd;
552                           &quot;key&quot;: {&#xd;
553                             &quot;name&quot;: &quot;Task_Establish0&quot;,&#xd;
554                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
555                           },&#xd;
556                           &quot;value&quot;: {&#xd;
557                             &quot;key&quot;: {&#xd;
558                               &quot;name&quot;: &quot;Task_Establish0&quot;,&#xd;
559                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
560                             },&#xd;
561                             &quot;UUID&quot;: &quot;0db0c566-ecd7-3e27-9865-4b82c893abdb&quot;,&#xd;
562                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Establish0:0.0.1\&quot;&quot;&#xd;
563                           }&#xd;
564                         },&#xd;
565                         {&#xd;
566                           &quot;key&quot;: {&#xd;
567                             &quot;name&quot;: &quot;Task_Establish1&quot;,&#xd;
568                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
569                           },&#xd;
570                           &quot;value&quot;: {&#xd;
571                             &quot;key&quot;: {&#xd;
572                               &quot;name&quot;: &quot;Task_Establish1&quot;,&#xd;
573                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
574                             },&#xd;
575                             &quot;UUID&quot;: &quot;6944a4c1-6201-317c-8d7e-eaa7f2ee0ea0&quot;,&#xd;
576                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Establish1:0.0.1\&quot;&quot;&#xd;
577                           }&#xd;
578                         },&#xd;
579                         {&#xd;
580                           &quot;key&quot;: {&#xd;
581                             &quot;name&quot;: &quot;Task_Establish2&quot;,&#xd;
582                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
583                           },&#xd;
584                           &quot;value&quot;: {&#xd;
585                             &quot;key&quot;: {&#xd;
586                               &quot;name&quot;: &quot;Task_Establish2&quot;,&#xd;
587                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
588                             },&#xd;
589                             &quot;UUID&quot;: &quot;0f766ea9-11cd-3e7d-a8c8-28c8dee6a85a&quot;,&#xd;
590                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Establish2:0.0.1\&quot;&quot;&#xd;
591                           }&#xd;
592                         },&#xd;
593                         {&#xd;
594                           &quot;key&quot;: {&#xd;
595                             &quot;name&quot;: &quot;Task_Establish3&quot;,&#xd;
596                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
597                           },&#xd;
598                           &quot;value&quot;: {&#xd;
599                             &quot;key&quot;: {&#xd;
600                               &quot;name&quot;: &quot;Task_Establish3&quot;,&#xd;
601                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
602                             },&#xd;
603                             &quot;UUID&quot;: &quot;c3237a38-cc6d-3418-b1e1-0dc8b4bdcc66&quot;,&#xd;
604                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Establish3:0.0.1\&quot;&quot;&#xd;
605                           }&#xd;
606                         },&#xd;
607                         {&#xd;
608                           &quot;key&quot;: {&#xd;
609                             &quot;name&quot;: &quot;Task_Match0&quot;,&#xd;
610                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
611                           },&#xd;
612                           &quot;value&quot;: {&#xd;
613                             &quot;key&quot;: {&#xd;
614                               &quot;name&quot;: &quot;Task_Match0&quot;,&#xd;
615                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
616                             },&#xd;
617                             &quot;UUID&quot;: &quot;051bcfd5-cf73-3c89-8ee7-ea6e005ec059&quot;,&#xd;
618                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Match0:0.0.1\&quot;&quot;&#xd;
619                           }&#xd;
620                         },&#xd;
621                         {&#xd;
622                           &quot;key&quot;: {&#xd;
623                             &quot;name&quot;: &quot;Task_Match1&quot;,&#xd;
624                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
625                           },&#xd;
626                           &quot;value&quot;: {&#xd;
627                             &quot;key&quot;: {&#xd;
628                               &quot;name&quot;: &quot;Task_Match1&quot;,&#xd;
629                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
630                             },&#xd;
631                             &quot;UUID&quot;: &quot;3754fe19-98f2-34a1-9f45-db31052208d8&quot;,&#xd;
632                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Match1:0.0.1\&quot;&quot;&#xd;
633                           }&#xd;
634                         },&#xd;
635                         {&#xd;
636                           &quot;key&quot;: {&#xd;
637                             &quot;name&quot;: &quot;Task_Match2&quot;,&#xd;
638                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
639                           },&#xd;
640                           &quot;value&quot;: {&#xd;
641                             &quot;key&quot;: {&#xd;
642                               &quot;name&quot;: &quot;Task_Match2&quot;,&#xd;
643                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
644                             },&#xd;
645                             &quot;UUID&quot;: &quot;8c200709-a180-3c8b-916f-275ff49ce194&quot;,&#xd;
646                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Match2:0.0.1\&quot;&quot;&#xd;
647                           }&#xd;
648                         },&#xd;
649                         {&#xd;
650                           &quot;key&quot;: {&#xd;
651                             &quot;name&quot;: &quot;Task_Match3&quot;,&#xd;
652                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
653                           },&#xd;
654                           &quot;value&quot;: {&#xd;
655                             &quot;key&quot;: {&#xd;
656                               &quot;name&quot;: &quot;Task_Match3&quot;,&#xd;
657                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
658                             },&#xd;
659                             &quot;UUID&quot;: &quot;a1a879c6-4510-33b0-bbd0-ad6256189a37&quot;,&#xd;
660                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Match3:0.0.1\&quot;&quot;&#xd;
661                           }&#xd;
662                         },&#xd;
663                         {&#xd;
664                           &quot;key&quot;: {&#xd;
665                             &quot;name&quot;: &quot;Tasks&quot;,&#xd;
666                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
667                           },&#xd;
668                           &quot;value&quot;: {&#xd;
669                             &quot;key&quot;: {&#xd;
670                               &quot;name&quot;: &quot;Tasks&quot;,&#xd;
671                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
672                             },&#xd;
673                             &quot;UUID&quot;: &quot;a7fab96b-ce1c-37ce-bbb2-556b6db524a5&quot;,&#xd;
674                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Tasks:0.0.1\&quot;&quot;&#xd;
675                           }&#xd;
676                         },&#xd;
677                         {&#xd;
678                           &quot;key&quot;: {&#xd;
679                             &quot;name&quot;: &quot;TestCase&quot;,&#xd;
680                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
681                           },&#xd;
682                           &quot;value&quot;: {&#xd;
683                             &quot;key&quot;: {&#xd;
684                               &quot;name&quot;: &quot;TestCase&quot;,&#xd;
685                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
686                             },&#xd;
687                             &quot;UUID&quot;: &quot;0a652886-c88d-3f8c-8994-ae9161e7c963&quot;,&#xd;
688                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestCase:0.0.1\&quot;&quot;&#xd;
689                           }&#xd;
690                         },&#xd;
691                         {&#xd;
692                           &quot;key&quot;: {&#xd;
693                             &quot;name&quot;: &quot;TestContextItem000&quot;,&#xd;
694                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
695                           },&#xd;
696                           &quot;value&quot;: {&#xd;
697                             &quot;key&quot;: {&#xd;
698                               &quot;name&quot;: &quot;TestContextItem000&quot;,&#xd;
699                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
700                             },&#xd;
701                             &quot;UUID&quot;: &quot;8efba9fa-371e-33df-a7d6-88b0284e7fd0&quot;,&#xd;
702                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem000:0.0.1\&quot;&quot;&#xd;
703                           }&#xd;
704                         },&#xd;
705                         {&#xd;
706                           &quot;key&quot;: {&#xd;
707                             &quot;name&quot;: &quot;TestContextItem001&quot;,&#xd;
708                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
709                           },&#xd;
710                           &quot;value&quot;: {&#xd;
711                             &quot;key&quot;: {&#xd;
712                               &quot;name&quot;: &quot;TestContextItem001&quot;,&#xd;
713                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
714                             },&#xd;
715                             &quot;UUID&quot;: &quot;3740077c-a2b3-356b-81dc-5ded2118a951&quot;,&#xd;
716                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem001:0.0.1\&quot;&quot;&#xd;
717                           }&#xd;
718                         },&#xd;
719                         {&#xd;
720                           &quot;key&quot;: {&#xd;
721                             &quot;name&quot;: &quot;TestContextItem002&quot;,&#xd;
722                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
723                           },&#xd;
724                           &quot;value&quot;: {&#xd;
725                             &quot;key&quot;: {&#xd;
726                               &quot;name&quot;: &quot;TestContextItem002&quot;,&#xd;
727                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
728                             },&#xd;
729                             &quot;UUID&quot;: &quot;b5c7df95-9af5-322f-9ea8-eb440a2bf926&quot;,&#xd;
730                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem002:0.0.1\&quot;&quot;&#xd;
731                           }&#xd;
732                         },&#xd;
733                         {&#xd;
734                           &quot;key&quot;: {&#xd;
735                             &quot;name&quot;: &quot;TestContextItem003&quot;,&#xd;
736                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
737                           },&#xd;
738                           &quot;value&quot;: {&#xd;
739                             &quot;key&quot;: {&#xd;
740                               &quot;name&quot;: &quot;TestContextItem003&quot;,&#xd;
741                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
742                             },&#xd;
743                             &quot;UUID&quot;: &quot;b36f0aa5-0fb9-3e2c-8fa2-fddb7fd05f4b&quot;,&#xd;
744                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem003:0.0.1\&quot;&quot;&#xd;
745                           }&#xd;
746                         },&#xd;
747                         {&#xd;
748                           &quot;key&quot;: {&#xd;
749                             &quot;name&quot;: &quot;TestContextItem004&quot;,&#xd;
750                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
751                           },&#xd;
752                           &quot;value&quot;: {&#xd;
753                             &quot;key&quot;: {&#xd;
754                               &quot;name&quot;: &quot;TestContextItem004&quot;,&#xd;
755                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
756                             },&#xd;
757                             &quot;UUID&quot;: &quot;093cda11-eaeb-3a46-a5b6-d5e30c00935b&quot;,&#xd;
758                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem004:0.0.1\&quot;&quot;&#xd;
759                           }&#xd;
760                         },&#xd;
761                         {&#xd;
762                           &quot;key&quot;: {&#xd;
763                             &quot;name&quot;: &quot;TestContextItem005&quot;,&#xd;
764                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
765                           },&#xd;
766                           &quot;value&quot;: {&#xd;
767                             &quot;key&quot;: {&#xd;
768                               &quot;name&quot;: &quot;TestContextItem005&quot;,&#xd;
769                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
770                             },&#xd;
771                             &quot;UUID&quot;: &quot;569a758d-ba40-37c0-aebb-7ad138df25ac&quot;,&#xd;
772                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem005:0.0.1\&quot;&quot;&#xd;
773                           }&#xd;
774                         },&#xd;
775                         {&#xd;
776                           &quot;key&quot;: {&#xd;
777                             &quot;name&quot;: &quot;TestContextItem006&quot;,&#xd;
778                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
779                           },&#xd;
780                           &quot;value&quot;: {&#xd;
781                             &quot;key&quot;: {&#xd;
782                               &quot;name&quot;: &quot;TestContextItem006&quot;,&#xd;
783                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
784                             },&#xd;
785                             &quot;UUID&quot;: &quot;252818d9-b61f-3962-a905-8865fb00fb04&quot;,&#xd;
786                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem006:0.0.1\&quot;&quot;&#xd;
787                           }&#xd;
788                         },&#xd;
789                         {&#xd;
790                           &quot;key&quot;: {&#xd;
791                             &quot;name&quot;: &quot;TestContextItem007&quot;,&#xd;
792                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
793                           },&#xd;
794                           &quot;value&quot;: {&#xd;
795                             &quot;key&quot;: {&#xd;
796                               &quot;name&quot;: &quot;TestContextItem007&quot;,&#xd;
797                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
798                             },&#xd;
799                             &quot;UUID&quot;: &quot;fe1a5f7c-c083-377b-a797-752b01fc6c73&quot;,&#xd;
800                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem007:0.0.1\&quot;&quot;&#xd;
801                           }&#xd;
802                         },&#xd;
803                         {&#xd;
804                           &quot;key&quot;: {&#xd;
805                             &quot;name&quot;: &quot;TestContextItem008&quot;,&#xd;
806                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
807                           },&#xd;
808                           &quot;value&quot;: {&#xd;
809                             &quot;key&quot;: {&#xd;
810                               &quot;name&quot;: &quot;TestContextItem008&quot;,&#xd;
811                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
812                             },&#xd;
813                             &quot;UUID&quot;: &quot;aa87d007-d07e-3f67-8c6d-0ebc3d85479d&quot;,&#xd;
814                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem008:0.0.1\&quot;&quot;&#xd;
815                           }&#xd;
816                         },&#xd;
817                         {&#xd;
818                           &quot;key&quot;: {&#xd;
819                             &quot;name&quot;: &quot;TestContextItem009&quot;,&#xd;
820                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
821                           },&#xd;
822                           &quot;value&quot;: {&#xd;
823                             &quot;key&quot;: {&#xd;
824                               &quot;name&quot;: &quot;TestContextItem009&quot;,&#xd;
825                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
826                             },&#xd;
827                             &quot;UUID&quot;: &quot;126e7a3a-11b6-3f88-9397-c21d8819f859&quot;,&#xd;
828                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem009:0.0.1\&quot;&quot;&#xd;
829                           }&#xd;
830                         },&#xd;
831                         {&#xd;
832                           &quot;key&quot;: {&#xd;
833                             &quot;name&quot;: &quot;TestContextItem00A&quot;,&#xd;
834                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
835                           },&#xd;
836                           &quot;value&quot;: {&#xd;
837                             &quot;key&quot;: {&#xd;
838                               &quot;name&quot;: &quot;TestContextItem00A&quot;,&#xd;
839                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
840                             },&#xd;
841                             &quot;UUID&quot;: &quot;0e0e3dec-e03d-3379-a87b-1ecd4aa3d8cc&quot;,&#xd;
842                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem00A:0.0.1\&quot;&quot;&#xd;
843                           }&#xd;
844                         },&#xd;
845                         {&#xd;
846                           &quot;key&quot;: {&#xd;
847                             &quot;name&quot;: &quot;TestContextItem00B&quot;,&#xd;
848                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
849                           },&#xd;
850                           &quot;value&quot;: {&#xd;
851                             &quot;key&quot;: {&#xd;
852                               &quot;name&quot;: &quot;TestContextItem00B&quot;,&#xd;
853                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
854                             },&#xd;
855                             &quot;UUID&quot;: &quot;dbdc98df-3ff4-360c-b8d3-a7a836ac3de6&quot;,&#xd;
856                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem00B:0.0.1\&quot;&quot;&#xd;
857                           }&#xd;
858                         },&#xd;
859                         {&#xd;
860                           &quot;key&quot;: {&#xd;
861                             &quot;name&quot;: &quot;TestContextItem00C&quot;,&#xd;
862                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
863                           },&#xd;
864                           &quot;value&quot;: {&#xd;
865                             &quot;key&quot;: {&#xd;
866                               &quot;name&quot;: &quot;TestContextItem00C&quot;,&#xd;
867                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
868                             },&#xd;
869                             &quot;UUID&quot;: &quot;32a2f355-77f3-3b25-ace6-7a9c5763a5ad&quot;,&#xd;
870                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem00C:0.0.1\&quot;&quot;&#xd;
871                           }&#xd;
872                         },&#xd;
873                         {&#xd;
874                           &quot;key&quot;: {&#xd;
875                             &quot;name&quot;: &quot;TestDatatypes&quot;,&#xd;
876                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
877                           },&#xd;
878                           &quot;value&quot;: {&#xd;
879                             &quot;key&quot;: {&#xd;
880                               &quot;name&quot;: &quot;TestDatatypes&quot;,&#xd;
881                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
882                             },&#xd;
883                             &quot;UUID&quot;: &quot;3f95472c-973e-30e2-95f1-bf00cbef909a&quot;,&#xd;
884                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestDatatypes:0.0.1\&quot;&quot;&#xd;
885                           }&#xd;
886                         },&#xd;
887                         {&#xd;
888                           &quot;key&quot;: {&#xd;
889                             &quot;name&quot;: &quot;TestExternalContextItem&quot;,&#xd;
890                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
891                           },&#xd;
892                           &quot;value&quot;: {&#xd;
893                             &quot;key&quot;: {&#xd;
894                               &quot;name&quot;: &quot;TestExternalContextItem&quot;,&#xd;
895                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
896                             },&#xd;
897                             &quot;UUID&quot;: &quot;610dbbd4-9149-3b3c-9af4-819056f0e169&quot;,&#xd;
898                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestExternalContextItem:0.0.1\&quot;&quot;&#xd;
899                           }&#xd;
900                         },&#xd;
901                         {&#xd;
902                           &quot;key&quot;: {&#xd;
903                             &quot;name&quot;: &quot;TestGlobalContextItem&quot;,&#xd;
904                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
905                           },&#xd;
906                           &quot;value&quot;: {&#xd;
907                             &quot;key&quot;: {&#xd;
908                               &quot;name&quot;: &quot;TestGlobalContextItem&quot;,&#xd;
909                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
910                             },&#xd;
911                             &quot;UUID&quot;: &quot;07fa8f68-55f1-3fd0-81c1-749a379753a7&quot;,&#xd;
912                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestGlobalContextItem:0.0.1\&quot;&quot;&#xd;
913                           }&#xd;
914                         },&#xd;
915                         {&#xd;
916                           &quot;key&quot;: {&#xd;
917                             &quot;name&quot;: &quot;TestPolicyContextItem&quot;,&#xd;
918                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
919                           },&#xd;
920                           &quot;value&quot;: {&#xd;
921                             &quot;key&quot;: {&#xd;
922                               &quot;name&quot;: &quot;TestPolicyContextItem&quot;,&#xd;
923                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
924                             },&#xd;
925                             &quot;UUID&quot;: &quot;d9c93cd1-539e-35c5-aaec-bb711ceb1251&quot;,&#xd;
926                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestPolicyContextItem:0.0.1\&quot;&quot;&#xd;
927                           }&#xd;
928                         },&#xd;
929                         {&#xd;
930                           &quot;key&quot;: {&#xd;
931                             &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
932                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
933                           },&#xd;
934                           &quot;value&quot;: {&#xd;
935                             &quot;key&quot;: {&#xd;
936                               &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
937                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
938                             },&#xd;
939                             &quot;UUID&quot;: &quot;683fe492-7eae-3ac7-9924-bb7850208d05&quot;,&#xd;
940                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestSlogan:0.0.1\&quot;&quot;&#xd;
941                           }&#xd;
942                         },&#xd;
943                         {&#xd;
944                           &quot;key&quot;: {&#xd;
945                             &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
946                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
947                           },&#xd;
948                           &quot;value&quot;: {&#xd;
949                             &quot;key&quot;: {&#xd;
950                               &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
951                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
952                             },&#xd;
953                             &quot;UUID&quot;: &quot;bba25b6f-e3cd-3060-9022-4ef3a79f8eb0&quot;,&#xd;
954                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestTemperature:0.0.1\&quot;&quot;&#xd;
955                           }&#xd;
956                         },&#xd;
957                         {&#xd;
958                           &quot;key&quot;: {&#xd;
959                             &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
960                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
961                           },&#xd;
962                           &quot;value&quot;: {&#xd;
963                             &quot;key&quot;: {&#xd;
964                               &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
965                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
966                             },&#xd;
967                             &quot;UUID&quot;: &quot;97b73937-c344-33c0-924c-4d26b6449564&quot;,&#xd;
968                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestTimestamp:0.0.1\&quot;&quot;&#xd;
969                           }&#xd;
970                         }&#xd;
971                       ]&#xd;
972                     }&#xd;
973                   },&#xd;
974                   &quot;policies&quot;: {&#xd;
975                     &quot;key&quot;: {&#xd;
976                       &quot;name&quot;: &quot;Policies&quot;,&#xd;
977                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
978                     },&#xd;
979                     &quot;policyMap&quot;: {&#xd;
980                       &quot;entry&quot;: [&#xd;
981                         {&#xd;
982                           &quot;key&quot;: {&#xd;
983                             &quot;name&quot;: &quot;Policy0&quot;,&#xd;
984                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
985                           },&#xd;
986                           &quot;value&quot;: {&#xd;
987                             &quot;policyKey&quot;: {&#xd;
988                               &quot;name&quot;: &quot;Policy0&quot;,&#xd;
989                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
990                             },&#xd;
991                             &quot;template&quot;: &quot;MEDA&quot;,&#xd;
992                             &quot;state&quot;: {&#xd;
993                               &quot;entry&quot;: [&#xd;
994                                 {&#xd;
995                                   &quot;key&quot;: &quot;Act&quot;,&#xd;
996                                   &quot;value&quot;: {&#xd;
997                                     &quot;stateKey&quot;: {&#xd;
998                                       &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
999                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1000                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1001                                       &quot;localName&quot;: &quot;Act&quot;&#xd;
1002                                     },&#xd;
1003                                     &quot;trigger&quot;: {&#xd;
1004                                       &quot;name&quot;: &quot;Event0003&quot;,&#xd;
1005                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1006                                     },&#xd;
1007                                     &quot;stateOutputs&quot;: {&#xd;
1008                                       &quot;entry&quot;: [&#xd;
1009                                         {&#xd;
1010                                           &quot;key&quot;: &quot;Act_NULL&quot;,&#xd;
1011                                           &quot;value&quot;: {&#xd;
1012                                             &quot;key&quot;: {&#xd;
1013                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1014                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1015                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1016                                               &quot;localName&quot;: &quot;Act_NULL&quot;&#xd;
1017                                             },&#xd;
1018                                             &quot;outgoingEvent&quot;: {&#xd;
1019                                               &quot;name&quot;: &quot;Event0004&quot;,&#xd;
1020                                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1021                                             },&#xd;
1022                                             &quot;nextState&quot;: {&#xd;
1023                                               &quot;parentKeyName&quot;: &quot;NULL&quot;,&#xd;
1024                                               &quot;parentKeyVersion&quot;: &quot;0.0.0&quot;,&#xd;
1025                                               &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1026                                               &quot;localName&quot;: &quot;NULL&quot;&#xd;
1027                                             }&#xd;
1028                                           }&#xd;
1029                                         }&#xd;
1030                                       ]&#xd;
1031                                     },&#xd;
1032                                     &quot;contextAlbumReference&quot;: [&#xd;
1033                                       {&#xd;
1034                                         &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
1035                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1036                                       }&#xd;
1037                                     ],&#xd;
1038                                     &quot;taskSelectionLogic&quot;: {&#xd;
1039                                       &quot;key&quot;: &quot;TaskSelectionLigic&quot;,&#xd;
1040                                       &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
1041                                       &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.subject.defaultTaskKey.copyTo(executor.selectedTask)\n\ntrue;&quot;&#xd;
1042                                     },&#xd;
1043                                     &quot;stateFinalizerLogicMap&quot;: {&#xd;
1044                                       &quot;entry&quot;: []&#xd;
1045                                     },&#xd;
1046                                     &quot;defaultTask&quot;: {&#xd;
1047                                       &quot;name&quot;: &quot;Task_Act1&quot;,&#xd;
1048                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1049                                     },&#xd;
1050                                     &quot;taskReferences&quot;: {&#xd;
1051                                       &quot;entry&quot;: [&#xd;
1052                                         {&#xd;
1053                                           &quot;key&quot;: {&#xd;
1054                                             &quot;name&quot;: &quot;Task_Act0&quot;,&#xd;
1055                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1056                                           },&#xd;
1057                                           &quot;value&quot;: {&#xd;
1058                                             &quot;key&quot;: {&#xd;
1059                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1060                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1061                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1062                                               &quot;localName&quot;: &quot;Task_Act0_DIRECT_Act_NULL&quot;&#xd;
1063                                             },&#xd;
1064                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1065                                             &quot;output&quot;: {&#xd;
1066                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1067                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1068                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1069                                               &quot;localName&quot;: &quot;Act_NULL&quot;&#xd;
1070                                             }&#xd;
1071                                           }&#xd;
1072                                         },&#xd;
1073                                         {&#xd;
1074                                           &quot;key&quot;: {&#xd;
1075                                             &quot;name&quot;: &quot;Task_Act1&quot;,&#xd;
1076                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1077                                           },&#xd;
1078                                           &quot;value&quot;: {&#xd;
1079                                             &quot;key&quot;: {&#xd;
1080                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1081                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1082                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1083                                               &quot;localName&quot;: &quot;Task_Act1_DIRECT_Act_NULL&quot;&#xd;
1084                                             },&#xd;
1085                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1086                                             &quot;output&quot;: {&#xd;
1087                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1088                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1089                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1090                                               &quot;localName&quot;: &quot;Act_NULL&quot;&#xd;
1091                                             }&#xd;
1092                                           }&#xd;
1093                                         },&#xd;
1094                                         {&#xd;
1095                                           &quot;key&quot;: {&#xd;
1096                                             &quot;name&quot;: &quot;Task_Act2&quot;,&#xd;
1097                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1098                                           },&#xd;
1099                                           &quot;value&quot;: {&#xd;
1100                                             &quot;key&quot;: {&#xd;
1101                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1102                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1103                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1104                                               &quot;localName&quot;: &quot;Task_Act2_DIRECT_Act_NULL&quot;&#xd;
1105                                             },&#xd;
1106                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1107                                             &quot;output&quot;: {&#xd;
1108                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1109                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1110                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1111                                               &quot;localName&quot;: &quot;Act_NULL&quot;&#xd;
1112                                             }&#xd;
1113                                           }&#xd;
1114                                         },&#xd;
1115                                         {&#xd;
1116                                           &quot;key&quot;: {&#xd;
1117                                             &quot;name&quot;: &quot;Task_Act3&quot;,&#xd;
1118                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1119                                           },&#xd;
1120                                           &quot;value&quot;: {&#xd;
1121                                             &quot;key&quot;: {&#xd;
1122                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1123                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1124                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1125                                               &quot;localName&quot;: &quot;Task_Act3_DIRECT_Act_NULL&quot;&#xd;
1126                                             },&#xd;
1127                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1128                                             &quot;output&quot;: {&#xd;
1129                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1130                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1131                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1132                                               &quot;localName&quot;: &quot;Act_NULL&quot;&#xd;
1133                                             }&#xd;
1134                                           }&#xd;
1135                                         }&#xd;
1136                                       ]&#xd;
1137                                     }&#xd;
1138                                   }&#xd;
1139                                 },&#xd;
1140                                 {&#xd;
1141                                   &quot;key&quot;: &quot;Decide&quot;,&#xd;
1142                                   &quot;value&quot;: {&#xd;
1143                                     &quot;stateKey&quot;: {&#xd;
1144                                       &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1145                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1146                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1147                                       &quot;localName&quot;: &quot;Decide&quot;&#xd;
1148                                     },&#xd;
1149                                     &quot;trigger&quot;: {&#xd;
1150                                       &quot;name&quot;: &quot;Event0002&quot;,&#xd;
1151                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1152                                     },&#xd;
1153                                     &quot;stateOutputs&quot;: {&#xd;
1154                                       &quot;entry&quot;: [&#xd;
1155                                         {&#xd;
1156                                           &quot;key&quot;: &quot;Decide_Act&quot;,&#xd;
1157                                           &quot;value&quot;: {&#xd;
1158                                             &quot;key&quot;: {&#xd;
1159                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1160                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1161                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1162                                               &quot;localName&quot;: &quot;Decide_Act&quot;&#xd;
1163                                             },&#xd;
1164                                             &quot;outgoingEvent&quot;: {&#xd;
1165                                               &quot;name&quot;: &quot;Event0003&quot;,&#xd;
1166                                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1167                                             },&#xd;
1168                                             &quot;nextState&quot;: {&#xd;
1169                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1170                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1171                                               &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1172                                               &quot;localName&quot;: &quot;Act&quot;&#xd;
1173                                             }&#xd;
1174                                           }&#xd;
1175                                         }&#xd;
1176                                       ]&#xd;
1177                                     },&#xd;
1178                                     &quot;contextAlbumReference&quot;: [&#xd;
1179                                       {&#xd;
1180                                         &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
1181                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1182                                       },&#xd;
1183                                       {&#xd;
1184                                         &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
1185                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1186                                       },&#xd;
1187                                       {&#xd;
1188                                         &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
1189                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1190                                       }&#xd;
1191                                     ],&#xd;
1192                                     &quot;taskSelectionLogic&quot;: {&#xd;
1193                                       &quot;key&quot;: &quot;TaskSelectionLigic&quot;,&#xd;
1194                                       &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
1195                                       &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.subject.defaultTaskKey.copyTo(executor.selectedTask)\n\ntrue;&quot;&#xd;
1196                                     },&#xd;
1197                                     &quot;stateFinalizerLogicMap&quot;: {&#xd;
1198                                       &quot;entry&quot;: []&#xd;
1199                                     },&#xd;
1200                                     &quot;defaultTask&quot;: {&#xd;
1201                                       &quot;name&quot;: &quot;Task_Decide3&quot;,&#xd;
1202                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1203                                     },&#xd;
1204                                     &quot;taskReferences&quot;: {&#xd;
1205                                       &quot;entry&quot;: [&#xd;
1206                                         {&#xd;
1207                                           &quot;key&quot;: {&#xd;
1208                                             &quot;name&quot;: &quot;Task_Decide0&quot;,&#xd;
1209                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1210                                           },&#xd;
1211                                           &quot;value&quot;: {&#xd;
1212                                             &quot;key&quot;: {&#xd;
1213                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1214                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1215                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1216                                               &quot;localName&quot;: &quot;Task_Decide0_DIRECT_Decide_Act&quot;&#xd;
1217                                             },&#xd;
1218                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1219                                             &quot;output&quot;: {&#xd;
1220                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1221                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1222                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1223                                               &quot;localName&quot;: &quot;Decide_Act&quot;&#xd;
1224                                             }&#xd;
1225                                           }&#xd;
1226                                         },&#xd;
1227                                         {&#xd;
1228                                           &quot;key&quot;: {&#xd;
1229                                             &quot;name&quot;: &quot;Task_Decide1&quot;,&#xd;
1230                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1231                                           },&#xd;
1232                                           &quot;value&quot;: {&#xd;
1233                                             &quot;key&quot;: {&#xd;
1234                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1235                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1236                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1237                                               &quot;localName&quot;: &quot;Task_Decide1_DIRECT_Decide_Act&quot;&#xd;
1238                                             },&#xd;
1239                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1240                                             &quot;output&quot;: {&#xd;
1241                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1242                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1243                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1244                                               &quot;localName&quot;: &quot;Decide_Act&quot;&#xd;
1245                                             }&#xd;
1246                                           }&#xd;
1247                                         },&#xd;
1248                                         {&#xd;
1249                                           &quot;key&quot;: {&#xd;
1250                                             &quot;name&quot;: &quot;Task_Decide2&quot;,&#xd;
1251                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1252                                           },&#xd;
1253                                           &quot;value&quot;: {&#xd;
1254                                             &quot;key&quot;: {&#xd;
1255                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1256                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1257                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1258                                               &quot;localName&quot;: &quot;Task_Decide2_DIRECT_Decide_Act&quot;&#xd;
1259                                             },&#xd;
1260                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1261                                             &quot;output&quot;: {&#xd;
1262                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1263                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1264                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1265                                               &quot;localName&quot;: &quot;Decide_Act&quot;&#xd;
1266                                             }&#xd;
1267                                           }&#xd;
1268                                         },&#xd;
1269                                         {&#xd;
1270                                           &quot;key&quot;: {&#xd;
1271                                             &quot;name&quot;: &quot;Task_Decide3&quot;,&#xd;
1272                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1273                                           },&#xd;
1274                                           &quot;value&quot;: {&#xd;
1275                                             &quot;key&quot;: {&#xd;
1276                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1277                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1278                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1279                                               &quot;localName&quot;: &quot;Task_Decide3_DIRECT_Decide_Act&quot;&#xd;
1280                                             },&#xd;
1281                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1282                                             &quot;output&quot;: {&#xd;
1283                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1284                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1285                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1286                                               &quot;localName&quot;: &quot;Decide_Act&quot;&#xd;
1287                                             }&#xd;
1288                                           }&#xd;
1289                                         }&#xd;
1290                                       ]&#xd;
1291                                     }&#xd;
1292                                   }&#xd;
1293                                 },&#xd;
1294                                 {&#xd;
1295                                   &quot;key&quot;: &quot;Establish&quot;,&#xd;
1296                                   &quot;value&quot;: {&#xd;
1297                                     &quot;stateKey&quot;: {&#xd;
1298                                       &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1299                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1300                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1301                                       &quot;localName&quot;: &quot;Establish&quot;&#xd;
1302                                     },&#xd;
1303                                     &quot;trigger&quot;: {&#xd;
1304                                       &quot;name&quot;: &quot;Event0001&quot;,&#xd;
1305                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1306                                     },&#xd;
1307                                     &quot;stateOutputs&quot;: {&#xd;
1308                                       &quot;entry&quot;: [&#xd;
1309                                         {&#xd;
1310                                           &quot;key&quot;: &quot;Establish_Decide&quot;,&#xd;
1311                                           &quot;value&quot;: {&#xd;
1312                                             &quot;key&quot;: {&#xd;
1313                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1314                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1315                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1316                                               &quot;localName&quot;: &quot;Establish_Decide&quot;&#xd;
1317                                             },&#xd;
1318                                             &quot;outgoingEvent&quot;: {&#xd;
1319                                               &quot;name&quot;: &quot;Event0002&quot;,&#xd;
1320                                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1321                                             },&#xd;
1322                                             &quot;nextState&quot;: {&#xd;
1323                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1324                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1325                                               &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1326                                               &quot;localName&quot;: &quot;Decide&quot;&#xd;
1327                                             }&#xd;
1328                                           }&#xd;
1329                                         }&#xd;
1330                                       ]&#xd;
1331                                     },&#xd;
1332                                     &quot;contextAlbumReference&quot;: [&#xd;
1333                                       {&#xd;
1334                                         &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
1335                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1336                                       },&#xd;
1337                                       {&#xd;
1338                                         &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
1339                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1340                                       },&#xd;
1341                                       {&#xd;
1342                                         &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
1343                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1344                                       }&#xd;
1345                                     ],&#xd;
1346                                     &quot;taskSelectionLogic&quot;: {&#xd;
1347                                       &quot;key&quot;: &quot;TaskSelectionLigic&quot;,&#xd;
1348                                       &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
1349                                       &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.subject.defaultTaskKey.copyTo(executor.selectedTask)\n\ntrue;&quot;&#xd;
1350                                     },&#xd;
1351                                     &quot;stateFinalizerLogicMap&quot;: {&#xd;
1352                                       &quot;entry&quot;: []&#xd;
1353                                     },&#xd;
1354                                     &quot;defaultTask&quot;: {&#xd;
1355                                       &quot;name&quot;: &quot;Task_Establish2&quot;,&#xd;
1356                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1357                                     },&#xd;
1358                                     &quot;taskReferences&quot;: {&#xd;
1359                                       &quot;entry&quot;: [&#xd;
1360                                         {&#xd;
1361                                           &quot;key&quot;: {&#xd;
1362                                             &quot;name&quot;: &quot;Task_Establish0&quot;,&#xd;
1363                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1364                                           },&#xd;
1365                                           &quot;value&quot;: {&#xd;
1366                                             &quot;key&quot;: {&#xd;
1367                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1368                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1369                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1370                                               &quot;localName&quot;: &quot;Task_Establish0_DIRECT_Establish_Decide&quot;&#xd;
1371                                             },&#xd;
1372                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1373                                             &quot;output&quot;: {&#xd;
1374                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1375                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1376                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1377                                               &quot;localName&quot;: &quot;Establish_Decide&quot;&#xd;
1378                                             }&#xd;
1379                                           }&#xd;
1380                                         },&#xd;
1381                                         {&#xd;
1382                                           &quot;key&quot;: {&#xd;
1383                                             &quot;name&quot;: &quot;Task_Establish1&quot;,&#xd;
1384                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1385                                           },&#xd;
1386                                           &quot;value&quot;: {&#xd;
1387                                             &quot;key&quot;: {&#xd;
1388                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1389                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1390                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1391                                               &quot;localName&quot;: &quot;Task_Establish1_DIRECT_Establish_Decide&quot;&#xd;
1392                                             },&#xd;
1393                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1394                                             &quot;output&quot;: {&#xd;
1395                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1396                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1397                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1398                                               &quot;localName&quot;: &quot;Establish_Decide&quot;&#xd;
1399                                             }&#xd;
1400                                           }&#xd;
1401                                         },&#xd;
1402                                         {&#xd;
1403                                           &quot;key&quot;: {&#xd;
1404                                             &quot;name&quot;: &quot;Task_Establish2&quot;,&#xd;
1405                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1406                                           },&#xd;
1407                                           &quot;value&quot;: {&#xd;
1408                                             &quot;key&quot;: {&#xd;
1409                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1410                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1411                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1412                                               &quot;localName&quot;: &quot;Task_Establish2_DIRECT_Establish_Decide&quot;&#xd;
1413                                             },&#xd;
1414                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1415                                             &quot;output&quot;: {&#xd;
1416                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1417                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1418                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1419                                               &quot;localName&quot;: &quot;Establish_Decide&quot;&#xd;
1420                                             }&#xd;
1421                                           }&#xd;
1422                                         },&#xd;
1423                                         {&#xd;
1424                                           &quot;key&quot;: {&#xd;
1425                                             &quot;name&quot;: &quot;Task_Establish3&quot;,&#xd;
1426                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1427                                           },&#xd;
1428                                           &quot;value&quot;: {&#xd;
1429                                             &quot;key&quot;: {&#xd;
1430                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1431                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1432                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1433                                               &quot;localName&quot;: &quot;Task_Establish3_DIRECT_Establish_Decide&quot;&#xd;
1434                                             },&#xd;
1435                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1436                                             &quot;output&quot;: {&#xd;
1437                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1438                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1439                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1440                                               &quot;localName&quot;: &quot;Establish_Decide&quot;&#xd;
1441                                             }&#xd;
1442                                           }&#xd;
1443                                         }&#xd;
1444                                       ]&#xd;
1445                                     }&#xd;
1446                                   }&#xd;
1447                                 },&#xd;
1448                                 {&#xd;
1449                                   &quot;key&quot;: &quot;Match&quot;,&#xd;
1450                                   &quot;value&quot;: {&#xd;
1451                                     &quot;stateKey&quot;: {&#xd;
1452                                       &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1453                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1454                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1455                                       &quot;localName&quot;: &quot;Match&quot;&#xd;
1456                                     },&#xd;
1457                                     &quot;trigger&quot;: {&#xd;
1458                                       &quot;name&quot;: &quot;Event0000&quot;,&#xd;
1459                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1460                                     },&#xd;
1461                                     &quot;stateOutputs&quot;: {&#xd;
1462                                       &quot;entry&quot;: [&#xd;
1463                                         {&#xd;
1464                                           &quot;key&quot;: &quot;Match_Establish&quot;,&#xd;
1465                                           &quot;value&quot;: {&#xd;
1466                                             &quot;key&quot;: {&#xd;
1467                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1468                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1469                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
1470                                               &quot;localName&quot;: &quot;Match_Establish&quot;&#xd;
1471                                             },&#xd;
1472                                             &quot;outgoingEvent&quot;: {&#xd;
1473                                               &quot;name&quot;: &quot;Event0001&quot;,&#xd;
1474                                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1475                                             },&#xd;
1476                                             &quot;nextState&quot;: {&#xd;
1477                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1478                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1479                                               &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1480                                               &quot;localName&quot;: &quot;Establish&quot;&#xd;
1481                                             }&#xd;
1482                                           }&#xd;
1483                                         }&#xd;
1484                                       ]&#xd;
1485                                     },&#xd;
1486                                     &quot;contextAlbumReference&quot;: [&#xd;
1487                                       {&#xd;
1488                                         &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
1489                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1490                                       },&#xd;
1491                                       {&#xd;
1492                                         &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
1493                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1494                                       }&#xd;
1495                                     ],&#xd;
1496                                     &quot;taskSelectionLogic&quot;: {&#xd;
1497                                       &quot;key&quot;: &quot;TaskSelectionLigic&quot;,&#xd;
1498                                       &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
1499                                       &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.subject.defaultTaskKey.copyTo(executor.selectedTask)\n\ntrue;&quot;&#xd;
1500                                     },&#xd;
1501                                     &quot;stateFinalizerLogicMap&quot;: {&#xd;
1502                                       &quot;entry&quot;: []&#xd;
1503                                     },&#xd;
1504                                     &quot;defaultTask&quot;: {&#xd;
1505                                       &quot;name&quot;: &quot;Task_Match0&quot;,&#xd;
1506                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1507                                     },&#xd;
1508                                     &quot;taskReferences&quot;: {&#xd;
1509                                       &quot;entry&quot;: [&#xd;
1510                                         {&#xd;
1511                                           &quot;key&quot;: {&#xd;
1512                                             &quot;name&quot;: &quot;Task_Match0&quot;,&#xd;
1513                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1514                                           },&#xd;
1515                                           &quot;value&quot;: {&#xd;
1516                                             &quot;key&quot;: {&#xd;
1517                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1518                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1519                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
1520                                               &quot;localName&quot;: &quot;Task_Match0_DIRECT_Match_Establish&quot;&#xd;
1521                                             },&#xd;
1522                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1523                                             &quot;output&quot;: {&#xd;
1524                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1525                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1526                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
1527                                               &quot;localName&quot;: &quot;Match_Establish&quot;&#xd;
1528                                             }&#xd;
1529                                           }&#xd;
1530                                         },&#xd;
1531                                         {&#xd;
1532                                           &quot;key&quot;: {&#xd;
1533                                             &quot;name&quot;: &quot;Task_Match1&quot;,&#xd;
1534                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1535                                           },&#xd;
1536                                           &quot;value&quot;: {&#xd;
1537                                             &quot;key&quot;: {&#xd;
1538                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1539                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1540                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
1541                                               &quot;localName&quot;: &quot;Task_Match1_DIRECT_Match_Establish&quot;&#xd;
1542                                             },&#xd;
1543                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1544                                             &quot;output&quot;: {&#xd;
1545                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1546                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1547                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
1548                                               &quot;localName&quot;: &quot;Match_Establish&quot;&#xd;
1549                                             }&#xd;
1550                                           }&#xd;
1551                                         },&#xd;
1552                                         {&#xd;
1553                                           &quot;key&quot;: {&#xd;
1554                                             &quot;name&quot;: &quot;Task_Match2&quot;,&#xd;
1555                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1556                                           },&#xd;
1557                                           &quot;value&quot;: {&#xd;
1558                                             &quot;key&quot;: {&#xd;
1559                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1560                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1561                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
1562                                               &quot;localName&quot;: &quot;Task_Match2_DIRECT_Match_Establish&quot;&#xd;
1563                                             },&#xd;
1564                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1565                                             &quot;output&quot;: {&#xd;
1566                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1567                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1568                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
1569                                               &quot;localName&quot;: &quot;Match_Establish&quot;&#xd;
1570                                             }&#xd;
1571                                           }&#xd;
1572                                         },&#xd;
1573                                         {&#xd;
1574                                           &quot;key&quot;: {&#xd;
1575                                             &quot;name&quot;: &quot;Task_Match3&quot;,&#xd;
1576                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1577                                           },&#xd;
1578                                           &quot;value&quot;: {&#xd;
1579                                             &quot;key&quot;: {&#xd;
1580                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1581                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1582                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
1583                                               &quot;localName&quot;: &quot;Task_Match3_DIRECT_Match_Establish&quot;&#xd;
1584                                             },&#xd;
1585                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1586                                             &quot;output&quot;: {&#xd;
1587                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1588                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1589                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
1590                                               &quot;localName&quot;: &quot;Match_Establish&quot;&#xd;
1591                                             }&#xd;
1592                                           }&#xd;
1593                                         }&#xd;
1594                                       ]&#xd;
1595                                     }&#xd;
1596                                   }&#xd;
1597                                 }&#xd;
1598                               ]&#xd;
1599                             },&#xd;
1600                             &quot;firstState&quot;: &quot;Match&quot;&#xd;
1601                           }&#xd;
1602                         },&#xd;
1603                         {&#xd;
1604                           &quot;key&quot;: {&#xd;
1605                             &quot;name&quot;: &quot;Policy1&quot;,&#xd;
1606                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1607                           },&#xd;
1608                           &quot;value&quot;: {&#xd;
1609                             &quot;policyKey&quot;: {&#xd;
1610                               &quot;name&quot;: &quot;Policy1&quot;,&#xd;
1611                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1612                             },&#xd;
1613                             &quot;template&quot;: &quot;MEDA&quot;,&#xd;
1614                             &quot;state&quot;: {&#xd;
1615                               &quot;entry&quot;: [&#xd;
1616                                 {&#xd;
1617                                   &quot;key&quot;: &quot;Act&quot;,&#xd;
1618                                   &quot;value&quot;: {&#xd;
1619                                     &quot;stateKey&quot;: {&#xd;
1620                                       &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1621                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1622                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1623                                       &quot;localName&quot;: &quot;Act&quot;&#xd;
1624                                     },&#xd;
1625                                     &quot;trigger&quot;: {&#xd;
1626                                       &quot;name&quot;: &quot;Event0103&quot;,&#xd;
1627                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1628                                     },&#xd;
1629                                     &quot;stateOutputs&quot;: {&#xd;
1630                                       &quot;entry&quot;: [&#xd;
1631                                         {&#xd;
1632                                           &quot;key&quot;: &quot;Act_NULL&quot;,&#xd;
1633                                           &quot;value&quot;: {&#xd;
1634                                             &quot;key&quot;: {&#xd;
1635                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1636                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1637                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1638                                               &quot;localName&quot;: &quot;Act_NULL&quot;&#xd;
1639                                             },&#xd;
1640                                             &quot;outgoingEvent&quot;: {&#xd;
1641                                               &quot;name&quot;: &quot;Event0104&quot;,&#xd;
1642                                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1643                                             },&#xd;
1644                                             &quot;nextState&quot;: {&#xd;
1645                                               &quot;parentKeyName&quot;: &quot;NULL&quot;,&#xd;
1646                                               &quot;parentKeyVersion&quot;: &quot;0.0.0&quot;,&#xd;
1647                                               &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1648                                               &quot;localName&quot;: &quot;NULL&quot;&#xd;
1649                                             }&#xd;
1650                                           }&#xd;
1651                                         }&#xd;
1652                                       ]&#xd;
1653                                     },&#xd;
1654                                     &quot;contextAlbumReference&quot;: [&#xd;
1655                                       {&#xd;
1656                                         &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
1657                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1658                                       }&#xd;
1659                                     ],&#xd;
1660                                     &quot;taskSelectionLogic&quot;: {&#xd;
1661                                       &quot;key&quot;: &quot;TaskSelectionLigic&quot;,&#xd;
1662                                       &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
1663                                       &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.subject.defaultTaskKey.copyTo(executor.selectedTask)\n\ntrue;&quot;&#xd;
1664                                     },&#xd;
1665                                     &quot;stateFinalizerLogicMap&quot;: {&#xd;
1666                                       &quot;entry&quot;: []&#xd;
1667                                     },&#xd;
1668                                     &quot;defaultTask&quot;: {&#xd;
1669                                       &quot;name&quot;: &quot;Task_Act0&quot;,&#xd;
1670                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1671                                     },&#xd;
1672                                     &quot;taskReferences&quot;: {&#xd;
1673                                       &quot;entry&quot;: [&#xd;
1674                                         {&#xd;
1675                                           &quot;key&quot;: {&#xd;
1676                                             &quot;name&quot;: &quot;Task_Act0&quot;,&#xd;
1677                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1678                                           },&#xd;
1679                                           &quot;value&quot;: {&#xd;
1680                                             &quot;key&quot;: {&#xd;
1681                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1682                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1683                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1684                                               &quot;localName&quot;: &quot;Task_Act0_DIRECT_Act_NULL&quot;&#xd;
1685                                             },&#xd;
1686                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1687                                             &quot;output&quot;: {&#xd;
1688                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1689                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1690                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1691                                               &quot;localName&quot;: &quot;Act_NULL&quot;&#xd;
1692                                             }&#xd;
1693                                           }&#xd;
1694                                         },&#xd;
1695                                         {&#xd;
1696                                           &quot;key&quot;: {&#xd;
1697                                             &quot;name&quot;: &quot;Task_Act1&quot;,&#xd;
1698                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1699                                           },&#xd;
1700                                           &quot;value&quot;: {&#xd;
1701                                             &quot;key&quot;: {&#xd;
1702                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1703                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1704                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1705                                               &quot;localName&quot;: &quot;Task_Act1_DIRECT_Act_NULL&quot;&#xd;
1706                                             },&#xd;
1707                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1708                                             &quot;output&quot;: {&#xd;
1709                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1710                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1711                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1712                                               &quot;localName&quot;: &quot;Act_NULL&quot;&#xd;
1713                                             }&#xd;
1714                                           }&#xd;
1715                                         },&#xd;
1716                                         {&#xd;
1717                                           &quot;key&quot;: {&#xd;
1718                                             &quot;name&quot;: &quot;Task_Act2&quot;,&#xd;
1719                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1720                                           },&#xd;
1721                                           &quot;value&quot;: {&#xd;
1722                                             &quot;key&quot;: {&#xd;
1723                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1724                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1725                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1726                                               &quot;localName&quot;: &quot;Task_Act2_DIRECT_Act_NULL&quot;&#xd;
1727                                             },&#xd;
1728                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1729                                             &quot;output&quot;: {&#xd;
1730                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1731                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1732                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1733                                               &quot;localName&quot;: &quot;Act_NULL&quot;&#xd;
1734                                             }&#xd;
1735                                           }&#xd;
1736                                         },&#xd;
1737                                         {&#xd;
1738                                           &quot;key&quot;: {&#xd;
1739                                             &quot;name&quot;: &quot;Task_Act3&quot;,&#xd;
1740                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1741                                           },&#xd;
1742                                           &quot;value&quot;: {&#xd;
1743                                             &quot;key&quot;: {&#xd;
1744                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1745                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1746                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1747                                               &quot;localName&quot;: &quot;Task_Act3_DIRECT_Act_NULL&quot;&#xd;
1748                                             },&#xd;
1749                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1750                                             &quot;output&quot;: {&#xd;
1751                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1752                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1753                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1754                                               &quot;localName&quot;: &quot;Act_NULL&quot;&#xd;
1755                                             }&#xd;
1756                                           }&#xd;
1757                                         }&#xd;
1758                                       ]&#xd;
1759                                     }&#xd;
1760                                   }&#xd;
1761                                 },&#xd;
1762                                 {&#xd;
1763                                   &quot;key&quot;: &quot;Decide&quot;,&#xd;
1764                                   &quot;value&quot;: {&#xd;
1765                                     &quot;stateKey&quot;: {&#xd;
1766                                       &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1767                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1768                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1769                                       &quot;localName&quot;: &quot;Decide&quot;&#xd;
1770                                     },&#xd;
1771                                     &quot;trigger&quot;: {&#xd;
1772                                       &quot;name&quot;: &quot;Event0102&quot;,&#xd;
1773                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1774                                     },&#xd;
1775                                     &quot;stateOutputs&quot;: {&#xd;
1776                                       &quot;entry&quot;: [&#xd;
1777                                         {&#xd;
1778                                           &quot;key&quot;: &quot;Decide_Act&quot;,&#xd;
1779                                           &quot;value&quot;: {&#xd;
1780                                             &quot;key&quot;: {&#xd;
1781                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1782                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1783                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1784                                               &quot;localName&quot;: &quot;Decide_Act&quot;&#xd;
1785                                             },&#xd;
1786                                             &quot;outgoingEvent&quot;: {&#xd;
1787                                               &quot;name&quot;: &quot;Event0103&quot;,&#xd;
1788                                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1789                                             },&#xd;
1790                                             &quot;nextState&quot;: {&#xd;
1791                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1792                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1793                                               &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1794                                               &quot;localName&quot;: &quot;Act&quot;&#xd;
1795                                             }&#xd;
1796                                           }&#xd;
1797                                         }&#xd;
1798                                       ]&#xd;
1799                                     },&#xd;
1800                                     &quot;contextAlbumReference&quot;: [&#xd;
1801                                       {&#xd;
1802                                         &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
1803                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1804                                       },&#xd;
1805                                       {&#xd;
1806                                         &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
1807                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1808                                       },&#xd;
1809                                       {&#xd;
1810                                         &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
1811                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1812                                       }&#xd;
1813                                     ],&#xd;
1814                                     &quot;taskSelectionLogic&quot;: {&#xd;
1815                                       &quot;key&quot;: &quot;TaskSelectionLigic&quot;,&#xd;
1816                                       &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
1817                                       &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.subject.defaultTaskKey.copyTo(executor.selectedTask)\n\ntrue;&quot;&#xd;
1818                                     },&#xd;
1819                                     &quot;stateFinalizerLogicMap&quot;: {&#xd;
1820                                       &quot;entry&quot;: []&#xd;
1821                                     },&#xd;
1822                                     &quot;defaultTask&quot;: {&#xd;
1823                                       &quot;name&quot;: &quot;Task_Decide3&quot;,&#xd;
1824                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1825                                     },&#xd;
1826                                     &quot;taskReferences&quot;: {&#xd;
1827                                       &quot;entry&quot;: [&#xd;
1828                                         {&#xd;
1829                                           &quot;key&quot;: {&#xd;
1830                                             &quot;name&quot;: &quot;Task_Decide0&quot;,&#xd;
1831                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1832                                           },&#xd;
1833                                           &quot;value&quot;: {&#xd;
1834                                             &quot;key&quot;: {&#xd;
1835                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1836                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1837                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1838                                               &quot;localName&quot;: &quot;Task_Decide0_DIRECT_Decide_Act&quot;&#xd;
1839                                             },&#xd;
1840                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1841                                             &quot;output&quot;: {&#xd;
1842                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1843                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1844                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1845                                               &quot;localName&quot;: &quot;Decide_Act&quot;&#xd;
1846                                             }&#xd;
1847                                           }&#xd;
1848                                         },&#xd;
1849                                         {&#xd;
1850                                           &quot;key&quot;: {&#xd;
1851                                             &quot;name&quot;: &quot;Task_Decide1&quot;,&#xd;
1852                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1853                                           },&#xd;
1854                                           &quot;value&quot;: {&#xd;
1855                                             &quot;key&quot;: {&#xd;
1856                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1857                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1858                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1859                                               &quot;localName&quot;: &quot;Task_Decide1_DIRECT_Decide_Act&quot;&#xd;
1860                                             },&#xd;
1861                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1862                                             &quot;output&quot;: {&#xd;
1863                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1864                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1865                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1866                                               &quot;localName&quot;: &quot;Decide_Act&quot;&#xd;
1867                                             }&#xd;
1868                                           }&#xd;
1869                                         },&#xd;
1870                                         {&#xd;
1871                                           &quot;key&quot;: {&#xd;
1872                                             &quot;name&quot;: &quot;Task_Decide2&quot;,&#xd;
1873                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1874                                           },&#xd;
1875                                           &quot;value&quot;: {&#xd;
1876                                             &quot;key&quot;: {&#xd;
1877                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1878                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1879                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1880                                               &quot;localName&quot;: &quot;Task_Decide2_DIRECT_Decide_Act&quot;&#xd;
1881                                             },&#xd;
1882                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1883                                             &quot;output&quot;: {&#xd;
1884                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1885                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1886                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1887                                               &quot;localName&quot;: &quot;Decide_Act&quot;&#xd;
1888                                             }&#xd;
1889                                           }&#xd;
1890                                         },&#xd;
1891                                         {&#xd;
1892                                           &quot;key&quot;: {&#xd;
1893                                             &quot;name&quot;: &quot;Task_Decide3&quot;,&#xd;
1894                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1895                                           },&#xd;
1896                                           &quot;value&quot;: {&#xd;
1897                                             &quot;key&quot;: {&#xd;
1898                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1899                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1900                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1901                                               &quot;localName&quot;: &quot;Task_Decide3_DIRECT_Decide_Act&quot;&#xd;
1902                                             },&#xd;
1903                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1904                                             &quot;output&quot;: {&#xd;
1905                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1906                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1907                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1908                                               &quot;localName&quot;: &quot;Decide_Act&quot;&#xd;
1909                                             }&#xd;
1910                                           }&#xd;
1911                                         }&#xd;
1912                                       ]&#xd;
1913                                     }&#xd;
1914                                   }&#xd;
1915                                 },&#xd;
1916                                 {&#xd;
1917                                   &quot;key&quot;: &quot;Establish&quot;,&#xd;
1918                                   &quot;value&quot;: {&#xd;
1919                                     &quot;stateKey&quot;: {&#xd;
1920                                       &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1921                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1922                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1923                                       &quot;localName&quot;: &quot;Establish&quot;&#xd;
1924                                     },&#xd;
1925                                     &quot;trigger&quot;: {&#xd;
1926                                       &quot;name&quot;: &quot;Event0101&quot;,&#xd;
1927                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1928                                     },&#xd;
1929                                     &quot;stateOutputs&quot;: {&#xd;
1930                                       &quot;entry&quot;: [&#xd;
1931                                         {&#xd;
1932                                           &quot;key&quot;: &quot;Establish_Decide&quot;,&#xd;
1933                                           &quot;value&quot;: {&#xd;
1934                                             &quot;key&quot;: {&#xd;
1935                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1936                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1937                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1938                                               &quot;localName&quot;: &quot;Establish_Decide&quot;&#xd;
1939                                             },&#xd;
1940                                             &quot;outgoingEvent&quot;: {&#xd;
1941                                               &quot;name&quot;: &quot;Event0102&quot;,&#xd;
1942                                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1943                                             },&#xd;
1944                                             &quot;nextState&quot;: {&#xd;
1945                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1946                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1947                                               &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1948                                               &quot;localName&quot;: &quot;Decide&quot;&#xd;
1949                                             }&#xd;
1950                                           }&#xd;
1951                                         }&#xd;
1952                                       ]&#xd;
1953                                     },&#xd;
1954                                     &quot;contextAlbumReference&quot;: [&#xd;
1955                                       {&#xd;
1956                                         &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
1957                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1958                                       },&#xd;
1959                                       {&#xd;
1960                                         &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
1961                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1962                                       },&#xd;
1963                                       {&#xd;
1964                                         &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
1965                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1966                                       }&#xd;
1967                                     ],&#xd;
1968                                     &quot;taskSelectionLogic&quot;: {&#xd;
1969                                       &quot;key&quot;: &quot;TaskSelectionLigic&quot;,&#xd;
1970                                       &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
1971                                       &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.subject.defaultTaskKey.copyTo(executor.selectedTask)\n\ntrue;&quot;&#xd;
1972                                     },&#xd;
1973                                     &quot;stateFinalizerLogicMap&quot;: {&#xd;
1974                                       &quot;entry&quot;: []&#xd;
1975                                     },&#xd;
1976                                     &quot;defaultTask&quot;: {&#xd;
1977                                       &quot;name&quot;: &quot;Task_Establish1&quot;,&#xd;
1978                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1979                                     },&#xd;
1980                                     &quot;taskReferences&quot;: {&#xd;
1981                                       &quot;entry&quot;: [&#xd;
1982                                         {&#xd;
1983                                           &quot;key&quot;: {&#xd;
1984                                             &quot;name&quot;: &quot;Task_Establish0&quot;,&#xd;
1985                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1986                                           },&#xd;
1987                                           &quot;value&quot;: {&#xd;
1988                                             &quot;key&quot;: {&#xd;
1989                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1990                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1991                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1992                                               &quot;localName&quot;: &quot;Task_Establish0_DIRECT_Establish_Decide&quot;&#xd;
1993                                             },&#xd;
1994                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1995                                             &quot;output&quot;: {&#xd;
1996                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1997                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1998                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1999                                               &quot;localName&quot;: &quot;Establish_Decide&quot;&#xd;
2000                                             }&#xd;
2001                                           }&#xd;
2002                                         },&#xd;
2003                                         {&#xd;
2004                                           &quot;key&quot;: {&#xd;
2005                                             &quot;name&quot;: &quot;Task_Establish1&quot;,&#xd;
2006                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2007                                           },&#xd;
2008                                           &quot;value&quot;: {&#xd;
2009                                             &quot;key&quot;: {&#xd;
2010                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2011                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2012                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
2013                                               &quot;localName&quot;: &quot;Task_Establish1_DIRECT_Establish_Decide&quot;&#xd;
2014                                             },&#xd;
2015                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
2016                                             &quot;output&quot;: {&#xd;
2017                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2018                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2019                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
2020                                               &quot;localName&quot;: &quot;Establish_Decide&quot;&#xd;
2021                                             }&#xd;
2022                                           }&#xd;
2023                                         },&#xd;
2024                                         {&#xd;
2025                                           &quot;key&quot;: {&#xd;
2026                                             &quot;name&quot;: &quot;Task_Establish2&quot;,&#xd;
2027                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2028                                           },&#xd;
2029                                           &quot;value&quot;: {&#xd;
2030                                             &quot;key&quot;: {&#xd;
2031                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2032                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2033                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
2034                                               &quot;localName&quot;: &quot;Task_Establish2_DIRECT_Establish_Decide&quot;&#xd;
2035                                             },&#xd;
2036                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
2037                                             &quot;output&quot;: {&#xd;
2038                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2039                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2040                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
2041                                               &quot;localName&quot;: &quot;Establish_Decide&quot;&#xd;
2042                                             }&#xd;
2043                                           }&#xd;
2044                                         },&#xd;
2045                                         {&#xd;
2046                                           &quot;key&quot;: {&#xd;
2047                                             &quot;name&quot;: &quot;Task_Establish3&quot;,&#xd;
2048                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2049                                           },&#xd;
2050                                           &quot;value&quot;: {&#xd;
2051                                             &quot;key&quot;: {&#xd;
2052                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2053                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2054                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
2055                                               &quot;localName&quot;: &quot;Task_Establish3_DIRECT_Establish_Decide&quot;&#xd;
2056                                             },&#xd;
2057                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
2058                                             &quot;output&quot;: {&#xd;
2059                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2060                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2061                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
2062                                               &quot;localName&quot;: &quot;Establish_Decide&quot;&#xd;
2063                                             }&#xd;
2064                                           }&#xd;
2065                                         }&#xd;
2066                                       ]&#xd;
2067                                     }&#xd;
2068                                   }&#xd;
2069                                 },&#xd;
2070                                 {&#xd;
2071                                   &quot;key&quot;: &quot;Match&quot;,&#xd;
2072                                   &quot;value&quot;: {&#xd;
2073                                     &quot;stateKey&quot;: {&#xd;
2074                                       &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2075                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2076                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
2077                                       &quot;localName&quot;: &quot;Match&quot;&#xd;
2078                                     },&#xd;
2079                                     &quot;trigger&quot;: {&#xd;
2080                                       &quot;name&quot;: &quot;Event0100&quot;,&#xd;
2081                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2082                                     },&#xd;
2083                                     &quot;stateOutputs&quot;: {&#xd;
2084                                       &quot;entry&quot;: [&#xd;
2085                                         {&#xd;
2086                                           &quot;key&quot;: &quot;Match_Establish&quot;,&#xd;
2087                                           &quot;value&quot;: {&#xd;
2088                                             &quot;key&quot;: {&#xd;
2089                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2090                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2091                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
2092                                               &quot;localName&quot;: &quot;Match_Establish&quot;&#xd;
2093                                             },&#xd;
2094                                             &quot;outgoingEvent&quot;: {&#xd;
2095                                               &quot;name&quot;: &quot;Event0101&quot;,&#xd;
2096                                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2097                                             },&#xd;
2098                                             &quot;nextState&quot;: {&#xd;
2099                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2100                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2101                                               &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
2102                                               &quot;localName&quot;: &quot;Establish&quot;&#xd;
2103                                             }&#xd;
2104                                           }&#xd;
2105                                         }&#xd;
2106                                       ]&#xd;
2107                                     },&#xd;
2108                                     &quot;contextAlbumReference&quot;: [&#xd;
2109                                       {&#xd;
2110                                         &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
2111                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2112                                       },&#xd;
2113                                       {&#xd;
2114                                         &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
2115                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2116                                       },&#xd;
2117                                       {&#xd;
2118                                         &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
2119                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2120                                       }&#xd;
2121                                     ],&#xd;
2122                                     &quot;taskSelectionLogic&quot;: {&#xd;
2123                                       &quot;key&quot;: &quot;TaskSelectionLigic&quot;,&#xd;
2124                                       &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
2125                                       &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.subject.defaultTaskKey.copyTo(executor.selectedTask)\n\ntrue;&quot;&#xd;
2126                                     },&#xd;
2127                                     &quot;stateFinalizerLogicMap&quot;: {&#xd;
2128                                       &quot;entry&quot;: []&#xd;
2129                                     },&#xd;
2130                                     &quot;defaultTask&quot;: {&#xd;
2131                                       &quot;name&quot;: &quot;Task_Match3&quot;,&#xd;
2132                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2133                                     },&#xd;
2134                                     &quot;taskReferences&quot;: {&#xd;
2135                                       &quot;entry&quot;: [&#xd;
2136                                         {&#xd;
2137                                           &quot;key&quot;: {&#xd;
2138                                             &quot;name&quot;: &quot;Task_Match0&quot;,&#xd;
2139                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2140                                           },&#xd;
2141                                           &quot;value&quot;: {&#xd;
2142                                             &quot;key&quot;: {&#xd;
2143                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2144                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2145                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
2146                                               &quot;localName&quot;: &quot;Task_Match0_DIRECT_Match_Establish&quot;&#xd;
2147                                             },&#xd;
2148                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
2149                                             &quot;output&quot;: {&#xd;
2150                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2151                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2152                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
2153                                               &quot;localName&quot;: &quot;Match_Establish&quot;&#xd;
2154                                             }&#xd;
2155                                           }&#xd;
2156                                         },&#xd;
2157                                         {&#xd;
2158                                           &quot;key&quot;: {&#xd;
2159                                             &quot;name&quot;: &quot;Task_Match1&quot;,&#xd;
2160                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2161                                           },&#xd;
2162                                           &quot;value&quot;: {&#xd;
2163                                             &quot;key&quot;: {&#xd;
2164                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2165                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2166                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
2167                                               &quot;localName&quot;: &quot;Task_Match1_DIRECT_Match_Establish&quot;&#xd;
2168                                             },&#xd;
2169                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
2170                                             &quot;output&quot;: {&#xd;
2171                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2172                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2173                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
2174                                               &quot;localName&quot;: &quot;Match_Establish&quot;&#xd;
2175                                             }&#xd;
2176                                           }&#xd;
2177                                         },&#xd;
2178                                         {&#xd;
2179                                           &quot;key&quot;: {&#xd;
2180                                             &quot;name&quot;: &quot;Task_Match2&quot;,&#xd;
2181                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2182                                           },&#xd;
2183                                           &quot;value&quot;: {&#xd;
2184                                             &quot;key&quot;: {&#xd;
2185                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2186                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2187                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
2188                                               &quot;localName&quot;: &quot;Task_Match2_DIRECT_Match_Establish&quot;&#xd;
2189                                             },&#xd;
2190                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
2191                                             &quot;output&quot;: {&#xd;
2192                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2193                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2194                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
2195                                               &quot;localName&quot;: &quot;Match_Establish&quot;&#xd;
2196                                             }&#xd;
2197                                           }&#xd;
2198                                         },&#xd;
2199                                         {&#xd;
2200                                           &quot;key&quot;: {&#xd;
2201                                             &quot;name&quot;: &quot;Task_Match3&quot;,&#xd;
2202                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2203                                           },&#xd;
2204                                           &quot;value&quot;: {&#xd;
2205                                             &quot;key&quot;: {&#xd;
2206                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2207                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2208                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
2209                                               &quot;localName&quot;: &quot;Task_Match3_DIRECT_Match_Establish&quot;&#xd;
2210                                             },&#xd;
2211                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
2212                                             &quot;output&quot;: {&#xd;
2213                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2214                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2215                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
2216                                               &quot;localName&quot;: &quot;Match_Establish&quot;&#xd;
2217                                             }&#xd;
2218                                           }&#xd;
2219                                         }&#xd;
2220                                       ]&#xd;
2221                                     }&#xd;
2222                                   }&#xd;
2223                                 }&#xd;
2224                               ]&#xd;
2225                             },&#xd;
2226                             &quot;firstState&quot;: &quot;Match&quot;&#xd;
2227                           }&#xd;
2228                         }&#xd;
2229                       ]&#xd;
2230                     }&#xd;
2231                   },&#xd;
2232                   &quot;tasks&quot;: {&#xd;
2233                     &quot;key&quot;: {&#xd;
2234                       &quot;name&quot;: &quot;Tasks&quot;,&#xd;
2235                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2236                     },&#xd;
2237                     &quot;taskMap&quot;: {&#xd;
2238                       &quot;entry&quot;: [&#xd;
2239                         {&#xd;
2240                           &quot;key&quot;: {&#xd;
2241                             &quot;name&quot;: &quot;Task_Act0&quot;,&#xd;
2242                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2243                           },&#xd;
2244                           &quot;value&quot;: {&#xd;
2245                             &quot;key&quot;: {&#xd;
2246                               &quot;name&quot;: &quot;Task_Act0&quot;,&#xd;
2247                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2248                             },&#xd;
2249                             &quot;inputFields&quot;: {&#xd;
2250                               &quot;entry&quot;: [&#xd;
2251                                 {&#xd;
2252                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
2253                                   &quot;value&quot;: {&#xd;
2254                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
2255                                     &quot;fieldSchemaKey&quot;: {&#xd;
2256                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2257                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2258                                     },&#xd;
2259                                     &quot;optional&quot;: false&#xd;
2260                                   }&#xd;
2261                                 },&#xd;
2262                                 {&#xd;
2263                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
2264                                   &quot;value&quot;: {&#xd;
2265                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
2266                                     &quot;fieldSchemaKey&quot;: {&#xd;
2267                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2268                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2269                                     },&#xd;
2270                                     &quot;optional&quot;: false&#xd;
2271                                   }&#xd;
2272                                 },&#xd;
2273                                 {&#xd;
2274                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
2275                                   &quot;value&quot;: {&#xd;
2276                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
2277                                     &quot;fieldSchemaKey&quot;: {&#xd;
2278                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2279                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2280                                     },&#xd;
2281                                     &quot;optional&quot;: false&#xd;
2282                                   }&#xd;
2283                                 },&#xd;
2284                                 {&#xd;
2285                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
2286                                   &quot;value&quot;: {&#xd;
2287                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
2288                                     &quot;fieldSchemaKey&quot;: {&#xd;
2289                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2290                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2291                                     },&#xd;
2292                                     &quot;optional&quot;: false&#xd;
2293                                   }&#xd;
2294                                 },&#xd;
2295                                 {&#xd;
2296                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
2297                                   &quot;value&quot;: {&#xd;
2298                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
2299                                     &quot;fieldSchemaKey&quot;: {&#xd;
2300                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2301                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2302                                     },&#xd;
2303                                     &quot;optional&quot;: false&#xd;
2304                                   }&#xd;
2305                                 },&#xd;
2306                                 {&#xd;
2307                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
2308                                   &quot;value&quot;: {&#xd;
2309                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
2310                                     &quot;fieldSchemaKey&quot;: {&#xd;
2311                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2312                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2313                                     },&#xd;
2314                                     &quot;optional&quot;: false&#xd;
2315                                   }&#xd;
2316                                 },&#xd;
2317                                 {&#xd;
2318                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
2319                                   &quot;value&quot;: {&#xd;
2320                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
2321                                     &quot;fieldSchemaKey&quot;: {&#xd;
2322                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2323                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2324                                     },&#xd;
2325                                     &quot;optional&quot;: false&#xd;
2326                                   }&#xd;
2327                                 },&#xd;
2328                                 {&#xd;
2329                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
2330                                   &quot;value&quot;: {&#xd;
2331                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
2332                                     &quot;fieldSchemaKey&quot;: {&#xd;
2333                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
2334                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2335                                     },&#xd;
2336                                     &quot;optional&quot;: false&#xd;
2337                                   }&#xd;
2338                                 },&#xd;
2339                                 {&#xd;
2340                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
2341                                   &quot;value&quot;: {&#xd;
2342                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
2343                                     &quot;fieldSchemaKey&quot;: {&#xd;
2344                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
2345                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2346                                     },&#xd;
2347                                     &quot;optional&quot;: false&#xd;
2348                                   }&#xd;
2349                                 },&#xd;
2350                                 {&#xd;
2351                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
2352                                   &quot;value&quot;: {&#xd;
2353                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
2354                                     &quot;fieldSchemaKey&quot;: {&#xd;
2355                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2356                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2357                                     },&#xd;
2358                                     &quot;optional&quot;: false&#xd;
2359                                   }&#xd;
2360                                 }&#xd;
2361                               ]&#xd;
2362                             },&#xd;
2363                             &quot;outputFields&quot;: {&#xd;
2364                               &quot;entry&quot;: [&#xd;
2365                                 {&#xd;
2366                                   &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
2367                                   &quot;value&quot;: {&#xd;
2368                                     &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
2369                                     &quot;fieldSchemaKey&quot;: {&#xd;
2370                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2371                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2372                                     },&#xd;
2373                                     &quot;optional&quot;: false&#xd;
2374                                   }&#xd;
2375                                 },&#xd;
2376                                 {&#xd;
2377                                   &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
2378                                   &quot;value&quot;: {&#xd;
2379                                     &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
2380                                     &quot;fieldSchemaKey&quot;: {&#xd;
2381                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2382                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2383                                     },&#xd;
2384                                     &quot;optional&quot;: false&#xd;
2385                                   }&#xd;
2386                                 },&#xd;
2387                                 {&#xd;
2388                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
2389                                   &quot;value&quot;: {&#xd;
2390                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
2391                                     &quot;fieldSchemaKey&quot;: {&#xd;
2392                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2393                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2394                                     },&#xd;
2395                                     &quot;optional&quot;: false&#xd;
2396                                   }&#xd;
2397                                 },&#xd;
2398                                 {&#xd;
2399                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
2400                                   &quot;value&quot;: {&#xd;
2401                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
2402                                     &quot;fieldSchemaKey&quot;: {&#xd;
2403                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2404                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2405                                     },&#xd;
2406                                     &quot;optional&quot;: false&#xd;
2407                                   }&#xd;
2408                                 },&#xd;
2409                                 {&#xd;
2410                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
2411                                   &quot;value&quot;: {&#xd;
2412                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
2413                                     &quot;fieldSchemaKey&quot;: {&#xd;
2414                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2415                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2416                                     },&#xd;
2417                                     &quot;optional&quot;: false&#xd;
2418                                   }&#xd;
2419                                 },&#xd;
2420                                 {&#xd;
2421                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
2422                                   &quot;value&quot;: {&#xd;
2423                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
2424                                     &quot;fieldSchemaKey&quot;: {&#xd;
2425                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2426                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2427                                     },&#xd;
2428                                     &quot;optional&quot;: false&#xd;
2429                                   }&#xd;
2430                                 },&#xd;
2431                                 {&#xd;
2432                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
2433                                   &quot;value&quot;: {&#xd;
2434                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
2435                                     &quot;fieldSchemaKey&quot;: {&#xd;
2436                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2437                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2438                                     },&#xd;
2439                                     &quot;optional&quot;: false&#xd;
2440                                   }&#xd;
2441                                 },&#xd;
2442                                 {&#xd;
2443                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
2444                                   &quot;value&quot;: {&#xd;
2445                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
2446                                     &quot;fieldSchemaKey&quot;: {&#xd;
2447                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2448                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2449                                     },&#xd;
2450                                     &quot;optional&quot;: false&#xd;
2451                                   }&#xd;
2452                                 },&#xd;
2453                                 {&#xd;
2454                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
2455                                   &quot;value&quot;: {&#xd;
2456                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
2457                                     &quot;fieldSchemaKey&quot;: {&#xd;
2458                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2459                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2460                                     },&#xd;
2461                                     &quot;optional&quot;: false&#xd;
2462                                   }&#xd;
2463                                 },&#xd;
2464                                 {&#xd;
2465                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
2466                                   &quot;value&quot;: {&#xd;
2467                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
2468                                     &quot;fieldSchemaKey&quot;: {&#xd;
2469                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
2470                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2471                                     },&#xd;
2472                                     &quot;optional&quot;: false&#xd;
2473                                   }&#xd;
2474                                 },&#xd;
2475                                 {&#xd;
2476                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
2477                                   &quot;value&quot;: {&#xd;
2478                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
2479                                     &quot;fieldSchemaKey&quot;: {&#xd;
2480                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
2481                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2482                                     },&#xd;
2483                                     &quot;optional&quot;: false&#xd;
2484                                   }&#xd;
2485                                 },&#xd;
2486                                 {&#xd;
2487                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
2488                                   &quot;value&quot;: {&#xd;
2489                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
2490                                     &quot;fieldSchemaKey&quot;: {&#xd;
2491                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2492                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2493                                     },&#xd;
2494                                     &quot;optional&quot;: false&#xd;
2495                                   }&#xd;
2496                                 }&#xd;
2497                               ]&#xd;
2498                             },&#xd;
2499                             &quot;taskParameters&quot;: {&#xd;
2500                               &quot;entry&quot;: [&#xd;
2501                                 {&#xd;
2502                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
2503                                   &quot;value&quot;: {&#xd;
2504                                     &quot;key&quot;: {&#xd;
2505                                       &quot;parentKeyName&quot;: &quot;Task_Act0&quot;,&#xd;
2506                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2507                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
2508                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
2509                                     },&#xd;
2510                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
2511                                   }&#xd;
2512                                 },&#xd;
2513                                 {&#xd;
2514                                   &quot;key&quot;: &quot;Parameter1&quot;,&#xd;
2515                                   &quot;value&quot;: {&#xd;
2516                                     &quot;key&quot;: {&#xd;
2517                                       &quot;parentKeyName&quot;: &quot;Task_Act0&quot;,&#xd;
2518                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2519                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
2520                                       &quot;localName&quot;: &quot;Parameter1&quot;&#xd;
2521                                     },&#xd;
2522                                     &quot;defaultValue&quot;: &quot;DefaultValue1&quot;&#xd;
2523                                   }&#xd;
2524                                 },&#xd;
2525                                 {&#xd;
2526                                   &quot;key&quot;: &quot;Parameter2&quot;,&#xd;
2527                                   &quot;value&quot;: {&#xd;
2528                                     &quot;key&quot;: {&#xd;
2529                                       &quot;parentKeyName&quot;: &quot;Task_Act0&quot;,&#xd;
2530                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2531                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
2532                                       &quot;localName&quot;: &quot;Parameter2&quot;&#xd;
2533                                     },&#xd;
2534                                     &quot;defaultValue&quot;: &quot;DefaultValue2&quot;&#xd;
2535                                   }&#xd;
2536                                 }&#xd;
2537                               ]&#xd;
2538                             },&#xd;
2539                             &quot;contextAlbumReference&quot;: [&#xd;
2540                               {&#xd;
2541                                 &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
2542                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2543                               },&#xd;
2544                               {&#xd;
2545                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
2546                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2547                               },&#xd;
2548                               {&#xd;
2549                                 &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
2550                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2551                               },&#xd;
2552                               {&#xd;
2553                                 &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
2554                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2555                               }&#xd;
2556                             ],&#xd;
2557                             &quot;taskLogic&quot;: {&#xd;
2558                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
2559                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
2560                               &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.logger.debug(executor.inFields);\n\nvar caseSelectedType = java.lang.Byte;\nexecutor.outFields.put(\&quot;TestActCaseSelected\&quot;, new caseSelectedType(2));\n\nvar JavaDate = java.util.Date;\ntimeNow = new JavaDate();\nexecutor.outFields.put(\&quot;TestActStateTime\&quot;, timeNow.getTime());\nexecutor.logger.debug(executor.eo);\n\ntrue;&quot;&#xd;
2561                             }&#xd;
2562                           }&#xd;
2563                         },&#xd;
2564                         {&#xd;
2565                           &quot;key&quot;: {&#xd;
2566                             &quot;name&quot;: &quot;Task_Act1&quot;,&#xd;
2567                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2568                           },&#xd;
2569                           &quot;value&quot;: {&#xd;
2570                             &quot;key&quot;: {&#xd;
2571                               &quot;name&quot;: &quot;Task_Act1&quot;,&#xd;
2572                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2573                             },&#xd;
2574                             &quot;inputFields&quot;: {&#xd;
2575                               &quot;entry&quot;: [&#xd;
2576                                 {&#xd;
2577                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
2578                                   &quot;value&quot;: {&#xd;
2579                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
2580                                     &quot;fieldSchemaKey&quot;: {&#xd;
2581                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2582                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2583                                     },&#xd;
2584                                     &quot;optional&quot;: false&#xd;
2585                                   }&#xd;
2586                                 },&#xd;
2587                                 {&#xd;
2588                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
2589                                   &quot;value&quot;: {&#xd;
2590                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
2591                                     &quot;fieldSchemaKey&quot;: {&#xd;
2592                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2593                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2594                                     },&#xd;
2595                                     &quot;optional&quot;: false&#xd;
2596                                   }&#xd;
2597                                 },&#xd;
2598                                 {&#xd;
2599                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
2600                                   &quot;value&quot;: {&#xd;
2601                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
2602                                     &quot;fieldSchemaKey&quot;: {&#xd;
2603                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2604                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2605                                     },&#xd;
2606                                     &quot;optional&quot;: false&#xd;
2607                                   }&#xd;
2608                                 },&#xd;
2609                                 {&#xd;
2610                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
2611                                   &quot;value&quot;: {&#xd;
2612                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
2613                                     &quot;fieldSchemaKey&quot;: {&#xd;
2614                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2615                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2616                                     },&#xd;
2617                                     &quot;optional&quot;: false&#xd;
2618                                   }&#xd;
2619                                 },&#xd;
2620                                 {&#xd;
2621                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
2622                                   &quot;value&quot;: {&#xd;
2623                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
2624                                     &quot;fieldSchemaKey&quot;: {&#xd;
2625                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2626                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2627                                     },&#xd;
2628                                     &quot;optional&quot;: false&#xd;
2629                                   }&#xd;
2630                                 },&#xd;
2631                                 {&#xd;
2632                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
2633                                   &quot;value&quot;: {&#xd;
2634                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
2635                                     &quot;fieldSchemaKey&quot;: {&#xd;
2636                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2637                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2638                                     },&#xd;
2639                                     &quot;optional&quot;: false&#xd;
2640                                   }&#xd;
2641                                 },&#xd;
2642                                 {&#xd;
2643                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
2644                                   &quot;value&quot;: {&#xd;
2645                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
2646                                     &quot;fieldSchemaKey&quot;: {&#xd;
2647                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2648                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2649                                     },&#xd;
2650                                     &quot;optional&quot;: false&#xd;
2651                                   }&#xd;
2652                                 },&#xd;
2653                                 {&#xd;
2654                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
2655                                   &quot;value&quot;: {&#xd;
2656                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
2657                                     &quot;fieldSchemaKey&quot;: {&#xd;
2658                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
2659                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2660                                     },&#xd;
2661                                     &quot;optional&quot;: false&#xd;
2662                                   }&#xd;
2663                                 },&#xd;
2664                                 {&#xd;
2665                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
2666                                   &quot;value&quot;: {&#xd;
2667                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
2668                                     &quot;fieldSchemaKey&quot;: {&#xd;
2669                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
2670                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2671                                     },&#xd;
2672                                     &quot;optional&quot;: false&#xd;
2673                                   }&#xd;
2674                                 },&#xd;
2675                                 {&#xd;
2676                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
2677                                   &quot;value&quot;: {&#xd;
2678                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
2679                                     &quot;fieldSchemaKey&quot;: {&#xd;
2680                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2681                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2682                                     },&#xd;
2683                                     &quot;optional&quot;: false&#xd;
2684                                   }&#xd;
2685                                 }&#xd;
2686                               ]&#xd;
2687                             },&#xd;
2688                             &quot;outputFields&quot;: {&#xd;
2689                               &quot;entry&quot;: [&#xd;
2690                                 {&#xd;
2691                                   &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
2692                                   &quot;value&quot;: {&#xd;
2693                                     &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
2694                                     &quot;fieldSchemaKey&quot;: {&#xd;
2695                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2696                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2697                                     },&#xd;
2698                                     &quot;optional&quot;: false&#xd;
2699                                   }&#xd;
2700                                 },&#xd;
2701                                 {&#xd;
2702                                   &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
2703                                   &quot;value&quot;: {&#xd;
2704                                     &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
2705                                     &quot;fieldSchemaKey&quot;: {&#xd;
2706                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2707                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2708                                     },&#xd;
2709                                     &quot;optional&quot;: false&#xd;
2710                                   }&#xd;
2711                                 },&#xd;
2712                                 {&#xd;
2713                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
2714                                   &quot;value&quot;: {&#xd;
2715                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
2716                                     &quot;fieldSchemaKey&quot;: {&#xd;
2717                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2718                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2719                                     },&#xd;
2720                                     &quot;optional&quot;: false&#xd;
2721                                   }&#xd;
2722                                 },&#xd;
2723                                 {&#xd;
2724                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
2725                                   &quot;value&quot;: {&#xd;
2726                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
2727                                     &quot;fieldSchemaKey&quot;: {&#xd;
2728                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2729                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2730                                     },&#xd;
2731                                     &quot;optional&quot;: false&#xd;
2732                                   }&#xd;
2733                                 },&#xd;
2734                                 {&#xd;
2735                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
2736                                   &quot;value&quot;: {&#xd;
2737                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
2738                                     &quot;fieldSchemaKey&quot;: {&#xd;
2739                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2740                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2741                                     },&#xd;
2742                                     &quot;optional&quot;: false&#xd;
2743                                   }&#xd;
2744                                 },&#xd;
2745                                 {&#xd;
2746                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
2747                                   &quot;value&quot;: {&#xd;
2748                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
2749                                     &quot;fieldSchemaKey&quot;: {&#xd;
2750                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2751                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2752                                     },&#xd;
2753                                     &quot;optional&quot;: false&#xd;
2754                                   }&#xd;
2755                                 },&#xd;
2756                                 {&#xd;
2757                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
2758                                   &quot;value&quot;: {&#xd;
2759                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
2760                                     &quot;fieldSchemaKey&quot;: {&#xd;
2761                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2762                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2763                                     },&#xd;
2764                                     &quot;optional&quot;: false&#xd;
2765                                   }&#xd;
2766                                 },&#xd;
2767                                 {&#xd;
2768                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
2769                                   &quot;value&quot;: {&#xd;
2770                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
2771                                     &quot;fieldSchemaKey&quot;: {&#xd;
2772                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2773                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2774                                     },&#xd;
2775                                     &quot;optional&quot;: false&#xd;
2776                                   }&#xd;
2777                                 },&#xd;
2778                                 {&#xd;
2779                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
2780                                   &quot;value&quot;: {&#xd;
2781                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
2782                                     &quot;fieldSchemaKey&quot;: {&#xd;
2783                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2784                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2785                                     },&#xd;
2786                                     &quot;optional&quot;: false&#xd;
2787                                   }&#xd;
2788                                 },&#xd;
2789                                 {&#xd;
2790                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
2791                                   &quot;value&quot;: {&#xd;
2792                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
2793                                     &quot;fieldSchemaKey&quot;: {&#xd;
2794                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
2795                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2796                                     },&#xd;
2797                                     &quot;optional&quot;: false&#xd;
2798                                   }&#xd;
2799                                 },&#xd;
2800                                 {&#xd;
2801                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
2802                                   &quot;value&quot;: {&#xd;
2803                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
2804                                     &quot;fieldSchemaKey&quot;: {&#xd;
2805                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
2806                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2807                                     },&#xd;
2808                                     &quot;optional&quot;: false&#xd;
2809                                   }&#xd;
2810                                 },&#xd;
2811                                 {&#xd;
2812                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
2813                                   &quot;value&quot;: {&#xd;
2814                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
2815                                     &quot;fieldSchemaKey&quot;: {&#xd;
2816                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2817                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2818                                     },&#xd;
2819                                     &quot;optional&quot;: false&#xd;
2820                                   }&#xd;
2821                                 }&#xd;
2822                               ]&#xd;
2823                             },&#xd;
2824                             &quot;taskParameters&quot;: {&#xd;
2825                               &quot;entry&quot;: [&#xd;
2826                                 {&#xd;
2827                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
2828                                   &quot;value&quot;: {&#xd;
2829                                     &quot;key&quot;: {&#xd;
2830                                       &quot;parentKeyName&quot;: &quot;Task_Act1&quot;,&#xd;
2831                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2832                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
2833                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
2834                                     },&#xd;
2835                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
2836                                   }&#xd;
2837                                 },&#xd;
2838                                 {&#xd;
2839                                   &quot;key&quot;: &quot;Parameter1&quot;,&#xd;
2840                                   &quot;value&quot;: {&#xd;
2841                                     &quot;key&quot;: {&#xd;
2842                                       &quot;parentKeyName&quot;: &quot;Task_Act1&quot;,&#xd;
2843                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2844                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
2845                                       &quot;localName&quot;: &quot;Parameter1&quot;&#xd;
2846                                     },&#xd;
2847                                     &quot;defaultValue&quot;: &quot;DefaultValue1&quot;&#xd;
2848                                   }&#xd;
2849                                 }&#xd;
2850                               ]&#xd;
2851                             },&#xd;
2852                             &quot;contextAlbumReference&quot;: [&#xd;
2853                               {&#xd;
2854                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
2855                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2856                               },&#xd;
2857                               {&#xd;
2858                                 &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
2859                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2860                               }&#xd;
2861                             ],&#xd;
2862                             &quot;taskLogic&quot;: {&#xd;
2863                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
2864                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
2865                               &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.logger.debug(executor.inFields);\n\nvar caseSelectedType = java.lang.Byte;\nexecutor.outFields.put(\&quot;TestActCaseSelected\&quot;, new caseSelectedType(3));\n\nvar JavaDate = java.util.Date;\ntimeNow = new JavaDate();\nexecutor.outFields.put(\&quot;TestActStateTime\&quot;, timeNow.getTime());\nexecutor.logger.debug(executor.eo);\n\ntrue;&quot;&#xd;
2866                             }&#xd;
2867                           }&#xd;
2868                         },&#xd;
2869                         {&#xd;
2870                           &quot;key&quot;: {&#xd;
2871                             &quot;name&quot;: &quot;Task_Act2&quot;,&#xd;
2872                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2873                           },&#xd;
2874                           &quot;value&quot;: {&#xd;
2875                             &quot;key&quot;: {&#xd;
2876                               &quot;name&quot;: &quot;Task_Act2&quot;,&#xd;
2877                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2878                             },&#xd;
2879                             &quot;inputFields&quot;: {&#xd;
2880                               &quot;entry&quot;: [&#xd;
2881                                 {&#xd;
2882                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
2883                                   &quot;value&quot;: {&#xd;
2884                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
2885                                     &quot;fieldSchemaKey&quot;: {&#xd;
2886                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2887                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2888                                     },&#xd;
2889                                     &quot;optional&quot;: false&#xd;
2890                                   }&#xd;
2891                                 },&#xd;
2892                                 {&#xd;
2893                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
2894                                   &quot;value&quot;: {&#xd;
2895                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
2896                                     &quot;fieldSchemaKey&quot;: {&#xd;
2897                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2898                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2899                                     },&#xd;
2900                                     &quot;optional&quot;: false&#xd;
2901                                   }&#xd;
2902                                 },&#xd;
2903                                 {&#xd;
2904                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
2905                                   &quot;value&quot;: {&#xd;
2906                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
2907                                     &quot;fieldSchemaKey&quot;: {&#xd;
2908                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2909                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2910                                     },&#xd;
2911                                     &quot;optional&quot;: false&#xd;
2912                                   }&#xd;
2913                                 },&#xd;
2914                                 {&#xd;
2915                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
2916                                   &quot;value&quot;: {&#xd;
2917                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
2918                                     &quot;fieldSchemaKey&quot;: {&#xd;
2919                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2920                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2921                                     },&#xd;
2922                                     &quot;optional&quot;: false&#xd;
2923                                   }&#xd;
2924                                 },&#xd;
2925                                 {&#xd;
2926                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
2927                                   &quot;value&quot;: {&#xd;
2928                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
2929                                     &quot;fieldSchemaKey&quot;: {&#xd;
2930                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2931                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2932                                     },&#xd;
2933                                     &quot;optional&quot;: false&#xd;
2934                                   }&#xd;
2935                                 },&#xd;
2936                                 {&#xd;
2937                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
2938                                   &quot;value&quot;: {&#xd;
2939                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
2940                                     &quot;fieldSchemaKey&quot;: {&#xd;
2941                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2942                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2943                                     },&#xd;
2944                                     &quot;optional&quot;: false&#xd;
2945                                   }&#xd;
2946                                 },&#xd;
2947                                 {&#xd;
2948                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
2949                                   &quot;value&quot;: {&#xd;
2950                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
2951                                     &quot;fieldSchemaKey&quot;: {&#xd;
2952                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2953                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2954                                     },&#xd;
2955                                     &quot;optional&quot;: false&#xd;
2956                                   }&#xd;
2957                                 },&#xd;
2958                                 {&#xd;
2959                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
2960                                   &quot;value&quot;: {&#xd;
2961                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
2962                                     &quot;fieldSchemaKey&quot;: {&#xd;
2963                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
2964                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2965                                     },&#xd;
2966                                     &quot;optional&quot;: false&#xd;
2967                                   }&#xd;
2968                                 },&#xd;
2969                                 {&#xd;
2970                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
2971                                   &quot;value&quot;: {&#xd;
2972                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
2973                                     &quot;fieldSchemaKey&quot;: {&#xd;
2974                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
2975                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2976                                     },&#xd;
2977                                     &quot;optional&quot;: false&#xd;
2978                                   }&#xd;
2979                                 },&#xd;
2980                                 {&#xd;
2981                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
2982                                   &quot;value&quot;: {&#xd;
2983                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
2984                                     &quot;fieldSchemaKey&quot;: {&#xd;
2985                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2986                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2987                                     },&#xd;
2988                                     &quot;optional&quot;: false&#xd;
2989                                   }&#xd;
2990                                 }&#xd;
2991                               ]&#xd;
2992                             },&#xd;
2993                             &quot;outputFields&quot;: {&#xd;
2994                               &quot;entry&quot;: [&#xd;
2995                                 {&#xd;
2996                                   &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
2997                                   &quot;value&quot;: {&#xd;
2998                                     &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
2999                                     &quot;fieldSchemaKey&quot;: {&#xd;
3000                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3001                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3002                                     },&#xd;
3003                                     &quot;optional&quot;: false&#xd;
3004                                   }&#xd;
3005                                 },&#xd;
3006                                 {&#xd;
3007                                   &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
3008                                   &quot;value&quot;: {&#xd;
3009                                     &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
3010                                     &quot;fieldSchemaKey&quot;: {&#xd;
3011                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3012                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3013                                     },&#xd;
3014                                     &quot;optional&quot;: false&#xd;
3015                                   }&#xd;
3016                                 },&#xd;
3017                                 {&#xd;
3018                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
3019                                   &quot;value&quot;: {&#xd;
3020                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
3021                                     &quot;fieldSchemaKey&quot;: {&#xd;
3022                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3023                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3024                                     },&#xd;
3025                                     &quot;optional&quot;: false&#xd;
3026                                   }&#xd;
3027                                 },&#xd;
3028                                 {&#xd;
3029                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
3030                                   &quot;value&quot;: {&#xd;
3031                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
3032                                     &quot;fieldSchemaKey&quot;: {&#xd;
3033                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3034                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3035                                     },&#xd;
3036                                     &quot;optional&quot;: false&#xd;
3037                                   }&#xd;
3038                                 },&#xd;
3039                                 {&#xd;
3040                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3041                                   &quot;value&quot;: {&#xd;
3042                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3043                                     &quot;fieldSchemaKey&quot;: {&#xd;
3044                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3045                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3046                                     },&#xd;
3047                                     &quot;optional&quot;: false&#xd;
3048                                   }&#xd;
3049                                 },&#xd;
3050                                 {&#xd;
3051                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3052                                   &quot;value&quot;: {&#xd;
3053                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3054                                     &quot;fieldSchemaKey&quot;: {&#xd;
3055                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3056                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3057                                     },&#xd;
3058                                     &quot;optional&quot;: false&#xd;
3059                                   }&#xd;
3060                                 },&#xd;
3061                                 {&#xd;
3062                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3063                                   &quot;value&quot;: {&#xd;
3064                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3065                                     &quot;fieldSchemaKey&quot;: {&#xd;
3066                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3067                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3068                                     },&#xd;
3069                                     &quot;optional&quot;: false&#xd;
3070                                   }&#xd;
3071                                 },&#xd;
3072                                 {&#xd;
3073                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3074                                   &quot;value&quot;: {&#xd;
3075                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3076                                     &quot;fieldSchemaKey&quot;: {&#xd;
3077                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3078                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3079                                     },&#xd;
3080                                     &quot;optional&quot;: false&#xd;
3081                                   }&#xd;
3082                                 },&#xd;
3083                                 {&#xd;
3084                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3085                                   &quot;value&quot;: {&#xd;
3086                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3087                                     &quot;fieldSchemaKey&quot;: {&#xd;
3088                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3089                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3090                                     },&#xd;
3091                                     &quot;optional&quot;: false&#xd;
3092                                   }&#xd;
3093                                 },&#xd;
3094                                 {&#xd;
3095                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3096                                   &quot;value&quot;: {&#xd;
3097                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3098                                     &quot;fieldSchemaKey&quot;: {&#xd;
3099                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
3100                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3101                                     },&#xd;
3102                                     &quot;optional&quot;: false&#xd;
3103                                   }&#xd;
3104                                 },&#xd;
3105                                 {&#xd;
3106                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3107                                   &quot;value&quot;: {&#xd;
3108                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3109                                     &quot;fieldSchemaKey&quot;: {&#xd;
3110                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
3111                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3112                                     },&#xd;
3113                                     &quot;optional&quot;: false&#xd;
3114                                   }&#xd;
3115                                 },&#xd;
3116                                 {&#xd;
3117                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3118                                   &quot;value&quot;: {&#xd;
3119                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3120                                     &quot;fieldSchemaKey&quot;: {&#xd;
3121                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3122                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3123                                     },&#xd;
3124                                     &quot;optional&quot;: false&#xd;
3125                                   }&#xd;
3126                                 }&#xd;
3127                               ]&#xd;
3128                             },&#xd;
3129                             &quot;taskParameters&quot;: {&#xd;
3130                               &quot;entry&quot;: [&#xd;
3131                                 {&#xd;
3132                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
3133                                   &quot;value&quot;: {&#xd;
3134                                     &quot;key&quot;: {&#xd;
3135                                       &quot;parentKeyName&quot;: &quot;Task_Act2&quot;,&#xd;
3136                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
3137                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
3138                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
3139                                     },&#xd;
3140                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
3141                                   }&#xd;
3142                                 }&#xd;
3143                               ]&#xd;
3144                             },&#xd;
3145                             &quot;contextAlbumReference&quot;: [&#xd;
3146                               {&#xd;
3147                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
3148                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3149                               },&#xd;
3150                               {&#xd;
3151                                 &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
3152                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3153                               }&#xd;
3154                             ],&#xd;
3155                             &quot;taskLogic&quot;: {&#xd;
3156                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
3157                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
3158                               &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.logger.debug(executor.inFields);\n\nvar caseSelectedType = java.lang.Byte;\nexecutor.outFields.put(\&quot;TestActCaseSelected\&quot;, new caseSelectedType(0));\n\nvar JavaDate = java.util.Date;\ntimeNow = new JavaDate();\nexecutor.outFields.put(\&quot;TestActStateTime\&quot;, timeNow.getTime());\nexecutor.logger.debug(executor.eo);\n\ntrue;&quot;&#xd;
3159                             }&#xd;
3160                           }&#xd;
3161                         },&#xd;
3162                         {&#xd;
3163                           &quot;key&quot;: {&#xd;
3164                             &quot;name&quot;: &quot;Task_Act3&quot;,&#xd;
3165                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3166                           },&#xd;
3167                           &quot;value&quot;: {&#xd;
3168                             &quot;key&quot;: {&#xd;
3169                               &quot;name&quot;: &quot;Task_Act3&quot;,&#xd;
3170                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3171                             },&#xd;
3172                             &quot;inputFields&quot;: {&#xd;
3173                               &quot;entry&quot;: [&#xd;
3174                                 {&#xd;
3175                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
3176                                   &quot;value&quot;: {&#xd;
3177                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
3178                                     &quot;fieldSchemaKey&quot;: {&#xd;
3179                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3180                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3181                                     },&#xd;
3182                                     &quot;optional&quot;: false&#xd;
3183                                   }&#xd;
3184                                 },&#xd;
3185                                 {&#xd;
3186                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
3187                                   &quot;value&quot;: {&#xd;
3188                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
3189                                     &quot;fieldSchemaKey&quot;: {&#xd;
3190                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3191                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3192                                     },&#xd;
3193                                     &quot;optional&quot;: false&#xd;
3194                                   }&#xd;
3195                                 },&#xd;
3196                                 {&#xd;
3197                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3198                                   &quot;value&quot;: {&#xd;
3199                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3200                                     &quot;fieldSchemaKey&quot;: {&#xd;
3201                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3202                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3203                                     },&#xd;
3204                                     &quot;optional&quot;: false&#xd;
3205                                   }&#xd;
3206                                 },&#xd;
3207                                 {&#xd;
3208                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3209                                   &quot;value&quot;: {&#xd;
3210                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3211                                     &quot;fieldSchemaKey&quot;: {&#xd;
3212                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3213                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3214                                     },&#xd;
3215                                     &quot;optional&quot;: false&#xd;
3216                                   }&#xd;
3217                                 },&#xd;
3218                                 {&#xd;
3219                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3220                                   &quot;value&quot;: {&#xd;
3221                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3222                                     &quot;fieldSchemaKey&quot;: {&#xd;
3223                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3224                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3225                                     },&#xd;
3226                                     &quot;optional&quot;: false&#xd;
3227                                   }&#xd;
3228                                 },&#xd;
3229                                 {&#xd;
3230                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3231                                   &quot;value&quot;: {&#xd;
3232                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3233                                     &quot;fieldSchemaKey&quot;: {&#xd;
3234                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3235                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3236                                     },&#xd;
3237                                     &quot;optional&quot;: false&#xd;
3238                                   }&#xd;
3239                                 },&#xd;
3240                                 {&#xd;
3241                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3242                                   &quot;value&quot;: {&#xd;
3243                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3244                                     &quot;fieldSchemaKey&quot;: {&#xd;
3245                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3246                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3247                                     },&#xd;
3248                                     &quot;optional&quot;: false&#xd;
3249                                   }&#xd;
3250                                 },&#xd;
3251                                 {&#xd;
3252                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3253                                   &quot;value&quot;: {&#xd;
3254                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3255                                     &quot;fieldSchemaKey&quot;: {&#xd;
3256                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
3257                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3258                                     },&#xd;
3259                                     &quot;optional&quot;: false&#xd;
3260                                   }&#xd;
3261                                 },&#xd;
3262                                 {&#xd;
3263                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3264                                   &quot;value&quot;: {&#xd;
3265                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3266                                     &quot;fieldSchemaKey&quot;: {&#xd;
3267                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
3268                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3269                                     },&#xd;
3270                                     &quot;optional&quot;: false&#xd;
3271                                   }&#xd;
3272                                 },&#xd;
3273                                 {&#xd;
3274                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3275                                   &quot;value&quot;: {&#xd;
3276                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3277                                     &quot;fieldSchemaKey&quot;: {&#xd;
3278                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3279                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3280                                     },&#xd;
3281                                     &quot;optional&quot;: false&#xd;
3282                                   }&#xd;
3283                                 }&#xd;
3284                               ]&#xd;
3285                             },&#xd;
3286                             &quot;outputFields&quot;: {&#xd;
3287                               &quot;entry&quot;: [&#xd;
3288                                 {&#xd;
3289                                   &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
3290                                   &quot;value&quot;: {&#xd;
3291                                     &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
3292                                     &quot;fieldSchemaKey&quot;: {&#xd;
3293                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3294                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3295                                     },&#xd;
3296                                     &quot;optional&quot;: false&#xd;
3297                                   }&#xd;
3298                                 },&#xd;
3299                                 {&#xd;
3300                                   &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
3301                                   &quot;value&quot;: {&#xd;
3302                                     &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
3303                                     &quot;fieldSchemaKey&quot;: {&#xd;
3304                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3305                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3306                                     },&#xd;
3307                                     &quot;optional&quot;: false&#xd;
3308                                   }&#xd;
3309                                 },&#xd;
3310                                 {&#xd;
3311                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
3312                                   &quot;value&quot;: {&#xd;
3313                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
3314                                     &quot;fieldSchemaKey&quot;: {&#xd;
3315                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3316                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3317                                     },&#xd;
3318                                     &quot;optional&quot;: false&#xd;
3319                                   }&#xd;
3320                                 },&#xd;
3321                                 {&#xd;
3322                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
3323                                   &quot;value&quot;: {&#xd;
3324                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
3325                                     &quot;fieldSchemaKey&quot;: {&#xd;
3326                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3327                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3328                                     },&#xd;
3329                                     &quot;optional&quot;: false&#xd;
3330                                   }&#xd;
3331                                 },&#xd;
3332                                 {&#xd;
3333                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3334                                   &quot;value&quot;: {&#xd;
3335                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3336                                     &quot;fieldSchemaKey&quot;: {&#xd;
3337                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3338                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3339                                     },&#xd;
3340                                     &quot;optional&quot;: false&#xd;
3341                                   }&#xd;
3342                                 },&#xd;
3343                                 {&#xd;
3344                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3345                                   &quot;value&quot;: {&#xd;
3346                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3347                                     &quot;fieldSchemaKey&quot;: {&#xd;
3348                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3349                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3350                                     },&#xd;
3351                                     &quot;optional&quot;: false&#xd;
3352                                   }&#xd;
3353                                 },&#xd;
3354                                 {&#xd;
3355                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3356                                   &quot;value&quot;: {&#xd;
3357                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3358                                     &quot;fieldSchemaKey&quot;: {&#xd;
3359                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3360                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3361                                     },&#xd;
3362                                     &quot;optional&quot;: false&#xd;
3363                                   }&#xd;
3364                                 },&#xd;
3365                                 {&#xd;
3366                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3367                                   &quot;value&quot;: {&#xd;
3368                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3369                                     &quot;fieldSchemaKey&quot;: {&#xd;
3370                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3371                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3372                                     },&#xd;
3373                                     &quot;optional&quot;: false&#xd;
3374                                   }&#xd;
3375                                 },&#xd;
3376                                 {&#xd;
3377                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3378                                   &quot;value&quot;: {&#xd;
3379                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3380                                     &quot;fieldSchemaKey&quot;: {&#xd;
3381                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3382                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3383                                     },&#xd;
3384                                     &quot;optional&quot;: false&#xd;
3385                                   }&#xd;
3386                                 },&#xd;
3387                                 {&#xd;
3388                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3389                                   &quot;value&quot;: {&#xd;
3390                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3391                                     &quot;fieldSchemaKey&quot;: {&#xd;
3392                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
3393                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3394                                     },&#xd;
3395                                     &quot;optional&quot;: false&#xd;
3396                                   }&#xd;
3397                                 },&#xd;
3398                                 {&#xd;
3399                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3400                                   &quot;value&quot;: {&#xd;
3401                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3402                                     &quot;fieldSchemaKey&quot;: {&#xd;
3403                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
3404                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3405                                     },&#xd;
3406                                     &quot;optional&quot;: false&#xd;
3407                                   }&#xd;
3408                                 },&#xd;
3409                                 {&#xd;
3410                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3411                                   &quot;value&quot;: {&#xd;
3412                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3413                                     &quot;fieldSchemaKey&quot;: {&#xd;
3414                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3415                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3416                                     },&#xd;
3417                                     &quot;optional&quot;: false&#xd;
3418                                   }&#xd;
3419                                 }&#xd;
3420                               ]&#xd;
3421                             },&#xd;
3422                             &quot;taskParameters&quot;: {&#xd;
3423                               &quot;entry&quot;: [&#xd;
3424                                 {&#xd;
3425                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
3426                                   &quot;value&quot;: {&#xd;
3427                                     &quot;key&quot;: {&#xd;
3428                                       &quot;parentKeyName&quot;: &quot;Task_Act3&quot;,&#xd;
3429                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
3430                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
3431                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
3432                                     },&#xd;
3433                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
3434                                   }&#xd;
3435                                 }&#xd;
3436                               ]&#xd;
3437                             },&#xd;
3438                             &quot;contextAlbumReference&quot;: [&#xd;
3439                               {&#xd;
3440                                 &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
3441                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3442                               },&#xd;
3443                               {&#xd;
3444                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
3445                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3446                               }&#xd;
3447                             ],&#xd;
3448                             &quot;taskLogic&quot;: {&#xd;
3449                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
3450                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
3451                               &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.logger.debug(executor.inFields);\n\nvar caseSelectedType = java.lang.Byte;\nexecutor.outFields.put(\&quot;TestActCaseSelected\&quot;, new caseSelectedType(1));\n\nvar JavaDate = java.util.Date;\ntimeNow = new JavaDate();\nexecutor.outFields.put(\&quot;TestActStateTime\&quot;, timeNow.getTime());\nexecutor.logger.debug(executor.eo);\n\ntrue;&quot;&#xd;
3452                             }&#xd;
3453                           }&#xd;
3454                         },&#xd;
3455                         {&#xd;
3456                           &quot;key&quot;: {&#xd;
3457                             &quot;name&quot;: &quot;Task_Decide0&quot;,&#xd;
3458                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3459                           },&#xd;
3460                           &quot;value&quot;: {&#xd;
3461                             &quot;key&quot;: {&#xd;
3462                               &quot;name&quot;: &quot;Task_Decide0&quot;,&#xd;
3463                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3464                             },&#xd;
3465                             &quot;inputFields&quot;: {&#xd;
3466                               &quot;entry&quot;: [&#xd;
3467                                 {&#xd;
3468                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3469                                   &quot;value&quot;: {&#xd;
3470                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3471                                     &quot;fieldSchemaKey&quot;: {&#xd;
3472                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3473                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3474                                     },&#xd;
3475                                     &quot;optional&quot;: false&#xd;
3476                                   }&#xd;
3477                                 },&#xd;
3478                                 {&#xd;
3479                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3480                                   &quot;value&quot;: {&#xd;
3481                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3482                                     &quot;fieldSchemaKey&quot;: {&#xd;
3483                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3484                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3485                                     },&#xd;
3486                                     &quot;optional&quot;: false&#xd;
3487                                   }&#xd;
3488                                 },&#xd;
3489                                 {&#xd;
3490                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3491                                   &quot;value&quot;: {&#xd;
3492                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3493                                     &quot;fieldSchemaKey&quot;: {&#xd;
3494                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3495                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3496                                     },&#xd;
3497                                     &quot;optional&quot;: false&#xd;
3498                                   }&#xd;
3499                                 },&#xd;
3500                                 {&#xd;
3501                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3502                                   &quot;value&quot;: {&#xd;
3503                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3504                                     &quot;fieldSchemaKey&quot;: {&#xd;
3505                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3506                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3507                                     },&#xd;
3508                                     &quot;optional&quot;: false&#xd;
3509                                   }&#xd;
3510                                 },&#xd;
3511                                 {&#xd;
3512                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3513                                   &quot;value&quot;: {&#xd;
3514                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3515                                     &quot;fieldSchemaKey&quot;: {&#xd;
3516                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3517                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3518                                     },&#xd;
3519                                     &quot;optional&quot;: false&#xd;
3520                                   }&#xd;
3521                                 },&#xd;
3522                                 {&#xd;
3523                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3524                                   &quot;value&quot;: {&#xd;
3525                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3526                                     &quot;fieldSchemaKey&quot;: {&#xd;
3527                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
3528                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3529                                     },&#xd;
3530                                     &quot;optional&quot;: false&#xd;
3531                                   }&#xd;
3532                                 },&#xd;
3533                                 {&#xd;
3534                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3535                                   &quot;value&quot;: {&#xd;
3536                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3537                                     &quot;fieldSchemaKey&quot;: {&#xd;
3538                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
3539                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3540                                     },&#xd;
3541                                     &quot;optional&quot;: false&#xd;
3542                                   }&#xd;
3543                                 },&#xd;
3544                                 {&#xd;
3545                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3546                                   &quot;value&quot;: {&#xd;
3547                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3548                                     &quot;fieldSchemaKey&quot;: {&#xd;
3549                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3550                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3551                                     },&#xd;
3552                                     &quot;optional&quot;: false&#xd;
3553                                   }&#xd;
3554                                 }&#xd;
3555                               ]&#xd;
3556                             },&#xd;
3557                             &quot;outputFields&quot;: {&#xd;
3558                               &quot;entry&quot;: [&#xd;
3559                                 {&#xd;
3560                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
3561                                   &quot;value&quot;: {&#xd;
3562                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
3563                                     &quot;fieldSchemaKey&quot;: {&#xd;
3564                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3565                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3566                                     },&#xd;
3567                                     &quot;optional&quot;: false&#xd;
3568                                   }&#xd;
3569                                 },&#xd;
3570                                 {&#xd;
3571                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
3572                                   &quot;value&quot;: {&#xd;
3573                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
3574                                     &quot;fieldSchemaKey&quot;: {&#xd;
3575                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3576                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3577                                     },&#xd;
3578                                     &quot;optional&quot;: false&#xd;
3579                                   }&#xd;
3580                                 },&#xd;
3581                                 {&#xd;
3582                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3583                                   &quot;value&quot;: {&#xd;
3584                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3585                                     &quot;fieldSchemaKey&quot;: {&#xd;
3586                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3587                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3588                                     },&#xd;
3589                                     &quot;optional&quot;: false&#xd;
3590                                   }&#xd;
3591                                 },&#xd;
3592                                 {&#xd;
3593                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3594                                   &quot;value&quot;: {&#xd;
3595                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3596                                     &quot;fieldSchemaKey&quot;: {&#xd;
3597                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3598                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3599                                     },&#xd;
3600                                     &quot;optional&quot;: false&#xd;
3601                                   }&#xd;
3602                                 },&#xd;
3603                                 {&#xd;
3604                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3605                                   &quot;value&quot;: {&#xd;
3606                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3607                                     &quot;fieldSchemaKey&quot;: {&#xd;
3608                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3609                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3610                                     },&#xd;
3611                                     &quot;optional&quot;: false&#xd;
3612                                   }&#xd;
3613                                 },&#xd;
3614                                 {&#xd;
3615                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3616                                   &quot;value&quot;: {&#xd;
3617                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3618                                     &quot;fieldSchemaKey&quot;: {&#xd;
3619                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3620                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3621                                     },&#xd;
3622                                     &quot;optional&quot;: false&#xd;
3623                                   }&#xd;
3624                                 },&#xd;
3625                                 {&#xd;
3626                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3627                                   &quot;value&quot;: {&#xd;
3628                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3629                                     &quot;fieldSchemaKey&quot;: {&#xd;
3630                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3631                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3632                                     },&#xd;
3633                                     &quot;optional&quot;: false&#xd;
3634                                   }&#xd;
3635                                 },&#xd;
3636                                 {&#xd;
3637                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3638                                   &quot;value&quot;: {&#xd;
3639                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3640                                     &quot;fieldSchemaKey&quot;: {&#xd;
3641                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
3642                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3643                                     },&#xd;
3644                                     &quot;optional&quot;: false&#xd;
3645                                   }&#xd;
3646                                 },&#xd;
3647                                 {&#xd;
3648                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3649                                   &quot;value&quot;: {&#xd;
3650                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3651                                     &quot;fieldSchemaKey&quot;: {&#xd;
3652                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
3653                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3654                                     },&#xd;
3655                                     &quot;optional&quot;: false&#xd;
3656                                   }&#xd;
3657                                 },&#xd;
3658                                 {&#xd;
3659                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3660                                   &quot;value&quot;: {&#xd;
3661                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3662                                     &quot;fieldSchemaKey&quot;: {&#xd;
3663                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3664                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3665                                     },&#xd;
3666                                     &quot;optional&quot;: false&#xd;
3667                                   }&#xd;
3668                                 }&#xd;
3669                               ]&#xd;
3670                             },&#xd;
3671                             &quot;taskParameters&quot;: {&#xd;
3672                               &quot;entry&quot;: [&#xd;
3673                                 {&#xd;
3674                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
3675                                   &quot;value&quot;: {&#xd;
3676                                     &quot;key&quot;: {&#xd;
3677                                       &quot;parentKeyName&quot;: &quot;Task_Decide0&quot;,&#xd;
3678                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
3679                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
3680                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
3681                                     },&#xd;
3682                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
3683                                   }&#xd;
3684                                 },&#xd;
3685                                 {&#xd;
3686                                   &quot;key&quot;: &quot;Parameter1&quot;,&#xd;
3687                                   &quot;value&quot;: {&#xd;
3688                                     &quot;key&quot;: {&#xd;
3689                                       &quot;parentKeyName&quot;: &quot;Task_Decide0&quot;,&#xd;
3690                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
3691                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
3692                                       &quot;localName&quot;: &quot;Parameter1&quot;&#xd;
3693                                     },&#xd;
3694                                     &quot;defaultValue&quot;: &quot;DefaultValue1&quot;&#xd;
3695                                   }&#xd;
3696                                 },&#xd;
3697                                 {&#xd;
3698                                   &quot;key&quot;: &quot;Parameter2&quot;,&#xd;
3699                                   &quot;value&quot;: {&#xd;
3700                                     &quot;key&quot;: {&#xd;
3701                                       &quot;parentKeyName&quot;: &quot;Task_Decide0&quot;,&#xd;
3702                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
3703                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
3704                                       &quot;localName&quot;: &quot;Parameter2&quot;&#xd;
3705                                     },&#xd;
3706                                     &quot;defaultValue&quot;: &quot;DefaultValue2&quot;&#xd;
3707                                   }&#xd;
3708                                 }&#xd;
3709                               ]&#xd;
3710                             },&#xd;
3711                             &quot;contextAlbumReference&quot;: [&#xd;
3712                               {&#xd;
3713                                 &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
3714                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3715                               },&#xd;
3716                               {&#xd;
3717                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
3718                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3719                               },&#xd;
3720                               {&#xd;
3721                                 &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
3722                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3723                               },&#xd;
3724                               {&#xd;
3725                                 &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
3726                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3727                               }&#xd;
3728                             ],&#xd;
3729                             &quot;taskLogic&quot;: {&#xd;
3730                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
3731                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
3732                               &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.logger.debug(executor.inFields);\n\nvar caseSelectedType = java.lang.Byte;\nexecutor.outFields.put(\&quot;TestDecideCaseSelected\&quot;, new caseSelectedType(2));\n\nvar JavaDate = java.util.Date;\ntimeNow = new JavaDate();\nexecutor.outFields.put(\&quot;TestDecideStateTime\&quot;, timeNow.getTime());\nexecutor.logger.debug(executor.eo);\n\ntrue;&quot;&#xd;
3733                             }&#xd;
3734                           }&#xd;
3735                         },&#xd;
3736                         {&#xd;
3737                           &quot;key&quot;: {&#xd;
3738                             &quot;name&quot;: &quot;Task_Decide1&quot;,&#xd;
3739                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3740                           },&#xd;
3741                           &quot;value&quot;: {&#xd;
3742                             &quot;key&quot;: {&#xd;
3743                               &quot;name&quot;: &quot;Task_Decide1&quot;,&#xd;
3744                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3745                             },&#xd;
3746                             &quot;inputFields&quot;: {&#xd;
3747                               &quot;entry&quot;: [&#xd;
3748                                 {&#xd;
3749                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3750                                   &quot;value&quot;: {&#xd;
3751                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3752                                     &quot;fieldSchemaKey&quot;: {&#xd;
3753                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3754                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3755                                     },&#xd;
3756                                     &quot;optional&quot;: false&#xd;
3757                                   }&#xd;
3758                                 },&#xd;
3759                                 {&#xd;
3760                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3761                                   &quot;value&quot;: {&#xd;
3762                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3763                                     &quot;fieldSchemaKey&quot;: {&#xd;
3764                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3765                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3766                                     },&#xd;
3767                                     &quot;optional&quot;: false&#xd;
3768                                   }&#xd;
3769                                 },&#xd;
3770                                 {&#xd;
3771                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3772                                   &quot;value&quot;: {&#xd;
3773                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3774                                     &quot;fieldSchemaKey&quot;: {&#xd;
3775                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3776                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3777                                     },&#xd;
3778                                     &quot;optional&quot;: false&#xd;
3779                                   }&#xd;
3780                                 },&#xd;
3781                                 {&#xd;
3782                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3783                                   &quot;value&quot;: {&#xd;
3784                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3785                                     &quot;fieldSchemaKey&quot;: {&#xd;
3786                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3787                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3788                                     },&#xd;
3789                                     &quot;optional&quot;: false&#xd;
3790                                   }&#xd;
3791                                 },&#xd;
3792                                 {&#xd;
3793                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3794                                   &quot;value&quot;: {&#xd;
3795                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3796                                     &quot;fieldSchemaKey&quot;: {&#xd;
3797                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3798                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3799                                     },&#xd;
3800                                     &quot;optional&quot;: false&#xd;
3801                                   }&#xd;
3802                                 },&#xd;
3803                                 {&#xd;
3804                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3805                                   &quot;value&quot;: {&#xd;
3806                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3807                                     &quot;fieldSchemaKey&quot;: {&#xd;
3808                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
3809                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3810                                     },&#xd;
3811                                     &quot;optional&quot;: false&#xd;
3812                                   }&#xd;
3813                                 },&#xd;
3814                                 {&#xd;
3815                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3816                                   &quot;value&quot;: {&#xd;
3817                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3818                                     &quot;fieldSchemaKey&quot;: {&#xd;
3819                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
3820                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3821                                     },&#xd;
3822                                     &quot;optional&quot;: false&#xd;
3823                                   }&#xd;
3824                                 },&#xd;
3825                                 {&#xd;
3826                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3827                                   &quot;value&quot;: {&#xd;
3828                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3829                                     &quot;fieldSchemaKey&quot;: {&#xd;
3830                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3831                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3832                                     },&#xd;
3833                                     &quot;optional&quot;: false&#xd;
3834                                   }&#xd;
3835                                 }&#xd;
3836                               ]&#xd;
3837                             },&#xd;
3838                             &quot;outputFields&quot;: {&#xd;
3839                               &quot;entry&quot;: [&#xd;
3840                                 {&#xd;
3841                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
3842                                   &quot;value&quot;: {&#xd;
3843                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
3844                                     &quot;fieldSchemaKey&quot;: {&#xd;
3845                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3846                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3847                                     },&#xd;
3848                                     &quot;optional&quot;: false&#xd;
3849                                   }&#xd;
3850                                 },&#xd;
3851                                 {&#xd;
3852                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
3853                                   &quot;value&quot;: {&#xd;
3854                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
3855                                     &quot;fieldSchemaKey&quot;: {&#xd;
3856                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3857                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3858                                     },&#xd;
3859                                     &quot;optional&quot;: false&#xd;
3860                                   }&#xd;
3861                                 },&#xd;
3862                                 {&#xd;
3863                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3864                                   &quot;value&quot;: {&#xd;
3865                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3866                                     &quot;fieldSchemaKey&quot;: {&#xd;
3867                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3868                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3869                                     },&#xd;
3870                                     &quot;optional&quot;: false&#xd;
3871                                   }&#xd;
3872                                 },&#xd;
3873                                 {&#xd;
3874                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3875                                   &quot;value&quot;: {&#xd;
3876                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3877                                     &quot;fieldSchemaKey&quot;: {&#xd;
3878                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3879                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3880                                     },&#xd;
3881                                     &quot;optional&quot;: false&#xd;
3882                                   }&#xd;
3883                                 },&#xd;
3884                                 {&#xd;
3885                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3886                                   &quot;value&quot;: {&#xd;
3887                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3888                                     &quot;fieldSchemaKey&quot;: {&#xd;
3889                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3890                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3891                                     },&#xd;
3892                                     &quot;optional&quot;: false&#xd;
3893                                   }&#xd;
3894                                 },&#xd;
3895                                 {&#xd;
3896                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3897                                   &quot;value&quot;: {&#xd;
3898                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3899                                     &quot;fieldSchemaKey&quot;: {&#xd;
3900                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3901                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3902                                     },&#xd;
3903                                     &quot;optional&quot;: false&#xd;
3904                                   }&#xd;
3905                                 },&#xd;
3906                                 {&#xd;
3907                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3908                                   &quot;value&quot;: {&#xd;
3909                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3910                                     &quot;fieldSchemaKey&quot;: {&#xd;
3911                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3912                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3913                                     },&#xd;
3914                                     &quot;optional&quot;: false&#xd;
3915                                   }&#xd;
3916                                 },&#xd;
3917                                 {&#xd;
3918                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3919                                   &quot;value&quot;: {&#xd;
3920                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3921                                     &quot;fieldSchemaKey&quot;: {&#xd;
3922                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
3923                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3924                                     },&#xd;
3925                                     &quot;optional&quot;: false&#xd;
3926                                   }&#xd;
3927                                 },&#xd;
3928                                 {&#xd;
3929                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3930                                   &quot;value&quot;: {&#xd;
3931                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3932                                     &quot;fieldSchemaKey&quot;: {&#xd;
3933                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
3934                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3935                                     },&#xd;
3936                                     &quot;optional&quot;: false&#xd;
3937                                   }&#xd;
3938                                 },&#xd;
3939                                 {&#xd;
3940                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3941                                   &quot;value&quot;: {&#xd;
3942                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3943                                     &quot;fieldSchemaKey&quot;: {&#xd;
3944                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3945                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3946                                     },&#xd;
3947                                     &quot;optional&quot;: false&#xd;
3948                                   }&#xd;
3949                                 }&#xd;
3950                               ]&#xd;
3951                             },&#xd;
3952                             &quot;taskParameters&quot;: {&#xd;
3953                               &quot;entry&quot;: [&#xd;
3954                                 {&#xd;
3955                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
3956                                   &quot;value&quot;: {&#xd;
3957                                     &quot;key&quot;: {&#xd;
3958                                       &quot;parentKeyName&quot;: &quot;Task_Decide1&quot;,&#xd;
3959                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
3960                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
3961                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
3962                                     },&#xd;
3963                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
3964                                   }&#xd;
3965                                 },&#xd;
3966                                 {&#xd;
3967                                   &quot;key&quot;: &quot;Parameter1&quot;,&#xd;
3968                                   &quot;value&quot;: {&#xd;
3969                                     &quot;key&quot;: {&#xd;
3970                                       &quot;parentKeyName&quot;: &quot;Task_Decide1&quot;,&#xd;
3971                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
3972                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
3973                                       &quot;localName&quot;: &quot;Parameter1&quot;&#xd;
3974                                     },&#xd;
3975                                     &quot;defaultValue&quot;: &quot;DefaultValue1&quot;&#xd;
3976                                   }&#xd;
3977                                 }&#xd;
3978                               ]&#xd;
3979                             },&#xd;
3980                             &quot;contextAlbumReference&quot;: [&#xd;
3981                               {&#xd;
3982                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
3983                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3984                               },&#xd;
3985                               {&#xd;
3986                                 &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
3987                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3988                               }&#xd;
3989                             ],&#xd;
3990                             &quot;taskLogic&quot;: {&#xd;
3991                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
3992                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
3993                               &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.logger.debug(executor.inFields);\n\nvar caseSelectedType = java.lang.Byte;\nexecutor.outFields.put(\&quot;TestDecideCaseSelected\&quot;, new caseSelectedType(3));\n\nvar JavaDate = java.util.Date;\ntimeNow = new JavaDate();\nexecutor.outFields.put(\&quot;TestDecideStateTime\&quot;, timeNow.getTime());\nexecutor.logger.debug(executor.eo);\n\ntrue;&quot;&#xd;
3994                             }&#xd;
3995                           }&#xd;
3996                         },&#xd;
3997                         {&#xd;
3998                           &quot;key&quot;: {&#xd;
3999                             &quot;name&quot;: &quot;Task_Decide2&quot;,&#xd;
4000                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4001                           },&#xd;
4002                           &quot;value&quot;: {&#xd;
4003                             &quot;key&quot;: {&#xd;
4004                               &quot;name&quot;: &quot;Task_Decide2&quot;,&#xd;
4005                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4006                             },&#xd;
4007                             &quot;inputFields&quot;: {&#xd;
4008                               &quot;entry&quot;: [&#xd;
4009                                 {&#xd;
4010                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4011                                   &quot;value&quot;: {&#xd;
4012                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4013                                     &quot;fieldSchemaKey&quot;: {&#xd;
4014                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4015                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4016                                     },&#xd;
4017                                     &quot;optional&quot;: false&#xd;
4018                                   }&#xd;
4019                                 },&#xd;
4020                                 {&#xd;
4021                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4022                                   &quot;value&quot;: {&#xd;
4023                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4024                                     &quot;fieldSchemaKey&quot;: {&#xd;
4025                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4026                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4027                                     },&#xd;
4028                                     &quot;optional&quot;: false&#xd;
4029                                   }&#xd;
4030                                 },&#xd;
4031                                 {&#xd;
4032                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4033                                   &quot;value&quot;: {&#xd;
4034                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4035                                     &quot;fieldSchemaKey&quot;: {&#xd;
4036                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4037                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4038                                     },&#xd;
4039                                     &quot;optional&quot;: false&#xd;
4040                                   }&#xd;
4041                                 },&#xd;
4042                                 {&#xd;
4043                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4044                                   &quot;value&quot;: {&#xd;
4045                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4046                                     &quot;fieldSchemaKey&quot;: {&#xd;
4047                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4048                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4049                                     },&#xd;
4050                                     &quot;optional&quot;: false&#xd;
4051                                   }&#xd;
4052                                 },&#xd;
4053                                 {&#xd;
4054                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4055                                   &quot;value&quot;: {&#xd;
4056                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4057                                     &quot;fieldSchemaKey&quot;: {&#xd;
4058                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4059                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4060                                     },&#xd;
4061                                     &quot;optional&quot;: false&#xd;
4062                                   }&#xd;
4063                                 },&#xd;
4064                                 {&#xd;
4065                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4066                                   &quot;value&quot;: {&#xd;
4067                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4068                                     &quot;fieldSchemaKey&quot;: {&#xd;
4069                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
4070                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4071                                     },&#xd;
4072                                     &quot;optional&quot;: false&#xd;
4073                                   }&#xd;
4074                                 },&#xd;
4075                                 {&#xd;
4076                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4077                                   &quot;value&quot;: {&#xd;
4078                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4079                                     &quot;fieldSchemaKey&quot;: {&#xd;
4080                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
4081                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4082                                     },&#xd;
4083                                     &quot;optional&quot;: false&#xd;
4084                                   }&#xd;
4085                                 },&#xd;
4086                                 {&#xd;
4087                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4088                                   &quot;value&quot;: {&#xd;
4089                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4090                                     &quot;fieldSchemaKey&quot;: {&#xd;
4091                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4092                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4093                                     },&#xd;
4094                                     &quot;optional&quot;: false&#xd;
4095                                   }&#xd;
4096                                 }&#xd;
4097                               ]&#xd;
4098                             },&#xd;
4099                             &quot;outputFields&quot;: {&#xd;
4100                               &quot;entry&quot;: [&#xd;
4101                                 {&#xd;
4102                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
4103                                   &quot;value&quot;: {&#xd;
4104                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
4105                                     &quot;fieldSchemaKey&quot;: {&#xd;
4106                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4107                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4108                                     },&#xd;
4109                                     &quot;optional&quot;: false&#xd;
4110                                   }&#xd;
4111                                 },&#xd;
4112                                 {&#xd;
4113                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
4114                                   &quot;value&quot;: {&#xd;
4115                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
4116                                     &quot;fieldSchemaKey&quot;: {&#xd;
4117                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4118                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4119                                     },&#xd;
4120                                     &quot;optional&quot;: false&#xd;
4121                                   }&#xd;
4122                                 },&#xd;
4123                                 {&#xd;
4124                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4125                                   &quot;value&quot;: {&#xd;
4126                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4127                                     &quot;fieldSchemaKey&quot;: {&#xd;
4128                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4129                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4130                                     },&#xd;
4131                                     &quot;optional&quot;: false&#xd;
4132                                   }&#xd;
4133                                 },&#xd;
4134                                 {&#xd;
4135                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4136                                   &quot;value&quot;: {&#xd;
4137                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4138                                     &quot;fieldSchemaKey&quot;: {&#xd;
4139                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4140                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4141                                     },&#xd;
4142                                     &quot;optional&quot;: false&#xd;
4143                                   }&#xd;
4144                                 },&#xd;
4145                                 {&#xd;
4146                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4147                                   &quot;value&quot;: {&#xd;
4148                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4149                                     &quot;fieldSchemaKey&quot;: {&#xd;
4150                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4151                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4152                                     },&#xd;
4153                                     &quot;optional&quot;: false&#xd;
4154                                   }&#xd;
4155                                 },&#xd;
4156                                 {&#xd;
4157                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4158                                   &quot;value&quot;: {&#xd;
4159                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4160                                     &quot;fieldSchemaKey&quot;: {&#xd;
4161                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4162                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4163                                     },&#xd;
4164                                     &quot;optional&quot;: false&#xd;
4165                                   }&#xd;
4166                                 },&#xd;
4167                                 {&#xd;
4168                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4169                                   &quot;value&quot;: {&#xd;
4170                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4171                                     &quot;fieldSchemaKey&quot;: {&#xd;
4172                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4173                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4174                                     },&#xd;
4175                                     &quot;optional&quot;: false&#xd;
4176                                   }&#xd;
4177                                 },&#xd;
4178                                 {&#xd;
4179                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4180                                   &quot;value&quot;: {&#xd;
4181                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4182                                     &quot;fieldSchemaKey&quot;: {&#xd;
4183                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
4184                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4185                                     },&#xd;
4186                                     &quot;optional&quot;: false&#xd;
4187                                   }&#xd;
4188                                 },&#xd;
4189                                 {&#xd;
4190                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4191                                   &quot;value&quot;: {&#xd;
4192                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4193                                     &quot;fieldSchemaKey&quot;: {&#xd;
4194                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
4195                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4196                                     },&#xd;
4197                                     &quot;optional&quot;: false&#xd;
4198                                   }&#xd;
4199                                 },&#xd;
4200                                 {&#xd;
4201                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4202                                   &quot;value&quot;: {&#xd;
4203                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4204                                     &quot;fieldSchemaKey&quot;: {&#xd;
4205                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4206                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4207                                     },&#xd;
4208                                     &quot;optional&quot;: false&#xd;
4209                                   }&#xd;
4210                                 }&#xd;
4211                               ]&#xd;
4212                             },&#xd;
4213                             &quot;taskParameters&quot;: {&#xd;
4214                               &quot;entry&quot;: [&#xd;
4215                                 {&#xd;
4216                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
4217                                   &quot;value&quot;: {&#xd;
4218                                     &quot;key&quot;: {&#xd;
4219                                       &quot;parentKeyName&quot;: &quot;Task_Decide2&quot;,&#xd;
4220                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
4221                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
4222                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
4223                                     },&#xd;
4224                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
4225                                   }&#xd;
4226                                 }&#xd;
4227                               ]&#xd;
4228                             },&#xd;
4229                             &quot;contextAlbumReference&quot;: [&#xd;
4230                               {&#xd;
4231                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
4232                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4233                               },&#xd;
4234                               {&#xd;
4235                                 &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
4236                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4237                               }&#xd;
4238                             ],&#xd;
4239                             &quot;taskLogic&quot;: {&#xd;
4240                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
4241                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
4242                               &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.logger.debug(executor.inFields);\n\nvar caseSelectedType = java.lang.Byte;\nexecutor.outFields.put(\&quot;TestDecideCaseSelected\&quot;, new caseSelectedType(0));\n\nvar JavaDate = java.util.Date;\ntimeNow = new JavaDate();\nexecutor.outFields.put(\&quot;TestDecideStateTime\&quot;, timeNow.getTime());\nexecutor.logger.debug(executor.eo);\n\ntrue;&quot;&#xd;
4243                             }&#xd;
4244                           }&#xd;
4245                         },&#xd;
4246                         {&#xd;
4247                           &quot;key&quot;: {&#xd;
4248                             &quot;name&quot;: &quot;Task_Decide3&quot;,&#xd;
4249                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4250                           },&#xd;
4251                           &quot;value&quot;: {&#xd;
4252                             &quot;key&quot;: {&#xd;
4253                               &quot;name&quot;: &quot;Task_Decide3&quot;,&#xd;
4254                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4255                             },&#xd;
4256                             &quot;inputFields&quot;: {&#xd;
4257                               &quot;entry&quot;: [&#xd;
4258                                 {&#xd;
4259                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4260                                   &quot;value&quot;: {&#xd;
4261                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4262                                     &quot;fieldSchemaKey&quot;: {&#xd;
4263                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4264                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4265                                     },&#xd;
4266                                     &quot;optional&quot;: false&#xd;
4267                                   }&#xd;
4268                                 },&#xd;
4269                                 {&#xd;
4270                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4271                                   &quot;value&quot;: {&#xd;
4272                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4273                                     &quot;fieldSchemaKey&quot;: {&#xd;
4274                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4275                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4276                                     },&#xd;
4277                                     &quot;optional&quot;: false&#xd;
4278                                   }&#xd;
4279                                 },&#xd;
4280                                 {&#xd;
4281                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4282                                   &quot;value&quot;: {&#xd;
4283                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4284                                     &quot;fieldSchemaKey&quot;: {&#xd;
4285                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4286                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4287                                     },&#xd;
4288                                     &quot;optional&quot;: false&#xd;
4289                                   }&#xd;
4290                                 },&#xd;
4291                                 {&#xd;
4292                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4293                                   &quot;value&quot;: {&#xd;
4294                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4295                                     &quot;fieldSchemaKey&quot;: {&#xd;
4296                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4297                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4298                                     },&#xd;
4299                                     &quot;optional&quot;: false&#xd;
4300                                   }&#xd;
4301                                 },&#xd;
4302                                 {&#xd;
4303                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4304                                   &quot;value&quot;: {&#xd;
4305                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4306                                     &quot;fieldSchemaKey&quot;: {&#xd;
4307                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4308                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4309                                     },&#xd;
4310                                     &quot;optional&quot;: false&#xd;
4311                                   }&#xd;
4312                                 },&#xd;
4313                                 {&#xd;
4314                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4315                                   &quot;value&quot;: {&#xd;
4316                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4317                                     &quot;fieldSchemaKey&quot;: {&#xd;
4318                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
4319                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4320                                     },&#xd;
4321                                     &quot;optional&quot;: false&#xd;
4322                                   }&#xd;
4323                                 },&#xd;
4324                                 {&#xd;
4325                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4326                                   &quot;value&quot;: {&#xd;
4327                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4328                                     &quot;fieldSchemaKey&quot;: {&#xd;
4329                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
4330                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4331                                     },&#xd;
4332                                     &quot;optional&quot;: false&#xd;
4333                                   }&#xd;
4334                                 },&#xd;
4335                                 {&#xd;
4336                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4337                                   &quot;value&quot;: {&#xd;
4338                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4339                                     &quot;fieldSchemaKey&quot;: {&#xd;
4340                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4341                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4342                                     },&#xd;
4343                                     &quot;optional&quot;: false&#xd;
4344                                   }&#xd;
4345                                 }&#xd;
4346                               ]&#xd;
4347                             },&#xd;
4348                             &quot;outputFields&quot;: {&#xd;
4349                               &quot;entry&quot;: [&#xd;
4350                                 {&#xd;
4351                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
4352                                   &quot;value&quot;: {&#xd;
4353                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
4354                                     &quot;fieldSchemaKey&quot;: {&#xd;
4355                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4356                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4357                                     },&#xd;
4358                                     &quot;optional&quot;: false&#xd;
4359                                   }&#xd;
4360                                 },&#xd;
4361                                 {&#xd;
4362                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
4363                                   &quot;value&quot;: {&#xd;
4364                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
4365                                     &quot;fieldSchemaKey&quot;: {&#xd;
4366                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4367                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4368                                     },&#xd;
4369                                     &quot;optional&quot;: false&#xd;
4370                                   }&#xd;
4371                                 },&#xd;
4372                                 {&#xd;
4373                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4374                                   &quot;value&quot;: {&#xd;
4375                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4376                                     &quot;fieldSchemaKey&quot;: {&#xd;
4377                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4378                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4379                                     },&#xd;
4380                                     &quot;optional&quot;: false&#xd;
4381                                   }&#xd;
4382                                 },&#xd;
4383                                 {&#xd;
4384                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4385                                   &quot;value&quot;: {&#xd;
4386                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4387                                     &quot;fieldSchemaKey&quot;: {&#xd;
4388                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4389                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4390                                     },&#xd;
4391                                     &quot;optional&quot;: false&#xd;
4392                                   }&#xd;
4393                                 },&#xd;
4394                                 {&#xd;
4395                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4396                                   &quot;value&quot;: {&#xd;
4397                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4398                                     &quot;fieldSchemaKey&quot;: {&#xd;
4399                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4400                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4401                                     },&#xd;
4402                                     &quot;optional&quot;: false&#xd;
4403                                   }&#xd;
4404                                 },&#xd;
4405                                 {&#xd;
4406                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4407                                   &quot;value&quot;: {&#xd;
4408                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4409                                     &quot;fieldSchemaKey&quot;: {&#xd;
4410                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4411                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4412                                     },&#xd;
4413                                     &quot;optional&quot;: false&#xd;
4414                                   }&#xd;
4415                                 },&#xd;
4416                                 {&#xd;
4417                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4418                                   &quot;value&quot;: {&#xd;
4419                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4420                                     &quot;fieldSchemaKey&quot;: {&#xd;
4421                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4422                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4423                                     },&#xd;
4424                                     &quot;optional&quot;: false&#xd;
4425                                   }&#xd;
4426                                 },&#xd;
4427                                 {&#xd;
4428                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4429                                   &quot;value&quot;: {&#xd;
4430                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4431                                     &quot;fieldSchemaKey&quot;: {&#xd;
4432                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
4433                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4434                                     },&#xd;
4435                                     &quot;optional&quot;: false&#xd;
4436                                   }&#xd;
4437                                 },&#xd;
4438                                 {&#xd;
4439                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4440                                   &quot;value&quot;: {&#xd;
4441                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4442                                     &quot;fieldSchemaKey&quot;: {&#xd;
4443                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
4444                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4445                                     },&#xd;
4446                                     &quot;optional&quot;: false&#xd;
4447                                   }&#xd;
4448                                 },&#xd;
4449                                 {&#xd;
4450                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4451                                   &quot;value&quot;: {&#xd;
4452                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4453                                     &quot;fieldSchemaKey&quot;: {&#xd;
4454                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4455                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4456                                     },&#xd;
4457                                     &quot;optional&quot;: false&#xd;
4458                                   }&#xd;
4459                                 }&#xd;
4460                               ]&#xd;
4461                             },&#xd;
4462                             &quot;taskParameters&quot;: {&#xd;
4463                               &quot;entry&quot;: [&#xd;
4464                                 {&#xd;
4465                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
4466                                   &quot;value&quot;: {&#xd;
4467                                     &quot;key&quot;: {&#xd;
4468                                       &quot;parentKeyName&quot;: &quot;Task_Decide3&quot;,&#xd;
4469                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
4470                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
4471                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
4472                                     },&#xd;
4473                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
4474                                   }&#xd;
4475                                 }&#xd;
4476                               ]&#xd;
4477                             },&#xd;
4478                             &quot;contextAlbumReference&quot;: [&#xd;
4479                               {&#xd;
4480                                 &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
4481                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4482                               },&#xd;
4483                               {&#xd;
4484                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
4485                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4486                               }&#xd;
4487                             ],&#xd;
4488                             &quot;taskLogic&quot;: {&#xd;
4489                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
4490                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
4491                               &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.logger.debug(executor.inFields);\n\nvar caseSelectedType = java.lang.Byte;\nexecutor.outFields.put(\&quot;TestDecideCaseSelected\&quot;, new caseSelectedType(1));\n\nvar JavaDate = java.util.Date;\ntimeNow = new JavaDate();\nexecutor.outFields.put(\&quot;TestDecideStateTime\&quot;, timeNow.getTime());\nexecutor.logger.debug(executor.eo);\n\ntrue;&quot;&#xd;
4492                             }&#xd;
4493                           }&#xd;
4494                         },&#xd;
4495                         {&#xd;
4496                           &quot;key&quot;: {&#xd;
4497                             &quot;name&quot;: &quot;Task_Establish0&quot;,&#xd;
4498                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4499                           },&#xd;
4500                           &quot;value&quot;: {&#xd;
4501                             &quot;key&quot;: {&#xd;
4502                               &quot;name&quot;: &quot;Task_Establish0&quot;,&#xd;
4503                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4504                             },&#xd;
4505                             &quot;inputFields&quot;: {&#xd;
4506                               &quot;entry&quot;: [&#xd;
4507                                 {&#xd;
4508                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4509                                   &quot;value&quot;: {&#xd;
4510                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4511                                     &quot;fieldSchemaKey&quot;: {&#xd;
4512                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4513                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4514                                     },&#xd;
4515                                     &quot;optional&quot;: false&#xd;
4516                                   }&#xd;
4517                                 },&#xd;
4518                                 {&#xd;
4519                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4520                                   &quot;value&quot;: {&#xd;
4521                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4522                                     &quot;fieldSchemaKey&quot;: {&#xd;
4523                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4524                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4525                                     },&#xd;
4526                                     &quot;optional&quot;: false&#xd;
4527                                   }&#xd;
4528                                 },&#xd;
4529                                 {&#xd;
4530                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4531                                   &quot;value&quot;: {&#xd;
4532                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4533                                     &quot;fieldSchemaKey&quot;: {&#xd;
4534                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4535                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4536                                     },&#xd;
4537                                     &quot;optional&quot;: false&#xd;
4538                                   }&#xd;
4539                                 },&#xd;
4540                                 {&#xd;
4541                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4542                                   &quot;value&quot;: {&#xd;
4543                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4544                                     &quot;fieldSchemaKey&quot;: {&#xd;
4545                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
4546                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4547                                     },&#xd;
4548                                     &quot;optional&quot;: false&#xd;
4549                                   }&#xd;
4550                                 },&#xd;
4551                                 {&#xd;
4552                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4553                                   &quot;value&quot;: {&#xd;
4554                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4555                                     &quot;fieldSchemaKey&quot;: {&#xd;
4556                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
4557                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4558                                     },&#xd;
4559                                     &quot;optional&quot;: false&#xd;
4560                                   }&#xd;
4561                                 },&#xd;
4562                                 {&#xd;
4563                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4564                                   &quot;value&quot;: {&#xd;
4565                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4566                                     &quot;fieldSchemaKey&quot;: {&#xd;
4567                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4568                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4569                                     },&#xd;
4570                                     &quot;optional&quot;: false&#xd;
4571                                   }&#xd;
4572                                 }&#xd;
4573                               ]&#xd;
4574                             },&#xd;
4575                             &quot;outputFields&quot;: {&#xd;
4576                               &quot;entry&quot;: [&#xd;
4577                                 {&#xd;
4578                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4579                                   &quot;value&quot;: {&#xd;
4580                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4581                                     &quot;fieldSchemaKey&quot;: {&#xd;
4582                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4583                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4584                                     },&#xd;
4585                                     &quot;optional&quot;: false&#xd;
4586                                   }&#xd;
4587                                 },&#xd;
4588                                 {&#xd;
4589                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4590                                   &quot;value&quot;: {&#xd;
4591                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4592                                     &quot;fieldSchemaKey&quot;: {&#xd;
4593                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4594                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4595                                     },&#xd;
4596                                     &quot;optional&quot;: false&#xd;
4597                                   }&#xd;
4598                                 },&#xd;
4599                                 {&#xd;
4600                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4601                                   &quot;value&quot;: {&#xd;
4602                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4603                                     &quot;fieldSchemaKey&quot;: {&#xd;
4604                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4605                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4606                                     },&#xd;
4607                                     &quot;optional&quot;: false&#xd;
4608                                   }&#xd;
4609                                 },&#xd;
4610                                 {&#xd;
4611                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4612                                   &quot;value&quot;: {&#xd;
4613                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4614                                     &quot;fieldSchemaKey&quot;: {&#xd;
4615                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4616                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4617                                     },&#xd;
4618                                     &quot;optional&quot;: false&#xd;
4619                                   }&#xd;
4620                                 },&#xd;
4621                                 {&#xd;
4622                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4623                                   &quot;value&quot;: {&#xd;
4624                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4625                                     &quot;fieldSchemaKey&quot;: {&#xd;
4626                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4627                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4628                                     },&#xd;
4629                                     &quot;optional&quot;: false&#xd;
4630                                   }&#xd;
4631                                 },&#xd;
4632                                 {&#xd;
4633                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4634                                   &quot;value&quot;: {&#xd;
4635                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4636                                     &quot;fieldSchemaKey&quot;: {&#xd;
4637                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
4638                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4639                                     },&#xd;
4640                                     &quot;optional&quot;: false&#xd;
4641                                   }&#xd;
4642                                 },&#xd;
4643                                 {&#xd;
4644                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4645                                   &quot;value&quot;: {&#xd;
4646                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4647                                     &quot;fieldSchemaKey&quot;: {&#xd;
4648                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
4649                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4650                                     },&#xd;
4651                                     &quot;optional&quot;: false&#xd;
4652                                   }&#xd;
4653                                 },&#xd;
4654                                 {&#xd;
4655                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4656                                   &quot;value&quot;: {&#xd;
4657                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4658                                     &quot;fieldSchemaKey&quot;: {&#xd;
4659                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4660                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4661                                     },&#xd;
4662                                     &quot;optional&quot;: false&#xd;
4663                                   }&#xd;
4664                                 }&#xd;
4665                               ]&#xd;
4666                             },&#xd;
4667                             &quot;taskParameters&quot;: {&#xd;
4668                               &quot;entry&quot;: [&#xd;
4669                                 {&#xd;
4670                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
4671                                   &quot;value&quot;: {&#xd;
4672                                     &quot;key&quot;: {&#xd;
4673                                       &quot;parentKeyName&quot;: &quot;Task_Establish0&quot;,&#xd;
4674                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
4675                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
4676                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
4677                                     },&#xd;
4678                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
4679                                   }&#xd;
4680                                 },&#xd;
4681                                 {&#xd;
4682                                   &quot;key&quot;: &quot;Parameter1&quot;,&#xd;
4683                                   &quot;value&quot;: {&#xd;
4684                                     &quot;key&quot;: {&#xd;
4685                                       &quot;parentKeyName&quot;: &quot;Task_Establish0&quot;,&#xd;
4686                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
4687                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
4688                                       &quot;localName&quot;: &quot;Parameter1&quot;&#xd;
4689                                     },&#xd;
4690                                     &quot;defaultValue&quot;: &quot;DefaultValue1&quot;&#xd;
4691                                   }&#xd;
4692                                 },&#xd;
4693                                 {&#xd;
4694                                   &quot;key&quot;: &quot;Parameter2&quot;,&#xd;
4695                                   &quot;value&quot;: {&#xd;
4696                                     &quot;key&quot;: {&#xd;
4697                                       &quot;parentKeyName&quot;: &quot;Task_Establish0&quot;,&#xd;
4698                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
4699                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
4700                                       &quot;localName&quot;: &quot;Parameter2&quot;&#xd;
4701                                     },&#xd;
4702                                     &quot;defaultValue&quot;: &quot;DefaultValue2&quot;&#xd;
4703                                   }&#xd;
4704                                 }&#xd;
4705                               ]&#xd;
4706                             },&#xd;
4707                             &quot;contextAlbumReference&quot;: [&#xd;
4708                               {&#xd;
4709                                 &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
4710                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4711                               },&#xd;
4712                               {&#xd;
4713                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
4714                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4715                               },&#xd;
4716                               {&#xd;
4717                                 &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
4718                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4719                               },&#xd;
4720                               {&#xd;
4721                                 &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
4722                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4723                               }&#xd;
4724                             ],&#xd;
4725                             &quot;taskLogic&quot;: {&#xd;
4726                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
4727                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
4728                               &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.logger.debug(executor.inFields);\n\nvar caseSelectedType = java.lang.Byte;\nexecutor.outFields.put(\&quot;TestEstablishCaseSelected\&quot;, new caseSelectedType(2));\n\nvar JavaDate = java.util.Date;\ntimeNow = new JavaDate();\nexecutor.outFields.put(\&quot;TestEstablishStateTime\&quot;, timeNow.getTime());\nexecutor.logger.debug(executor.eo);\n\ntrue;&quot;&#xd;
4729                             }&#xd;
4730                           }&#xd;
4731                         },&#xd;
4732                         {&#xd;
4733                           &quot;key&quot;: {&#xd;
4734                             &quot;name&quot;: &quot;Task_Establish1&quot;,&#xd;
4735                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4736                           },&#xd;
4737                           &quot;value&quot;: {&#xd;
4738                             &quot;key&quot;: {&#xd;
4739                               &quot;name&quot;: &quot;Task_Establish1&quot;,&#xd;
4740                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4741                             },&#xd;
4742                             &quot;inputFields&quot;: {&#xd;
4743                               &quot;entry&quot;: [&#xd;
4744                                 {&#xd;
4745                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4746                                   &quot;value&quot;: {&#xd;
4747                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4748                                     &quot;fieldSchemaKey&quot;: {&#xd;
4749                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4750                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4751                                     },&#xd;
4752                                     &quot;optional&quot;: false&#xd;
4753                                   }&#xd;
4754                                 },&#xd;
4755                                 {&#xd;
4756                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4757                                   &quot;value&quot;: {&#xd;
4758                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4759                                     &quot;fieldSchemaKey&quot;: {&#xd;
4760                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4761                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4762                                     },&#xd;
4763                                     &quot;optional&quot;: false&#xd;
4764                                   }&#xd;
4765                                 },&#xd;
4766                                 {&#xd;
4767                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4768                                   &quot;value&quot;: {&#xd;
4769                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4770                                     &quot;fieldSchemaKey&quot;: {&#xd;
4771                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4772                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4773                                     },&#xd;
4774                                     &quot;optional&quot;: false&#xd;
4775                                   }&#xd;
4776                                 },&#xd;
4777                                 {&#xd;
4778                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4779                                   &quot;value&quot;: {&#xd;
4780                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4781                                     &quot;fieldSchemaKey&quot;: {&#xd;
4782                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
4783                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4784                                     },&#xd;
4785                                     &quot;optional&quot;: false&#xd;
4786                                   }&#xd;
4787                                 },&#xd;
4788                                 {&#xd;
4789                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4790                                   &quot;value&quot;: {&#xd;
4791                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4792                                     &quot;fieldSchemaKey&quot;: {&#xd;
4793                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
4794                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4795                                     },&#xd;
4796                                     &quot;optional&quot;: false&#xd;
4797                                   }&#xd;
4798                                 },&#xd;
4799                                 {&#xd;
4800                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4801                                   &quot;value&quot;: {&#xd;
4802                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4803                                     &quot;fieldSchemaKey&quot;: {&#xd;
4804                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4805                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4806                                     },&#xd;
4807                                     &quot;optional&quot;: false&#xd;
4808                                   }&#xd;
4809                                 }&#xd;
4810                               ]&#xd;
4811                             },&#xd;
4812                             &quot;outputFields&quot;: {&#xd;
4813                               &quot;entry&quot;: [&#xd;
4814                                 {&#xd;
4815                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4816                                   &quot;value&quot;: {&#xd;
4817                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4818                                     &quot;fieldSchemaKey&quot;: {&#xd;
4819                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4820                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4821                                     },&#xd;
4822                                     &quot;optional&quot;: false&#xd;
4823                                   }&#xd;
4824                                 },&#xd;
4825                                 {&#xd;
4826                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4827                                   &quot;value&quot;: {&#xd;
4828                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4829                                     &quot;fieldSchemaKey&quot;: {&#xd;
4830                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4831                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4832                                     },&#xd;
4833                                     &quot;optional&quot;: false&#xd;
4834                                   }&#xd;
4835                                 },&#xd;
4836                                 {&#xd;
4837                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4838                                   &quot;value&quot;: {&#xd;
4839                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4840                                     &quot;fieldSchemaKey&quot;: {&#xd;
4841                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4842                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4843                                     },&#xd;
4844                                     &quot;optional&quot;: false&#xd;
4845                                   }&#xd;
4846                                 },&#xd;
4847                                 {&#xd;
4848                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4849                                   &quot;value&quot;: {&#xd;
4850                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4851                                     &quot;fieldSchemaKey&quot;: {&#xd;
4852                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4853                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4854                                     },&#xd;
4855                                     &quot;optional&quot;: false&#xd;
4856                                   }&#xd;
4857                                 },&#xd;
4858                                 {&#xd;
4859                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4860                                   &quot;value&quot;: {&#xd;
4861                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4862                                     &quot;fieldSchemaKey&quot;: {&#xd;
4863                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4864                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4865                                     },&#xd;
4866                                     &quot;optional&quot;: false&#xd;
4867                                   }&#xd;
4868                                 },&#xd;
4869                                 {&#xd;
4870                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4871                                   &quot;value&quot;: {&#xd;
4872                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4873                                     &quot;fieldSchemaKey&quot;: {&#xd;
4874                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
4875                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4876                                     },&#xd;
4877                                     &quot;optional&quot;: false&#xd;
4878                                   }&#xd;
4879                                 },&#xd;
4880                                 {&#xd;
4881                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4882                                   &quot;value&quot;: {&#xd;
4883                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4884                                     &quot;fieldSchemaKey&quot;: {&#xd;
4885                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
4886                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4887                                     },&#xd;
4888                                     &quot;optional&quot;: false&#xd;
4889                                   }&#xd;
4890                                 },&#xd;
4891                                 {&#xd;
4892                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4893                                   &quot;value&quot;: {&#xd;
4894                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4895                                     &quot;fieldSchemaKey&quot;: {&#xd;
4896                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4897                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4898                                     },&#xd;
4899                                     &quot;optional&quot;: false&#xd;
4900                                   }&#xd;
4901                                 }&#xd;
4902                               ]&#xd;
4903                             },&#xd;
4904                             &quot;taskParameters&quot;: {&#xd;
4905                               &quot;entry&quot;: [&#xd;
4906                                 {&#xd;
4907                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
4908                                   &quot;value&quot;: {&#xd;
4909                                     &quot;key&quot;: {&#xd;
4910                                       &quot;parentKeyName&quot;: &quot;Task_Establish1&quot;,&#xd;
4911                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
4912                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
4913                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
4914                                     },&#xd;
4915                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
4916                                   }&#xd;
4917                                 },&#xd;
4918                                 {&#xd;
4919                                   &quot;key&quot;: &quot;Parameter1&quot;,&#xd;
4920                                   &quot;value&quot;: {&#xd;
4921                                     &quot;key&quot;: {&#xd;
4922                                       &quot;parentKeyName&quot;: &quot;Task_Establish1&quot;,&#xd;
4923                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
4924                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
4925                                       &quot;localName&quot;: &quot;Parameter1&quot;&#xd;
4926                                     },&#xd;
4927                                     &quot;defaultValue&quot;: &quot;DefaultValue1&quot;&#xd;
4928                                   }&#xd;
4929                                 }&#xd;
4930                               ]&#xd;
4931                             },&#xd;
4932                             &quot;contextAlbumReference&quot;: [&#xd;
4933                               {&#xd;
4934                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
4935                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4936                               },&#xd;
4937                               {&#xd;
4938                                 &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
4939                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4940                               }&#xd;
4941                             ],&#xd;
4942                             &quot;taskLogic&quot;: {&#xd;
4943                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
4944                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
4945                               &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.logger.debug(executor.inFields);\n\nvar caseSelectedType = java.lang.Byte;\nexecutor.outFields.put(\&quot;TestEstablishCaseSelected\&quot;, new caseSelectedType(3));\n\nvar JavaDate = java.util.Date;\ntimeNow = new JavaDate();\nexecutor.outFields.put(\&quot;TestEstablishStateTime\&quot;, timeNow.getTime());\nexecutor.logger.debug(executor.eo);\n\ntrue;&quot;&#xd;
4946                             }&#xd;
4947                           }&#xd;
4948                         },&#xd;
4949                         {&#xd;
4950                           &quot;key&quot;: {&#xd;
4951                             &quot;name&quot;: &quot;Task_Establish2&quot;,&#xd;
4952                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4953                           },&#xd;
4954                           &quot;value&quot;: {&#xd;
4955                             &quot;key&quot;: {&#xd;
4956                               &quot;name&quot;: &quot;Task_Establish2&quot;,&#xd;
4957                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4958                             },&#xd;
4959                             &quot;inputFields&quot;: {&#xd;
4960                               &quot;entry&quot;: [&#xd;
4961                                 {&#xd;
4962                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4963                                   &quot;value&quot;: {&#xd;
4964                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4965                                     &quot;fieldSchemaKey&quot;: {&#xd;
4966                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4967                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4968                                     },&#xd;
4969                                     &quot;optional&quot;: false&#xd;
4970                                   }&#xd;
4971                                 },&#xd;
4972                                 {&#xd;
4973                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4974                                   &quot;value&quot;: {&#xd;
4975                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4976                                     &quot;fieldSchemaKey&quot;: {&#xd;
4977                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4978                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4979                                     },&#xd;
4980                                     &quot;optional&quot;: false&#xd;
4981                                   }&#xd;
4982                                 },&#xd;
4983                                 {&#xd;
4984                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4985                                   &quot;value&quot;: {&#xd;
4986                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4987                                     &quot;fieldSchemaKey&quot;: {&#xd;
4988                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4989                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4990                                     },&#xd;
4991                                     &quot;optional&quot;: false&#xd;
4992                                   }&#xd;
4993                                 },&#xd;
4994                                 {&#xd;
4995                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4996                                   &quot;value&quot;: {&#xd;
4997                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4998                                     &quot;fieldSchemaKey&quot;: {&#xd;
4999                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5000                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5001                                     },&#xd;
5002                                     &quot;optional&quot;: false&#xd;
5003                                   }&#xd;
5004                                 },&#xd;
5005                                 {&#xd;
5006                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5007                                   &quot;value&quot;: {&#xd;
5008                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5009                                     &quot;fieldSchemaKey&quot;: {&#xd;
5010                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5011                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5012                                     },&#xd;
5013                                     &quot;optional&quot;: false&#xd;
5014                                   }&#xd;
5015                                 },&#xd;
5016                                 {&#xd;
5017                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5018                                   &quot;value&quot;: {&#xd;
5019                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5020                                     &quot;fieldSchemaKey&quot;: {&#xd;
5021                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5022                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5023                                     },&#xd;
5024                                     &quot;optional&quot;: false&#xd;
5025                                   }&#xd;
5026                                 }&#xd;
5027                               ]&#xd;
5028                             },&#xd;
5029                             &quot;outputFields&quot;: {&#xd;
5030                               &quot;entry&quot;: [&#xd;
5031                                 {&#xd;
5032                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
5033                                   &quot;value&quot;: {&#xd;
5034                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
5035                                     &quot;fieldSchemaKey&quot;: {&#xd;
5036                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5037                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5038                                     },&#xd;
5039                                     &quot;optional&quot;: false&#xd;
5040                                   }&#xd;
5041                                 },&#xd;
5042                                 {&#xd;
5043                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
5044                                   &quot;value&quot;: {&#xd;
5045                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
5046                                     &quot;fieldSchemaKey&quot;: {&#xd;
5047                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5048                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5049                                     },&#xd;
5050                                     &quot;optional&quot;: false&#xd;
5051                                   }&#xd;
5052                                 },&#xd;
5053                                 {&#xd;
5054                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5055                                   &quot;value&quot;: {&#xd;
5056                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5057                                     &quot;fieldSchemaKey&quot;: {&#xd;
5058                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5059                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5060                                     },&#xd;
5061                                     &quot;optional&quot;: false&#xd;
5062                                   }&#xd;
5063                                 },&#xd;
5064                                 {&#xd;
5065                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5066                                   &quot;value&quot;: {&#xd;
5067                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5068                                     &quot;fieldSchemaKey&quot;: {&#xd;
5069                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5070                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5071                                     },&#xd;
5072                                     &quot;optional&quot;: false&#xd;
5073                                   }&#xd;
5074                                 },&#xd;
5075                                 {&#xd;
5076                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5077                                   &quot;value&quot;: {&#xd;
5078                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5079                                     &quot;fieldSchemaKey&quot;: {&#xd;
5080                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5081                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5082                                     },&#xd;
5083                                     &quot;optional&quot;: false&#xd;
5084                                   }&#xd;
5085                                 },&#xd;
5086                                 {&#xd;
5087                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5088                                   &quot;value&quot;: {&#xd;
5089                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5090                                     &quot;fieldSchemaKey&quot;: {&#xd;
5091                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5092                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5093                                     },&#xd;
5094                                     &quot;optional&quot;: false&#xd;
5095                                   }&#xd;
5096                                 },&#xd;
5097                                 {&#xd;
5098                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5099                                   &quot;value&quot;: {&#xd;
5100                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5101                                     &quot;fieldSchemaKey&quot;: {&#xd;
5102                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5103                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5104                                     },&#xd;
5105                                     &quot;optional&quot;: false&#xd;
5106                                   }&#xd;
5107                                 },&#xd;
5108                                 {&#xd;
5109                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5110                                   &quot;value&quot;: {&#xd;
5111                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5112                                     &quot;fieldSchemaKey&quot;: {&#xd;
5113                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5114                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5115                                     },&#xd;
5116                                     &quot;optional&quot;: false&#xd;
5117                                   }&#xd;
5118                                 }&#xd;
5119                               ]&#xd;
5120                             },&#xd;
5121                             &quot;taskParameters&quot;: {&#xd;
5122                               &quot;entry&quot;: [&#xd;
5123                                 {&#xd;
5124                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
5125                                   &quot;value&quot;: {&#xd;
5126                                     &quot;key&quot;: {&#xd;
5127                                       &quot;parentKeyName&quot;: &quot;Task_Establish2&quot;,&#xd;
5128                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
5129                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
5130                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
5131                                     },&#xd;
5132                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
5133                                   }&#xd;
5134                                 }&#xd;
5135                               ]&#xd;
5136                             },&#xd;
5137                             &quot;contextAlbumReference&quot;: [&#xd;
5138                               {&#xd;
5139                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
5140                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5141                               },&#xd;
5142                               {&#xd;
5143                                 &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
5144                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5145                               }&#xd;
5146                             ],&#xd;
5147                             &quot;taskLogic&quot;: {&#xd;
5148                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
5149                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
5150                               &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.logger.debug(executor.inFields);\n\nvar caseSelectedType = java.lang.Byte;\nexecutor.outFields.put(\&quot;TestEstablishCaseSelected\&quot;, new caseSelectedType(0));\n\nvar JavaDate = java.util.Date;\ntimeNow = new JavaDate();\nexecutor.outFields.put(\&quot;TestEstablishStateTime\&quot;, timeNow.getTime());\nexecutor.logger.debug(executor.eo);\n\ntrue;&quot;&#xd;
5151                             }&#xd;
5152                           }&#xd;
5153                         },&#xd;
5154                         {&#xd;
5155                           &quot;key&quot;: {&#xd;
5156                             &quot;name&quot;: &quot;Task_Establish3&quot;,&#xd;
5157                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5158                           },&#xd;
5159                           &quot;value&quot;: {&#xd;
5160                             &quot;key&quot;: {&#xd;
5161                               &quot;name&quot;: &quot;Task_Establish3&quot;,&#xd;
5162                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5163                             },&#xd;
5164                             &quot;inputFields&quot;: {&#xd;
5165                               &quot;entry&quot;: [&#xd;
5166                                 {&#xd;
5167                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5168                                   &quot;value&quot;: {&#xd;
5169                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5170                                     &quot;fieldSchemaKey&quot;: {&#xd;
5171                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5172                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5173                                     },&#xd;
5174                                     &quot;optional&quot;: false&#xd;
5175                                   }&#xd;
5176                                 },&#xd;
5177                                 {&#xd;
5178                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5179                                   &quot;value&quot;: {&#xd;
5180                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5181                                     &quot;fieldSchemaKey&quot;: {&#xd;
5182                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5183                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5184                                     },&#xd;
5185                                     &quot;optional&quot;: false&#xd;
5186                                   }&#xd;
5187                                 },&#xd;
5188                                 {&#xd;
5189                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5190                                   &quot;value&quot;: {&#xd;
5191                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5192                                     &quot;fieldSchemaKey&quot;: {&#xd;
5193                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5194                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5195                                     },&#xd;
5196                                     &quot;optional&quot;: false&#xd;
5197                                   }&#xd;
5198                                 },&#xd;
5199                                 {&#xd;
5200                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5201                                   &quot;value&quot;: {&#xd;
5202                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5203                                     &quot;fieldSchemaKey&quot;: {&#xd;
5204                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5205                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5206                                     },&#xd;
5207                                     &quot;optional&quot;: false&#xd;
5208                                   }&#xd;
5209                                 },&#xd;
5210                                 {&#xd;
5211                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5212                                   &quot;value&quot;: {&#xd;
5213                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5214                                     &quot;fieldSchemaKey&quot;: {&#xd;
5215                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5216                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5217                                     },&#xd;
5218                                     &quot;optional&quot;: false&#xd;
5219                                   }&#xd;
5220                                 },&#xd;
5221                                 {&#xd;
5222                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5223                                   &quot;value&quot;: {&#xd;
5224                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5225                                     &quot;fieldSchemaKey&quot;: {&#xd;
5226                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5227                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5228                                     },&#xd;
5229                                     &quot;optional&quot;: false&#xd;
5230                                   }&#xd;
5231                                 }&#xd;
5232                               ]&#xd;
5233                             },&#xd;
5234                             &quot;outputFields&quot;: {&#xd;
5235                               &quot;entry&quot;: [&#xd;
5236                                 {&#xd;
5237                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
5238                                   &quot;value&quot;: {&#xd;
5239                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
5240                                     &quot;fieldSchemaKey&quot;: {&#xd;
5241                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5242                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5243                                     },&#xd;
5244                                     &quot;optional&quot;: false&#xd;
5245                                   }&#xd;
5246                                 },&#xd;
5247                                 {&#xd;
5248                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
5249                                   &quot;value&quot;: {&#xd;
5250                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
5251                                     &quot;fieldSchemaKey&quot;: {&#xd;
5252                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5253                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5254                                     },&#xd;
5255                                     &quot;optional&quot;: false&#xd;
5256                                   }&#xd;
5257                                 },&#xd;
5258                                 {&#xd;
5259                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5260                                   &quot;value&quot;: {&#xd;
5261                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5262                                     &quot;fieldSchemaKey&quot;: {&#xd;
5263                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5264                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5265                                     },&#xd;
5266                                     &quot;optional&quot;: false&#xd;
5267                                   }&#xd;
5268                                 },&#xd;
5269                                 {&#xd;
5270                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5271                                   &quot;value&quot;: {&#xd;
5272                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5273                                     &quot;fieldSchemaKey&quot;: {&#xd;
5274                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5275                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5276                                     },&#xd;
5277                                     &quot;optional&quot;: false&#xd;
5278                                   }&#xd;
5279                                 },&#xd;
5280                                 {&#xd;
5281                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5282                                   &quot;value&quot;: {&#xd;
5283                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5284                                     &quot;fieldSchemaKey&quot;: {&#xd;
5285                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5286                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5287                                     },&#xd;
5288                                     &quot;optional&quot;: false&#xd;
5289                                   }&#xd;
5290                                 },&#xd;
5291                                 {&#xd;
5292                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5293                                   &quot;value&quot;: {&#xd;
5294                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5295                                     &quot;fieldSchemaKey&quot;: {&#xd;
5296                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5297                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5298                                     },&#xd;
5299                                     &quot;optional&quot;: false&#xd;
5300                                   }&#xd;
5301                                 },&#xd;
5302                                 {&#xd;
5303                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5304                                   &quot;value&quot;: {&#xd;
5305                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5306                                     &quot;fieldSchemaKey&quot;: {&#xd;
5307                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5308                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5309                                     },&#xd;
5310                                     &quot;optional&quot;: false&#xd;
5311                                   }&#xd;
5312                                 },&#xd;
5313                                 {&#xd;
5314                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5315                                   &quot;value&quot;: {&#xd;
5316                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5317                                     &quot;fieldSchemaKey&quot;: {&#xd;
5318                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5319                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5320                                     },&#xd;
5321                                     &quot;optional&quot;: false&#xd;
5322                                   }&#xd;
5323                                 }&#xd;
5324                               ]&#xd;
5325                             },&#xd;
5326                             &quot;taskParameters&quot;: {&#xd;
5327                               &quot;entry&quot;: [&#xd;
5328                                 {&#xd;
5329                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
5330                                   &quot;value&quot;: {&#xd;
5331                                     &quot;key&quot;: {&#xd;
5332                                       &quot;parentKeyName&quot;: &quot;Task_Establish3&quot;,&#xd;
5333                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
5334                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
5335                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
5336                                     },&#xd;
5337                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
5338                                   }&#xd;
5339                                 }&#xd;
5340                               ]&#xd;
5341                             },&#xd;
5342                             &quot;contextAlbumReference&quot;: [&#xd;
5343                               {&#xd;
5344                                 &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
5345                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5346                               },&#xd;
5347                               {&#xd;
5348                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
5349                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5350                               }&#xd;
5351                             ],&#xd;
5352                             &quot;taskLogic&quot;: {&#xd;
5353                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
5354                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
5355                               &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.logger.debug(executor.inFields);\n\nvar caseSelectedType = java.lang.Byte;\nexecutor.outFields.put(\&quot;TestEstablishCaseSelected\&quot;, new caseSelectedType(1));\n\nvar JavaDate = java.util.Date;\ntimeNow = new JavaDate();\nexecutor.outFields.put(\&quot;TestEstablishStateTime\&quot;, timeNow.getTime());\nexecutor.logger.debug(executor.eo);\n\ntrue;&quot;&#xd;
5356                             }&#xd;
5357                           }&#xd;
5358                         },&#xd;
5359                         {&#xd;
5360                           &quot;key&quot;: {&#xd;
5361                             &quot;name&quot;: &quot;Task_Match0&quot;,&#xd;
5362                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5363                           },&#xd;
5364                           &quot;value&quot;: {&#xd;
5365                             &quot;key&quot;: {&#xd;
5366                               &quot;name&quot;: &quot;Task_Match0&quot;,&#xd;
5367                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5368                             },&#xd;
5369                             &quot;inputFields&quot;: {&#xd;
5370                               &quot;entry&quot;: [&#xd;
5371                                 {&#xd;
5372                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5373                                   &quot;value&quot;: {&#xd;
5374                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5375                                     &quot;fieldSchemaKey&quot;: {&#xd;
5376                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5377                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5378                                     },&#xd;
5379                                     &quot;optional&quot;: false&#xd;
5380                                   }&#xd;
5381                                 },&#xd;
5382                                 {&#xd;
5383                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5384                                   &quot;value&quot;: {&#xd;
5385                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5386                                     &quot;fieldSchemaKey&quot;: {&#xd;
5387                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5388                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5389                                     },&#xd;
5390                                     &quot;optional&quot;: false&#xd;
5391                                   }&#xd;
5392                                 },&#xd;
5393                                 {&#xd;
5394                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5395                                   &quot;value&quot;: {&#xd;
5396                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5397                                     &quot;fieldSchemaKey&quot;: {&#xd;
5398                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5399                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5400                                     },&#xd;
5401                                     &quot;optional&quot;: false&#xd;
5402                                   }&#xd;
5403                                 },&#xd;
5404                                 {&#xd;
5405                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5406                                   &quot;value&quot;: {&#xd;
5407                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5408                                     &quot;fieldSchemaKey&quot;: {&#xd;
5409                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5410                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5411                                     },&#xd;
5412                                     &quot;optional&quot;: false&#xd;
5413                                   }&#xd;
5414                                 }&#xd;
5415                               ]&#xd;
5416                             },&#xd;
5417                             &quot;outputFields&quot;: {&#xd;
5418                               &quot;entry&quot;: [&#xd;
5419                                 {&#xd;
5420                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5421                                   &quot;value&quot;: {&#xd;
5422                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5423                                     &quot;fieldSchemaKey&quot;: {&#xd;
5424                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5425                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5426                                     },&#xd;
5427                                     &quot;optional&quot;: false&#xd;
5428                                   }&#xd;
5429                                 },&#xd;
5430                                 {&#xd;
5431                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5432                                   &quot;value&quot;: {&#xd;
5433                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5434                                     &quot;fieldSchemaKey&quot;: {&#xd;
5435                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5436                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5437                                     },&#xd;
5438                                     &quot;optional&quot;: false&#xd;
5439                                   }&#xd;
5440                                 },&#xd;
5441                                 {&#xd;
5442                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5443                                   &quot;value&quot;: {&#xd;
5444                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5445                                     &quot;fieldSchemaKey&quot;: {&#xd;
5446                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5447                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5448                                     },&#xd;
5449                                     &quot;optional&quot;: false&#xd;
5450                                   }&#xd;
5451                                 },&#xd;
5452                                 {&#xd;
5453                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5454                                   &quot;value&quot;: {&#xd;
5455                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5456                                     &quot;fieldSchemaKey&quot;: {&#xd;
5457                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5458                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5459                                     },&#xd;
5460                                     &quot;optional&quot;: false&#xd;
5461                                   }&#xd;
5462                                 },&#xd;
5463                                 {&#xd;
5464                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5465                                   &quot;value&quot;: {&#xd;
5466                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5467                                     &quot;fieldSchemaKey&quot;: {&#xd;
5468                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5469                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5470                                     },&#xd;
5471                                     &quot;optional&quot;: false&#xd;
5472                                   }&#xd;
5473                                 },&#xd;
5474                                 {&#xd;
5475                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5476                                   &quot;value&quot;: {&#xd;
5477                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5478                                     &quot;fieldSchemaKey&quot;: {&#xd;
5479                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5480                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5481                                     },&#xd;
5482                                     &quot;optional&quot;: false&#xd;
5483                                   }&#xd;
5484                                 }&#xd;
5485                               ]&#xd;
5486                             },&#xd;
5487                             &quot;taskParameters&quot;: {&#xd;
5488                               &quot;entry&quot;: [&#xd;
5489                                 {&#xd;
5490                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
5491                                   &quot;value&quot;: {&#xd;
5492                                     &quot;key&quot;: {&#xd;
5493                                       &quot;parentKeyName&quot;: &quot;Task_Match0&quot;,&#xd;
5494                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
5495                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
5496                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
5497                                     },&#xd;
5498                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
5499                                   }&#xd;
5500                                 },&#xd;
5501                                 {&#xd;
5502                                   &quot;key&quot;: &quot;Parameter1&quot;,&#xd;
5503                                   &quot;value&quot;: {&#xd;
5504                                     &quot;key&quot;: {&#xd;
5505                                       &quot;parentKeyName&quot;: &quot;Task_Match0&quot;,&#xd;
5506                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
5507                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
5508                                       &quot;localName&quot;: &quot;Parameter1&quot;&#xd;
5509                                     },&#xd;
5510                                     &quot;defaultValue&quot;: &quot;DefaultValue1&quot;&#xd;
5511                                   }&#xd;
5512                                 },&#xd;
5513                                 {&#xd;
5514                                   &quot;key&quot;: &quot;Parameter2&quot;,&#xd;
5515                                   &quot;value&quot;: {&#xd;
5516                                     &quot;key&quot;: {&#xd;
5517                                       &quot;parentKeyName&quot;: &quot;Task_Match0&quot;,&#xd;
5518                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
5519                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
5520                                       &quot;localName&quot;: &quot;Parameter2&quot;&#xd;
5521                                     },&#xd;
5522                                     &quot;defaultValue&quot;: &quot;DefaultValue2&quot;&#xd;
5523                                   }&#xd;
5524                                 }&#xd;
5525                               ]&#xd;
5526                             },&#xd;
5527                             &quot;contextAlbumReference&quot;: [&#xd;
5528                               {&#xd;
5529                                 &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
5530                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5531                               },&#xd;
5532                               {&#xd;
5533                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
5534                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5535                               },&#xd;
5536                               {&#xd;
5537                                 &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
5538                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5539                               },&#xd;
5540                               {&#xd;
5541                                 &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
5542                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5543                               }&#xd;
5544                             ],&#xd;
5545                             &quot;taskLogic&quot;: {&#xd;
5546                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
5547                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
5548                               &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.logger.debug(executor.inFields);\n\nvar caseSelectedType = java.lang.Byte;\nexecutor.outFields.put(\&quot;TestMatchCaseSelected\&quot;, new caseSelectedType(2));\n\nvar JavaDate = java.util.Date;\ntimeNow = new JavaDate();\nexecutor.outFields.put(\&quot;TestMatchStateTime\&quot;, timeNow.getTime());\nexecutor.logger.debug(executor.eo);\n\ntrue;&quot;&#xd;
5549                             }&#xd;
5550                           }&#xd;
5551                         },&#xd;
5552                         {&#xd;
5553                           &quot;key&quot;: {&#xd;
5554                             &quot;name&quot;: &quot;Task_Match1&quot;,&#xd;
5555                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5556                           },&#xd;
5557                           &quot;value&quot;: {&#xd;
5558                             &quot;key&quot;: {&#xd;
5559                               &quot;name&quot;: &quot;Task_Match1&quot;,&#xd;
5560                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5561                             },&#xd;
5562                             &quot;inputFields&quot;: {&#xd;
5563                               &quot;entry&quot;: [&#xd;
5564                                 {&#xd;
5565                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5566                                   &quot;value&quot;: {&#xd;
5567                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5568                                     &quot;fieldSchemaKey&quot;: {&#xd;
5569                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5570                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5571                                     },&#xd;
5572                                     &quot;optional&quot;: false&#xd;
5573                                   }&#xd;
5574                                 },&#xd;
5575                                 {&#xd;
5576                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5577                                   &quot;value&quot;: {&#xd;
5578                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5579                                     &quot;fieldSchemaKey&quot;: {&#xd;
5580                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5581                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5582                                     },&#xd;
5583                                     &quot;optional&quot;: false&#xd;
5584                                   }&#xd;
5585                                 },&#xd;
5586                                 {&#xd;
5587                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5588                                   &quot;value&quot;: {&#xd;
5589                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5590                                     &quot;fieldSchemaKey&quot;: {&#xd;
5591                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5592                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5593                                     },&#xd;
5594                                     &quot;optional&quot;: false&#xd;
5595                                   }&#xd;
5596                                 },&#xd;
5597                                 {&#xd;
5598                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5599                                   &quot;value&quot;: {&#xd;
5600                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5601                                     &quot;fieldSchemaKey&quot;: {&#xd;
5602                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5603                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5604                                     },&#xd;
5605                                     &quot;optional&quot;: false&#xd;
5606                                   }&#xd;
5607                                 }&#xd;
5608                               ]&#xd;
5609                             },&#xd;
5610                             &quot;outputFields&quot;: {&#xd;
5611                               &quot;entry&quot;: [&#xd;
5612                                 {&#xd;
5613                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5614                                   &quot;value&quot;: {&#xd;
5615                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5616                                     &quot;fieldSchemaKey&quot;: {&#xd;
5617                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5618                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5619                                     },&#xd;
5620                                     &quot;optional&quot;: false&#xd;
5621                                   }&#xd;
5622                                 },&#xd;
5623                                 {&#xd;
5624                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5625                                   &quot;value&quot;: {&#xd;
5626                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5627                                     &quot;fieldSchemaKey&quot;: {&#xd;
5628                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5629                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5630                                     },&#xd;
5631                                     &quot;optional&quot;: false&#xd;
5632                                   }&#xd;
5633                                 },&#xd;
5634                                 {&#xd;
5635                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5636                                   &quot;value&quot;: {&#xd;
5637                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5638                                     &quot;fieldSchemaKey&quot;: {&#xd;
5639                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5640                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5641                                     },&#xd;
5642                                     &quot;optional&quot;: false&#xd;
5643                                   }&#xd;
5644                                 },&#xd;
5645                                 {&#xd;
5646                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5647                                   &quot;value&quot;: {&#xd;
5648                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5649                                     &quot;fieldSchemaKey&quot;: {&#xd;
5650                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5651                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5652                                     },&#xd;
5653                                     &quot;optional&quot;: false&#xd;
5654                                   }&#xd;
5655                                 },&#xd;
5656                                 {&#xd;
5657                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5658                                   &quot;value&quot;: {&#xd;
5659                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5660                                     &quot;fieldSchemaKey&quot;: {&#xd;
5661                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5662                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5663                                     },&#xd;
5664                                     &quot;optional&quot;: false&#xd;
5665                                   }&#xd;
5666                                 },&#xd;
5667                                 {&#xd;
5668                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5669                                   &quot;value&quot;: {&#xd;
5670                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5671                                     &quot;fieldSchemaKey&quot;: {&#xd;
5672                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5673                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5674                                     },&#xd;
5675                                     &quot;optional&quot;: false&#xd;
5676                                   }&#xd;
5677                                 }&#xd;
5678                               ]&#xd;
5679                             },&#xd;
5680                             &quot;taskParameters&quot;: {&#xd;
5681                               &quot;entry&quot;: [&#xd;
5682                                 {&#xd;
5683                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
5684                                   &quot;value&quot;: {&#xd;
5685                                     &quot;key&quot;: {&#xd;
5686                                       &quot;parentKeyName&quot;: &quot;Task_Match1&quot;,&#xd;
5687                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
5688                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
5689                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
5690                                     },&#xd;
5691                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
5692                                   }&#xd;
5693                                 },&#xd;
5694                                 {&#xd;
5695                                   &quot;key&quot;: &quot;Parameter1&quot;,&#xd;
5696                                   &quot;value&quot;: {&#xd;
5697                                     &quot;key&quot;: {&#xd;
5698                                       &quot;parentKeyName&quot;: &quot;Task_Match1&quot;,&#xd;
5699                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
5700                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
5701                                       &quot;localName&quot;: &quot;Parameter1&quot;&#xd;
5702                                     },&#xd;
5703                                     &quot;defaultValue&quot;: &quot;DefaultValue1&quot;&#xd;
5704                                   }&#xd;
5705                                 }&#xd;
5706                               ]&#xd;
5707                             },&#xd;
5708                             &quot;contextAlbumReference&quot;: [&#xd;
5709                               {&#xd;
5710                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
5711                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5712                               },&#xd;
5713                               {&#xd;
5714                                 &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
5715                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5716                               }&#xd;
5717                             ],&#xd;
5718                             &quot;taskLogic&quot;: {&#xd;
5719                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
5720                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
5721                               &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.logger.debug(executor.inFields);\n\nvar caseSelectedType = java.lang.Byte;\nexecutor.outFields.put(\&quot;TestMatchCaseSelected\&quot;, new caseSelectedType(3));\n\nvar JavaDate = java.util.Date;\ntimeNow = new JavaDate();\nexecutor.outFields.put(\&quot;TestMatchStateTime\&quot;, timeNow.getTime());\nexecutor.logger.debug(executor.eo);\n\ntrue;&quot;&#xd;
5722                             }&#xd;
5723                           }&#xd;
5724                         },&#xd;
5725                         {&#xd;
5726                           &quot;key&quot;: {&#xd;
5727                             &quot;name&quot;: &quot;Task_Match2&quot;,&#xd;
5728                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5729                           },&#xd;
5730                           &quot;value&quot;: {&#xd;
5731                             &quot;key&quot;: {&#xd;
5732                               &quot;name&quot;: &quot;Task_Match2&quot;,&#xd;
5733                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5734                             },&#xd;
5735                             &quot;inputFields&quot;: {&#xd;
5736                               &quot;entry&quot;: [&#xd;
5737                                 {&#xd;
5738                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5739                                   &quot;value&quot;: {&#xd;
5740                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5741                                     &quot;fieldSchemaKey&quot;: {&#xd;
5742                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5743                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5744                                     },&#xd;
5745                                     &quot;optional&quot;: false&#xd;
5746                                   }&#xd;
5747                                 },&#xd;
5748                                 {&#xd;
5749                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5750                                   &quot;value&quot;: {&#xd;
5751                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5752                                     &quot;fieldSchemaKey&quot;: {&#xd;
5753                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5754                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5755                                     },&#xd;
5756                                     &quot;optional&quot;: false&#xd;
5757                                   }&#xd;
5758                                 },&#xd;
5759                                 {&#xd;
5760                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5761                                   &quot;value&quot;: {&#xd;
5762                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5763                                     &quot;fieldSchemaKey&quot;: {&#xd;
5764                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5765                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5766                                     },&#xd;
5767                                     &quot;optional&quot;: false&#xd;
5768                                   }&#xd;
5769                                 },&#xd;
5770                                 {&#xd;
5771                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5772                                   &quot;value&quot;: {&#xd;
5773                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5774                                     &quot;fieldSchemaKey&quot;: {&#xd;
5775                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5776                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5777                                     },&#xd;
5778                                     &quot;optional&quot;: false&#xd;
5779                                   }&#xd;
5780                                 }&#xd;
5781                               ]&#xd;
5782                             },&#xd;
5783                             &quot;outputFields&quot;: {&#xd;
5784                               &quot;entry&quot;: [&#xd;
5785                                 {&#xd;
5786                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5787                                   &quot;value&quot;: {&#xd;
5788                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5789                                     &quot;fieldSchemaKey&quot;: {&#xd;
5790                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5791                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5792                                     },&#xd;
5793                                     &quot;optional&quot;: false&#xd;
5794                                   }&#xd;
5795                                 },&#xd;
5796                                 {&#xd;
5797                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5798                                   &quot;value&quot;: {&#xd;
5799                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5800                                     &quot;fieldSchemaKey&quot;: {&#xd;
5801                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5802                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5803                                     },&#xd;
5804                                     &quot;optional&quot;: false&#xd;
5805                                   }&#xd;
5806                                 },&#xd;
5807                                 {&#xd;
5808                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5809                                   &quot;value&quot;: {&#xd;
5810                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5811                                     &quot;fieldSchemaKey&quot;: {&#xd;
5812                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5813                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5814                                     },&#xd;
5815                                     &quot;optional&quot;: false&#xd;
5816                                   }&#xd;
5817                                 },&#xd;
5818                                 {&#xd;
5819                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5820                                   &quot;value&quot;: {&#xd;
5821                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5822                                     &quot;fieldSchemaKey&quot;: {&#xd;
5823                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5824                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5825                                     },&#xd;
5826                                     &quot;optional&quot;: false&#xd;
5827                                   }&#xd;
5828                                 },&#xd;
5829                                 {&#xd;
5830                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5831                                   &quot;value&quot;: {&#xd;
5832                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5833                                     &quot;fieldSchemaKey&quot;: {&#xd;
5834                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5835                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5836                                     },&#xd;
5837                                     &quot;optional&quot;: false&#xd;
5838                                   }&#xd;
5839                                 },&#xd;
5840                                 {&#xd;
5841                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5842                                   &quot;value&quot;: {&#xd;
5843                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5844                                     &quot;fieldSchemaKey&quot;: {&#xd;
5845                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5846                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5847                                     },&#xd;
5848                                     &quot;optional&quot;: false&#xd;
5849                                   }&#xd;
5850                                 }&#xd;
5851                               ]&#xd;
5852                             },&#xd;
5853                             &quot;taskParameters&quot;: {&#xd;
5854                               &quot;entry&quot;: [&#xd;
5855                                 {&#xd;
5856                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
5857                                   &quot;value&quot;: {&#xd;
5858                                     &quot;key&quot;: {&#xd;
5859                                       &quot;parentKeyName&quot;: &quot;Task_Match2&quot;,&#xd;
5860                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
5861                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
5862                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
5863                                     },&#xd;
5864                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
5865                                   }&#xd;
5866                                 }&#xd;
5867                               ]&#xd;
5868                             },&#xd;
5869                             &quot;contextAlbumReference&quot;: [&#xd;
5870                               {&#xd;
5871                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
5872                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5873                               },&#xd;
5874                               {&#xd;
5875                                 &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
5876                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5877                               }&#xd;
5878                             ],&#xd;
5879                             &quot;taskLogic&quot;: {&#xd;
5880                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
5881                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
5882                               &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.logger.debug(executor.inFields);\n\nvar caseSelectedType = java.lang.Byte;\nexecutor.outFields.put(\&quot;TestMatchCaseSelected\&quot;, new caseSelectedType(0));\n\nvar JavaDate = java.util.Date;\ntimeNow = new JavaDate();\nexecutor.outFields.put(\&quot;TestMatchStateTime\&quot;, timeNow.getTime());\nexecutor.logger.debug(executor.eo);\n\ntrue;&quot;&#xd;
5883                             }&#xd;
5884                           }&#xd;
5885                         },&#xd;
5886                         {&#xd;
5887                           &quot;key&quot;: {&#xd;
5888                             &quot;name&quot;: &quot;Task_Match3&quot;,&#xd;
5889                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5890                           },&#xd;
5891                           &quot;value&quot;: {&#xd;
5892                             &quot;key&quot;: {&#xd;
5893                               &quot;name&quot;: &quot;Task_Match3&quot;,&#xd;
5894                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5895                             },&#xd;
5896                             &quot;inputFields&quot;: {&#xd;
5897                               &quot;entry&quot;: [&#xd;
5898                                 {&#xd;
5899                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5900                                   &quot;value&quot;: {&#xd;
5901                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5902                                     &quot;fieldSchemaKey&quot;: {&#xd;
5903                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5904                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5905                                     },&#xd;
5906                                     &quot;optional&quot;: false&#xd;
5907                                   }&#xd;
5908                                 },&#xd;
5909                                 {&#xd;
5910                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5911                                   &quot;value&quot;: {&#xd;
5912                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5913                                     &quot;fieldSchemaKey&quot;: {&#xd;
5914                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5915                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5916                                     },&#xd;
5917                                     &quot;optional&quot;: false&#xd;
5918                                   }&#xd;
5919                                 },&#xd;
5920                                 {&#xd;
5921                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5922                                   &quot;value&quot;: {&#xd;
5923                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5924                                     &quot;fieldSchemaKey&quot;: {&#xd;
5925                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5926                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5927                                     },&#xd;
5928                                     &quot;optional&quot;: false&#xd;
5929                                   }&#xd;
5930                                 },&#xd;
5931                                 {&#xd;
5932                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5933                                   &quot;value&quot;: {&#xd;
5934                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5935                                     &quot;fieldSchemaKey&quot;: {&#xd;
5936                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5937                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5938                                     },&#xd;
5939                                     &quot;optional&quot;: false&#xd;
5940                                   }&#xd;
5941                                 }&#xd;
5942                               ]&#xd;
5943                             },&#xd;
5944                             &quot;outputFields&quot;: {&#xd;
5945                               &quot;entry&quot;: [&#xd;
5946                                 {&#xd;
5947                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5948                                   &quot;value&quot;: {&#xd;
5949                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5950                                     &quot;fieldSchemaKey&quot;: {&#xd;
5951                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5952                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5953                                     },&#xd;
5954                                     &quot;optional&quot;: false&#xd;
5955                                   }&#xd;
5956                                 },&#xd;
5957                                 {&#xd;
5958                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5959                                   &quot;value&quot;: {&#xd;
5960                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5961                                     &quot;fieldSchemaKey&quot;: {&#xd;
5962                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5963                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5964                                     },&#xd;
5965                                     &quot;optional&quot;: false&#xd;
5966                                   }&#xd;
5967                                 },&#xd;
5968                                 {&#xd;
5969                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5970                                   &quot;value&quot;: {&#xd;
5971                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5972                                     &quot;fieldSchemaKey&quot;: {&#xd;
5973                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5974                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5975                                     },&#xd;
5976                                     &quot;optional&quot;: false&#xd;
5977                                   }&#xd;
5978                                 },&#xd;
5979                                 {&#xd;
5980                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5981                                   &quot;value&quot;: {&#xd;
5982                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5983                                     &quot;fieldSchemaKey&quot;: {&#xd;
5984                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5985                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5986                                     },&#xd;
5987                                     &quot;optional&quot;: false&#xd;
5988                                   }&#xd;
5989                                 },&#xd;
5990                                 {&#xd;
5991                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5992                                   &quot;value&quot;: {&#xd;
5993                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5994                                     &quot;fieldSchemaKey&quot;: {&#xd;
5995                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5996                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5997                                     },&#xd;
5998                                     &quot;optional&quot;: false&#xd;
5999                                   }&#xd;
6000                                 },&#xd;
6001                                 {&#xd;
6002                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6003                                   &quot;value&quot;: {&#xd;
6004                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6005                                     &quot;fieldSchemaKey&quot;: {&#xd;
6006                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6007                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6008                                     },&#xd;
6009                                     &quot;optional&quot;: false&#xd;
6010                                   }&#xd;
6011                                 }&#xd;
6012                               ]&#xd;
6013                             },&#xd;
6014                             &quot;taskParameters&quot;: {&#xd;
6015                               &quot;entry&quot;: [&#xd;
6016                                 {&#xd;
6017                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
6018                                   &quot;value&quot;: {&#xd;
6019                                     &quot;key&quot;: {&#xd;
6020                                       &quot;parentKeyName&quot;: &quot;Task_Match3&quot;,&#xd;
6021                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
6022                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
6023                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
6024                                     },&#xd;
6025                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
6026                                   }&#xd;
6027                                 }&#xd;
6028                               ]&#xd;
6029                             },&#xd;
6030                             &quot;contextAlbumReference&quot;: [&#xd;
6031                               {&#xd;
6032                                 &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
6033                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6034                               },&#xd;
6035                               {&#xd;
6036                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
6037                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6038                               }&#xd;
6039                             ],&#xd;
6040                             &quot;taskLogic&quot;: {&#xd;
6041                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
6042                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
6043                               &quot;logic&quot;: &quot;/*\n * ============LICENSE_START=======================================================\n *  Copyright (C) 2016-2018 Ericsson. All rights reserved.\n * ================================================================================\n * Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;);\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * \n *      http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \&quot;AS IS\&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * \n * SPDX-License-Identifier: Apache-2.0\n * ============LICENSE_END=========================================================\n */\n\nexecutor.logger.debug(executor.subject.id);\nvar gc = executor.getContextAlbum(\&quot;GlobalContextAlbum\&quot;);\nexecutor.logger.debug(gc.name);\nexecutor.logger.debug(executor.inFields);\n\nvar caseSelectedType = java.lang.Byte;\nexecutor.outFields.put(\&quot;TestMatchCaseSelected\&quot;, new caseSelectedType(1));\n\nvar JavaDate = java.util.Date;\ntimeNow = new JavaDate();\nexecutor.outFields.put(\&quot;TestMatchStateTime\&quot;, timeNow.getTime());\nexecutor.logger.debug(executor.eo);\n\ntrue;&quot;&#xd;
6044                             }&#xd;
6045                           }&#xd;
6046                         }&#xd;
6047                       ]&#xd;
6048                     }&#xd;
6049                   },&#xd;
6050                   &quot;events&quot;: {&#xd;
6051                     &quot;key&quot;: {&#xd;
6052                       &quot;name&quot;: &quot;Events&quot;,&#xd;
6053                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6054                     },&#xd;
6055                     &quot;eventMap&quot;: {&#xd;
6056                       &quot;entry&quot;: [&#xd;
6057                         {&#xd;
6058                           &quot;key&quot;: {&#xd;
6059                             &quot;name&quot;: &quot;Event0000&quot;,&#xd;
6060                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6061                           },&#xd;
6062                           &quot;value&quot;: {&#xd;
6063                             &quot;key&quot;: {&#xd;
6064                               &quot;name&quot;: &quot;Event0000&quot;,&#xd;
6065                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6066                             },&#xd;
6067                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.sample.events&quot;,&#xd;
6068                             &quot;source&quot;: &quot;Outside&quot;,&#xd;
6069                             &quot;target&quot;: &quot;Match&quot;,&#xd;
6070                             &quot;parameter&quot;: {&#xd;
6071                               &quot;entry&quot;: [&#xd;
6072                                 {&#xd;
6073                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6074                                   &quot;value&quot;: {&#xd;
6075                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6076                                     &quot;fieldSchemaKey&quot;: {&#xd;
6077                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6078                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6079                                     },&#xd;
6080                                     &quot;optional&quot;: false&#xd;
6081                                   }&#xd;
6082                                 },&#xd;
6083                                 {&#xd;
6084                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6085                                   &quot;value&quot;: {&#xd;
6086                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6087                                     &quot;fieldSchemaKey&quot;: {&#xd;
6088                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
6089                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6090                                     },&#xd;
6091                                     &quot;optional&quot;: false&#xd;
6092                                   }&#xd;
6093                                 },&#xd;
6094                                 {&#xd;
6095                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6096                                   &quot;value&quot;: {&#xd;
6097                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6098                                     &quot;fieldSchemaKey&quot;: {&#xd;
6099                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
6100                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6101                                     },&#xd;
6102                                     &quot;optional&quot;: false&#xd;
6103                                   }&#xd;
6104                                 },&#xd;
6105                                 {&#xd;
6106                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6107                                   &quot;value&quot;: {&#xd;
6108                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6109                                     &quot;fieldSchemaKey&quot;: {&#xd;
6110                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6111                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6112                                     },&#xd;
6113                                     &quot;optional&quot;: false&#xd;
6114                                   }&#xd;
6115                                 }&#xd;
6116                               ]&#xd;
6117                             }&#xd;
6118                           }&#xd;
6119                         },&#xd;
6120                         {&#xd;
6121                           &quot;key&quot;: {&#xd;
6122                             &quot;name&quot;: &quot;Event0001&quot;,&#xd;
6123                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6124                           },&#xd;
6125                           &quot;value&quot;: {&#xd;
6126                             &quot;key&quot;: {&#xd;
6127                               &quot;name&quot;: &quot;Event0001&quot;,&#xd;
6128                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6129                             },&#xd;
6130                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.sample.events&quot;,&#xd;
6131                             &quot;source&quot;: &quot;Match&quot;,&#xd;
6132                             &quot;target&quot;: &quot;Establish&quot;,&#xd;
6133                             &quot;parameter&quot;: {&#xd;
6134                               &quot;entry&quot;: [&#xd;
6135                                 {&#xd;
6136                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6137                                   &quot;value&quot;: {&#xd;
6138                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6139                                     &quot;fieldSchemaKey&quot;: {&#xd;
6140                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6141                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6142                                     },&#xd;
6143                                     &quot;optional&quot;: false&#xd;
6144                                   }&#xd;
6145                                 },&#xd;
6146                                 {&#xd;
6147                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6148                                   &quot;value&quot;: {&#xd;
6149                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6150                                     &quot;fieldSchemaKey&quot;: {&#xd;
6151                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6152                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6153                                     },&#xd;
6154                                     &quot;optional&quot;: false&#xd;
6155                                   }&#xd;
6156                                 },&#xd;
6157                                 {&#xd;
6158                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6159                                   &quot;value&quot;: {&#xd;
6160                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6161                                     &quot;fieldSchemaKey&quot;: {&#xd;
6162                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6163                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6164                                     },&#xd;
6165                                     &quot;optional&quot;: false&#xd;
6166                                   }&#xd;
6167                                 },&#xd;
6168                                 {&#xd;
6169                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6170                                   &quot;value&quot;: {&#xd;
6171                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6172                                     &quot;fieldSchemaKey&quot;: {&#xd;
6173                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
6174                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6175                                     },&#xd;
6176                                     &quot;optional&quot;: false&#xd;
6177                                   }&#xd;
6178                                 },&#xd;
6179                                 {&#xd;
6180                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6181                                   &quot;value&quot;: {&#xd;
6182                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6183                                     &quot;fieldSchemaKey&quot;: {&#xd;
6184                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
6185                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6186                                     },&#xd;
6187                                     &quot;optional&quot;: false&#xd;
6188                                   }&#xd;
6189                                 },&#xd;
6190                                 {&#xd;
6191                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6192                                   &quot;value&quot;: {&#xd;
6193                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6194                                     &quot;fieldSchemaKey&quot;: {&#xd;
6195                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6196                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6197                                     },&#xd;
6198                                     &quot;optional&quot;: false&#xd;
6199                                   }&#xd;
6200                                 }&#xd;
6201                               ]&#xd;
6202                             }&#xd;
6203                           }&#xd;
6204                         },&#xd;
6205                         {&#xd;
6206                           &quot;key&quot;: {&#xd;
6207                             &quot;name&quot;: &quot;Event0002&quot;,&#xd;
6208                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6209                           },&#xd;
6210                           &quot;value&quot;: {&#xd;
6211                             &quot;key&quot;: {&#xd;
6212                               &quot;name&quot;: &quot;Event0002&quot;,&#xd;
6213                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6214                             },&#xd;
6215                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.sample.events&quot;,&#xd;
6216                             &quot;source&quot;: &quot;Establish&quot;,&#xd;
6217                             &quot;target&quot;: &quot;Decide&quot;,&#xd;
6218                             &quot;parameter&quot;: {&#xd;
6219                               &quot;entry&quot;: [&#xd;
6220                                 {&#xd;
6221                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
6222                                   &quot;value&quot;: {&#xd;
6223                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
6224                                     &quot;fieldSchemaKey&quot;: {&#xd;
6225                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6226                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6227                                     },&#xd;
6228                                     &quot;optional&quot;: false&#xd;
6229                                   }&#xd;
6230                                 },&#xd;
6231                                 {&#xd;
6232                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
6233                                   &quot;value&quot;: {&#xd;
6234                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
6235                                     &quot;fieldSchemaKey&quot;: {&#xd;
6236                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6237                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6238                                     },&#xd;
6239                                     &quot;optional&quot;: false&#xd;
6240                                   }&#xd;
6241                                 },&#xd;
6242                                 {&#xd;
6243                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6244                                   &quot;value&quot;: {&#xd;
6245                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6246                                     &quot;fieldSchemaKey&quot;: {&#xd;
6247                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6248                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6249                                     },&#xd;
6250                                     &quot;optional&quot;: false&#xd;
6251                                   }&#xd;
6252                                 },&#xd;
6253                                 {&#xd;
6254                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6255                                   &quot;value&quot;: {&#xd;
6256                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6257                                     &quot;fieldSchemaKey&quot;: {&#xd;
6258                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6259                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6260                                     },&#xd;
6261                                     &quot;optional&quot;: false&#xd;
6262                                   }&#xd;
6263                                 },&#xd;
6264                                 {&#xd;
6265                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6266                                   &quot;value&quot;: {&#xd;
6267                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6268                                     &quot;fieldSchemaKey&quot;: {&#xd;
6269                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6270                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6271                                     },&#xd;
6272                                     &quot;optional&quot;: false&#xd;
6273                                   }&#xd;
6274                                 },&#xd;
6275                                 {&#xd;
6276                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6277                                   &quot;value&quot;: {&#xd;
6278                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6279                                     &quot;fieldSchemaKey&quot;: {&#xd;
6280                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
6281                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6282                                     },&#xd;
6283                                     &quot;optional&quot;: false&#xd;
6284                                   }&#xd;
6285                                 },&#xd;
6286                                 {&#xd;
6287                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6288                                   &quot;value&quot;: {&#xd;
6289                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6290                                     &quot;fieldSchemaKey&quot;: {&#xd;
6291                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
6292                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6293                                     },&#xd;
6294                                     &quot;optional&quot;: false&#xd;
6295                                   }&#xd;
6296                                 },&#xd;
6297                                 {&#xd;
6298                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6299                                   &quot;value&quot;: {&#xd;
6300                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6301                                     &quot;fieldSchemaKey&quot;: {&#xd;
6302                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6303                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6304                                     },&#xd;
6305                                     &quot;optional&quot;: false&#xd;
6306                                   }&#xd;
6307                                 }&#xd;
6308                               ]&#xd;
6309                             }&#xd;
6310                           }&#xd;
6311                         },&#xd;
6312                         {&#xd;
6313                           &quot;key&quot;: {&#xd;
6314                             &quot;name&quot;: &quot;Event0003&quot;,&#xd;
6315                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6316                           },&#xd;
6317                           &quot;value&quot;: {&#xd;
6318                             &quot;key&quot;: {&#xd;
6319                               &quot;name&quot;: &quot;Event0003&quot;,&#xd;
6320                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6321                             },&#xd;
6322                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.sample.events&quot;,&#xd;
6323                             &quot;source&quot;: &quot;Decide&quot;,&#xd;
6324                             &quot;target&quot;: &quot;Act&quot;,&#xd;
6325                             &quot;parameter&quot;: {&#xd;
6326                               &quot;entry&quot;: [&#xd;
6327                                 {&#xd;
6328                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
6329                                   &quot;value&quot;: {&#xd;
6330                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
6331                                     &quot;fieldSchemaKey&quot;: {&#xd;
6332                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6333                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6334                                     },&#xd;
6335                                     &quot;optional&quot;: false&#xd;
6336                                   }&#xd;
6337                                 },&#xd;
6338                                 {&#xd;
6339                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
6340                                   &quot;value&quot;: {&#xd;
6341                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
6342                                     &quot;fieldSchemaKey&quot;: {&#xd;
6343                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6344                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6345                                     },&#xd;
6346                                     &quot;optional&quot;: false&#xd;
6347                                   }&#xd;
6348                                 },&#xd;
6349                                 {&#xd;
6350                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
6351                                   &quot;value&quot;: {&#xd;
6352                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
6353                                     &quot;fieldSchemaKey&quot;: {&#xd;
6354                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6355                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6356                                     },&#xd;
6357                                     &quot;optional&quot;: false&#xd;
6358                                   }&#xd;
6359                                 },&#xd;
6360                                 {&#xd;
6361                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
6362                                   &quot;value&quot;: {&#xd;
6363                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
6364                                     &quot;fieldSchemaKey&quot;: {&#xd;
6365                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6366                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6367                                     },&#xd;
6368                                     &quot;optional&quot;: false&#xd;
6369                                   }&#xd;
6370                                 },&#xd;
6371                                 {&#xd;
6372                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6373                                   &quot;value&quot;: {&#xd;
6374                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6375                                     &quot;fieldSchemaKey&quot;: {&#xd;
6376                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6377                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6378                                     },&#xd;
6379                                     &quot;optional&quot;: false&#xd;
6380                                   }&#xd;
6381                                 },&#xd;
6382                                 {&#xd;
6383                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6384                                   &quot;value&quot;: {&#xd;
6385                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6386                                     &quot;fieldSchemaKey&quot;: {&#xd;
6387                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6388                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6389                                     },&#xd;
6390                                     &quot;optional&quot;: false&#xd;
6391                                   }&#xd;
6392                                 },&#xd;
6393                                 {&#xd;
6394                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6395                                   &quot;value&quot;: {&#xd;
6396                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6397                                     &quot;fieldSchemaKey&quot;: {&#xd;
6398                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6399                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6400                                     },&#xd;
6401                                     &quot;optional&quot;: false&#xd;
6402                                   }&#xd;
6403                                 },&#xd;
6404                                 {&#xd;
6405                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6406                                   &quot;value&quot;: {&#xd;
6407                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6408                                     &quot;fieldSchemaKey&quot;: {&#xd;
6409                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
6410                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6411                                     },&#xd;
6412                                     &quot;optional&quot;: false&#xd;
6413                                   }&#xd;
6414                                 },&#xd;
6415                                 {&#xd;
6416                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6417                                   &quot;value&quot;: {&#xd;
6418                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6419                                     &quot;fieldSchemaKey&quot;: {&#xd;
6420                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
6421                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6422                                     },&#xd;
6423                                     &quot;optional&quot;: false&#xd;
6424                                   }&#xd;
6425                                 },&#xd;
6426                                 {&#xd;
6427                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6428                                   &quot;value&quot;: {&#xd;
6429                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6430                                     &quot;fieldSchemaKey&quot;: {&#xd;
6431                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6432                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6433                                     },&#xd;
6434                                     &quot;optional&quot;: false&#xd;
6435                                   }&#xd;
6436                                 }&#xd;
6437                               ]&#xd;
6438                             }&#xd;
6439                           }&#xd;
6440                         },&#xd;
6441                         {&#xd;
6442                           &quot;key&quot;: {&#xd;
6443                             &quot;name&quot;: &quot;Event0004&quot;,&#xd;
6444                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6445                           },&#xd;
6446                           &quot;value&quot;: {&#xd;
6447                             &quot;key&quot;: {&#xd;
6448                               &quot;name&quot;: &quot;Event0004&quot;,&#xd;
6449                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6450                             },&#xd;
6451                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.sample.events&quot;,&#xd;
6452                             &quot;source&quot;: &quot;Act&quot;,&#xd;
6453                             &quot;target&quot;: &quot;Outside&quot;,&#xd;
6454                             &quot;parameter&quot;: {&#xd;
6455                               &quot;entry&quot;: [&#xd;
6456                                 {&#xd;
6457                                   &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
6458                                   &quot;value&quot;: {&#xd;
6459                                     &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
6460                                     &quot;fieldSchemaKey&quot;: {&#xd;
6461                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6462                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6463                                     },&#xd;
6464                                     &quot;optional&quot;: false&#xd;
6465                                   }&#xd;
6466                                 },&#xd;
6467                                 {&#xd;
6468                                   &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
6469                                   &quot;value&quot;: {&#xd;
6470                                     &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
6471                                     &quot;fieldSchemaKey&quot;: {&#xd;
6472                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6473                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6474                                     },&#xd;
6475                                     &quot;optional&quot;: false&#xd;
6476                                   }&#xd;
6477                                 },&#xd;
6478                                 {&#xd;
6479                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
6480                                   &quot;value&quot;: {&#xd;
6481                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
6482                                     &quot;fieldSchemaKey&quot;: {&#xd;
6483                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6484                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6485                                     },&#xd;
6486                                     &quot;optional&quot;: false&#xd;
6487                                   }&#xd;
6488                                 },&#xd;
6489                                 {&#xd;
6490                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
6491                                   &quot;value&quot;: {&#xd;
6492                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
6493                                     &quot;fieldSchemaKey&quot;: {&#xd;
6494                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6495                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6496                                     },&#xd;
6497                                     &quot;optional&quot;: false&#xd;
6498                                   }&#xd;
6499                                 },&#xd;
6500                                 {&#xd;
6501                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
6502                                   &quot;value&quot;: {&#xd;
6503                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
6504                                     &quot;fieldSchemaKey&quot;: {&#xd;
6505                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6506                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6507                                     },&#xd;
6508                                     &quot;optional&quot;: false&#xd;
6509                                   }&#xd;
6510                                 },&#xd;
6511                                 {&#xd;
6512                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
6513                                   &quot;value&quot;: {&#xd;
6514                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
6515                                     &quot;fieldSchemaKey&quot;: {&#xd;
6516                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6517                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6518                                     },&#xd;
6519                                     &quot;optional&quot;: false&#xd;
6520                                   }&#xd;
6521                                 },&#xd;
6522                                 {&#xd;
6523                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6524                                   &quot;value&quot;: {&#xd;
6525                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6526                                     &quot;fieldSchemaKey&quot;: {&#xd;
6527                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6528                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6529                                     },&#xd;
6530                                     &quot;optional&quot;: false&#xd;
6531                                   }&#xd;
6532                                 },&#xd;
6533                                 {&#xd;
6534                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6535                                   &quot;value&quot;: {&#xd;
6536                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6537                                     &quot;fieldSchemaKey&quot;: {&#xd;
6538                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6539                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6540                                     },&#xd;
6541                                     &quot;optional&quot;: false&#xd;
6542                                   }&#xd;
6543                                 },&#xd;
6544                                 {&#xd;
6545                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6546                                   &quot;value&quot;: {&#xd;
6547                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6548                                     &quot;fieldSchemaKey&quot;: {&#xd;
6549                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6550                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6551                                     },&#xd;
6552                                     &quot;optional&quot;: false&#xd;
6553                                   }&#xd;
6554                                 },&#xd;
6555                                 {&#xd;
6556                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6557                                   &quot;value&quot;: {&#xd;
6558                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6559                                     &quot;fieldSchemaKey&quot;: {&#xd;
6560                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
6561                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6562                                     },&#xd;
6563                                     &quot;optional&quot;: false&#xd;
6564                                   }&#xd;
6565                                 },&#xd;
6566                                 {&#xd;
6567                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6568                                   &quot;value&quot;: {&#xd;
6569                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6570                                     &quot;fieldSchemaKey&quot;: {&#xd;
6571                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
6572                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6573                                     },&#xd;
6574                                     &quot;optional&quot;: false&#xd;
6575                                   }&#xd;
6576                                 },&#xd;
6577                                 {&#xd;
6578                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6579                                   &quot;value&quot;: {&#xd;
6580                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6581                                     &quot;fieldSchemaKey&quot;: {&#xd;
6582                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6583                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6584                                     },&#xd;
6585                                     &quot;optional&quot;: false&#xd;
6586                                   }&#xd;
6587                                 }&#xd;
6588                               ]&#xd;
6589                             }&#xd;
6590                           }&#xd;
6591                         },&#xd;
6592                         {&#xd;
6593                           &quot;key&quot;: {&#xd;
6594                             &quot;name&quot;: &quot;Event0100&quot;,&#xd;
6595                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6596                           },&#xd;
6597                           &quot;value&quot;: {&#xd;
6598                             &quot;key&quot;: {&#xd;
6599                               &quot;name&quot;: &quot;Event0100&quot;,&#xd;
6600                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6601                             },&#xd;
6602                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.sample.events&quot;,&#xd;
6603                             &quot;source&quot;: &quot;Outside&quot;,&#xd;
6604                             &quot;target&quot;: &quot;Match&quot;,&#xd;
6605                             &quot;parameter&quot;: {&#xd;
6606                               &quot;entry&quot;: [&#xd;
6607                                 {&#xd;
6608                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6609                                   &quot;value&quot;: {&#xd;
6610                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6611                                     &quot;fieldSchemaKey&quot;: {&#xd;
6612                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6613                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6614                                     },&#xd;
6615                                     &quot;optional&quot;: false&#xd;
6616                                   }&#xd;
6617                                 },&#xd;
6618                                 {&#xd;
6619                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6620                                   &quot;value&quot;: {&#xd;
6621                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6622                                     &quot;fieldSchemaKey&quot;: {&#xd;
6623                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
6624                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6625                                     },&#xd;
6626                                     &quot;optional&quot;: false&#xd;
6627                                   }&#xd;
6628                                 },&#xd;
6629                                 {&#xd;
6630                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6631                                   &quot;value&quot;: {&#xd;
6632                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6633                                     &quot;fieldSchemaKey&quot;: {&#xd;
6634                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
6635                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6636                                     },&#xd;
6637                                     &quot;optional&quot;: false&#xd;
6638                                   }&#xd;
6639                                 },&#xd;
6640                                 {&#xd;
6641                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6642                                   &quot;value&quot;: {&#xd;
6643                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6644                                     &quot;fieldSchemaKey&quot;: {&#xd;
6645                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6646                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6647                                     },&#xd;
6648                                     &quot;optional&quot;: false&#xd;
6649                                   }&#xd;
6650                                 }&#xd;
6651                               ]&#xd;
6652                             }&#xd;
6653                           }&#xd;
6654                         },&#xd;
6655                         {&#xd;
6656                           &quot;key&quot;: {&#xd;
6657                             &quot;name&quot;: &quot;Event0101&quot;,&#xd;
6658                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6659                           },&#xd;
6660                           &quot;value&quot;: {&#xd;
6661                             &quot;key&quot;: {&#xd;
6662                               &quot;name&quot;: &quot;Event0101&quot;,&#xd;
6663                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6664                             },&#xd;
6665                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.sample.events&quot;,&#xd;
6666                             &quot;source&quot;: &quot;Match&quot;,&#xd;
6667                             &quot;target&quot;: &quot;Establish&quot;,&#xd;
6668                             &quot;parameter&quot;: {&#xd;
6669                               &quot;entry&quot;: [&#xd;
6670                                 {&#xd;
6671                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6672                                   &quot;value&quot;: {&#xd;
6673                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6674                                     &quot;fieldSchemaKey&quot;: {&#xd;
6675                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6676                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6677                                     },&#xd;
6678                                     &quot;optional&quot;: false&#xd;
6679                                   }&#xd;
6680                                 },&#xd;
6681                                 {&#xd;
6682                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6683                                   &quot;value&quot;: {&#xd;
6684                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6685                                     &quot;fieldSchemaKey&quot;: {&#xd;
6686                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6687                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6688                                     },&#xd;
6689                                     &quot;optional&quot;: false&#xd;
6690                                   }&#xd;
6691                                 },&#xd;
6692                                 {&#xd;
6693                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6694                                   &quot;value&quot;: {&#xd;
6695                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6696                                     &quot;fieldSchemaKey&quot;: {&#xd;
6697                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6698                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6699                                     },&#xd;
6700                                     &quot;optional&quot;: false&#xd;
6701                                   }&#xd;
6702                                 },&#xd;
6703                                 {&#xd;
6704                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6705                                   &quot;value&quot;: {&#xd;
6706                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6707                                     &quot;fieldSchemaKey&quot;: {&#xd;
6708                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
6709                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6710                                     },&#xd;
6711                                     &quot;optional&quot;: false&#xd;
6712                                   }&#xd;
6713                                 },&#xd;
6714                                 {&#xd;
6715                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6716                                   &quot;value&quot;: {&#xd;
6717                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6718                                     &quot;fieldSchemaKey&quot;: {&#xd;
6719                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
6720                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6721                                     },&#xd;
6722                                     &quot;optional&quot;: false&#xd;
6723                                   }&#xd;
6724                                 },&#xd;
6725                                 {&#xd;
6726                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6727                                   &quot;value&quot;: {&#xd;
6728                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6729                                     &quot;fieldSchemaKey&quot;: {&#xd;
6730                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6731                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6732                                     },&#xd;
6733                                     &quot;optional&quot;: false&#xd;
6734                                   }&#xd;
6735                                 }&#xd;
6736                               ]&#xd;
6737                             }&#xd;
6738                           }&#xd;
6739                         },&#xd;
6740                         {&#xd;
6741                           &quot;key&quot;: {&#xd;
6742                             &quot;name&quot;: &quot;Event0102&quot;,&#xd;
6743                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6744                           },&#xd;
6745                           &quot;value&quot;: {&#xd;
6746                             &quot;key&quot;: {&#xd;
6747                               &quot;name&quot;: &quot;Event0102&quot;,&#xd;
6748                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6749                             },&#xd;
6750                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.sample.events&quot;,&#xd;
6751                             &quot;source&quot;: &quot;Establish&quot;,&#xd;
6752                             &quot;target&quot;: &quot;Decide&quot;,&#xd;
6753                             &quot;parameter&quot;: {&#xd;
6754                               &quot;entry&quot;: [&#xd;
6755                                 {&#xd;
6756                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
6757                                   &quot;value&quot;: {&#xd;
6758                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
6759                                     &quot;fieldSchemaKey&quot;: {&#xd;
6760                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6761                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6762                                     },&#xd;
6763                                     &quot;optional&quot;: false&#xd;
6764                                   }&#xd;
6765                                 },&#xd;
6766                                 {&#xd;
6767                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
6768                                   &quot;value&quot;: {&#xd;
6769                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
6770                                     &quot;fieldSchemaKey&quot;: {&#xd;
6771                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6772                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6773                                     },&#xd;
6774                                     &quot;optional&quot;: false&#xd;
6775                                   }&#xd;
6776                                 },&#xd;
6777                                 {&#xd;
6778                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6779                                   &quot;value&quot;: {&#xd;
6780                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6781                                     &quot;fieldSchemaKey&quot;: {&#xd;
6782                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6783                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6784                                     },&#xd;
6785                                     &quot;optional&quot;: false&#xd;
6786                                   }&#xd;
6787                                 },&#xd;
6788                                 {&#xd;
6789                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6790                                   &quot;value&quot;: {&#xd;
6791                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6792                                     &quot;fieldSchemaKey&quot;: {&#xd;
6793                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6794                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6795                                     },&#xd;
6796                                     &quot;optional&quot;: false&#xd;
6797                                   }&#xd;
6798                                 },&#xd;
6799                                 {&#xd;
6800                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6801                                   &quot;value&quot;: {&#xd;
6802                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6803                                     &quot;fieldSchemaKey&quot;: {&#xd;
6804                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6805                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6806                                     },&#xd;
6807                                     &quot;optional&quot;: false&#xd;
6808                                   }&#xd;
6809                                 },&#xd;
6810                                 {&#xd;
6811                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6812                                   &quot;value&quot;: {&#xd;
6813                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6814                                     &quot;fieldSchemaKey&quot;: {&#xd;
6815                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
6816                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6817                                     },&#xd;
6818                                     &quot;optional&quot;: false&#xd;
6819                                   }&#xd;
6820                                 },&#xd;
6821                                 {&#xd;
6822                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6823                                   &quot;value&quot;: {&#xd;
6824                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6825                                     &quot;fieldSchemaKey&quot;: {&#xd;
6826                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
6827                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6828                                     },&#xd;
6829                                     &quot;optional&quot;: false&#xd;
6830                                   }&#xd;
6831                                 },&#xd;
6832                                 {&#xd;
6833                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6834                                   &quot;value&quot;: {&#xd;
6835                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6836                                     &quot;fieldSchemaKey&quot;: {&#xd;
6837                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6838                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6839                                     },&#xd;
6840                                     &quot;optional&quot;: false&#xd;
6841                                   }&#xd;
6842                                 }&#xd;
6843                               ]&#xd;
6844                             }&#xd;
6845                           }&#xd;
6846                         },&#xd;
6847                         {&#xd;
6848                           &quot;key&quot;: {&#xd;
6849                             &quot;name&quot;: &quot;Event0103&quot;,&#xd;
6850                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6851                           },&#xd;
6852                           &quot;value&quot;: {&#xd;
6853                             &quot;key&quot;: {&#xd;
6854                               &quot;name&quot;: &quot;Event0103&quot;,&#xd;
6855                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6856                             },&#xd;
6857                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.sample.events&quot;,&#xd;
6858                             &quot;source&quot;: &quot;Decide&quot;,&#xd;
6859                             &quot;target&quot;: &quot;Act&quot;,&#xd;
6860                             &quot;parameter&quot;: {&#xd;
6861                               &quot;entry&quot;: [&#xd;
6862                                 {&#xd;
6863                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
6864                                   &quot;value&quot;: {&#xd;
6865                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
6866                                     &quot;fieldSchemaKey&quot;: {&#xd;
6867                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6868                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6869                                     },&#xd;
6870                                     &quot;optional&quot;: false&#xd;
6871                                   }&#xd;
6872                                 },&#xd;
6873                                 {&#xd;
6874                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
6875                                   &quot;value&quot;: {&#xd;
6876                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
6877                                     &quot;fieldSchemaKey&quot;: {&#xd;
6878                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6879                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6880                                     },&#xd;
6881                                     &quot;optional&quot;: false&#xd;
6882                                   }&#xd;
6883                                 },&#xd;
6884                                 {&#xd;
6885                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
6886                                   &quot;value&quot;: {&#xd;
6887                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
6888                                     &quot;fieldSchemaKey&quot;: {&#xd;
6889                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6890                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6891                                     },&#xd;
6892                                     &quot;optional&quot;: false&#xd;
6893                                   }&#xd;
6894                                 },&#xd;
6895                                 {&#xd;
6896                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
6897                                   &quot;value&quot;: {&#xd;
6898                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
6899                                     &quot;fieldSchemaKey&quot;: {&#xd;
6900                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6901                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6902                                     },&#xd;
6903                                     &quot;optional&quot;: false&#xd;
6904                                   }&#xd;
6905                                 },&#xd;
6906                                 {&#xd;
6907                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6908                                   &quot;value&quot;: {&#xd;
6909                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6910                                     &quot;fieldSchemaKey&quot;: {&#xd;
6911                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6912                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6913                                     },&#xd;
6914                                     &quot;optional&quot;: false&#xd;
6915                                   }&#xd;
6916                                 },&#xd;
6917                                 {&#xd;
6918                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6919                                   &quot;value&quot;: {&#xd;
6920                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6921                                     &quot;fieldSchemaKey&quot;: {&#xd;
6922                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6923                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6924                                     },&#xd;
6925                                     &quot;optional&quot;: false&#xd;
6926                                   }&#xd;
6927                                 },&#xd;
6928                                 {&#xd;
6929                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6930                                   &quot;value&quot;: {&#xd;
6931                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6932                                     &quot;fieldSchemaKey&quot;: {&#xd;
6933                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6934                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6935                                     },&#xd;
6936                                     &quot;optional&quot;: false&#xd;
6937                                   }&#xd;
6938                                 },&#xd;
6939                                 {&#xd;
6940                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6941                                   &quot;value&quot;: {&#xd;
6942                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6943                                     &quot;fieldSchemaKey&quot;: {&#xd;
6944                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
6945                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6946                                     },&#xd;
6947                                     &quot;optional&quot;: false&#xd;
6948                                   }&#xd;
6949                                 },&#xd;
6950                                 {&#xd;
6951                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6952                                   &quot;value&quot;: {&#xd;
6953                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6954                                     &quot;fieldSchemaKey&quot;: {&#xd;
6955                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
6956                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6957                                     },&#xd;
6958                                     &quot;optional&quot;: false&#xd;
6959                                   }&#xd;
6960                                 },&#xd;
6961                                 {&#xd;
6962                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6963                                   &quot;value&quot;: {&#xd;
6964                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6965                                     &quot;fieldSchemaKey&quot;: {&#xd;
6966                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6967                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6968                                     },&#xd;
6969                                     &quot;optional&quot;: false&#xd;
6970                                   }&#xd;
6971                                 }&#xd;
6972                               ]&#xd;
6973                             }&#xd;
6974                           }&#xd;
6975                         },&#xd;
6976                         {&#xd;
6977                           &quot;key&quot;: {&#xd;
6978                             &quot;name&quot;: &quot;Event0104&quot;,&#xd;
6979                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6980                           },&#xd;
6981                           &quot;value&quot;: {&#xd;
6982                             &quot;key&quot;: {&#xd;
6983                               &quot;name&quot;: &quot;Event0104&quot;,&#xd;
6984                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6985                             },&#xd;
6986                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.sample.events&quot;,&#xd;
6987                             &quot;source&quot;: &quot;Act&quot;,&#xd;
6988                             &quot;target&quot;: &quot;Outside&quot;,&#xd;
6989                             &quot;parameter&quot;: {&#xd;
6990                               &quot;entry&quot;: [&#xd;
6991                                 {&#xd;
6992                                   &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
6993                                   &quot;value&quot;: {&#xd;
6994                                     &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
6995                                     &quot;fieldSchemaKey&quot;: {&#xd;
6996                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6997                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6998                                     },&#xd;
6999                                     &quot;optional&quot;: false&#xd;
7000                                   }&#xd;
7001                                 },&#xd;
7002                                 {&#xd;
7003                                   &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
7004                                   &quot;value&quot;: {&#xd;
7005                                     &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
7006                                     &quot;fieldSchemaKey&quot;: {&#xd;
7007                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
7008                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7009                                     },&#xd;
7010                                     &quot;optional&quot;: false&#xd;
7011                                   }&#xd;
7012                                 },&#xd;
7013                                 {&#xd;
7014                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
7015                                   &quot;value&quot;: {&#xd;
7016                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
7017                                     &quot;fieldSchemaKey&quot;: {&#xd;
7018                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
7019                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7020                                     },&#xd;
7021                                     &quot;optional&quot;: false&#xd;
7022                                   }&#xd;
7023                                 },&#xd;
7024                                 {&#xd;
7025                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
7026                                   &quot;value&quot;: {&#xd;
7027                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
7028                                     &quot;fieldSchemaKey&quot;: {&#xd;
7029                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
7030                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7031                                     },&#xd;
7032                                     &quot;optional&quot;: false&#xd;
7033                                   }&#xd;
7034                                 },&#xd;
7035                                 {&#xd;
7036                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
7037                                   &quot;value&quot;: {&#xd;
7038                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
7039                                     &quot;fieldSchemaKey&quot;: {&#xd;
7040                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
7041                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7042                                     },&#xd;
7043                                     &quot;optional&quot;: false&#xd;
7044                                   }&#xd;
7045                                 },&#xd;
7046                                 {&#xd;
7047                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
7048                                   &quot;value&quot;: {&#xd;
7049                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
7050                                     &quot;fieldSchemaKey&quot;: {&#xd;
7051                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
7052                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7053                                     },&#xd;
7054                                     &quot;optional&quot;: false&#xd;
7055                                   }&#xd;
7056                                 },&#xd;
7057                                 {&#xd;
7058                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
7059                                   &quot;value&quot;: {&#xd;
7060                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
7061                                     &quot;fieldSchemaKey&quot;: {&#xd;
7062                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
7063                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7064                                     },&#xd;
7065                                     &quot;optional&quot;: false&#xd;
7066                                   }&#xd;
7067                                 },&#xd;
7068                                 {&#xd;
7069                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
7070                                   &quot;value&quot;: {&#xd;
7071                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
7072                                     &quot;fieldSchemaKey&quot;: {&#xd;
7073                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
7074                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7075                                     },&#xd;
7076                                     &quot;optional&quot;: false&#xd;
7077                                   }&#xd;
7078                                 },&#xd;
7079                                 {&#xd;
7080                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
7081                                   &quot;value&quot;: {&#xd;
7082                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
7083                                     &quot;fieldSchemaKey&quot;: {&#xd;
7084                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
7085                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7086                                     },&#xd;
7087                                     &quot;optional&quot;: false&#xd;
7088                                   }&#xd;
7089                                 },&#xd;
7090                                 {&#xd;
7091                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
7092                                   &quot;value&quot;: {&#xd;
7093                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
7094                                     &quot;fieldSchemaKey&quot;: {&#xd;
7095                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
7096                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7097                                     },&#xd;
7098                                     &quot;optional&quot;: false&#xd;
7099                                   }&#xd;
7100                                 },&#xd;
7101                                 {&#xd;
7102                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
7103                                   &quot;value&quot;: {&#xd;
7104                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
7105                                     &quot;fieldSchemaKey&quot;: {&#xd;
7106                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
7107                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7108                                     },&#xd;
7109                                     &quot;optional&quot;: false&#xd;
7110                                   }&#xd;
7111                                 },&#xd;
7112                                 {&#xd;
7113                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
7114                                   &quot;value&quot;: {&#xd;
7115                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
7116                                     &quot;fieldSchemaKey&quot;: {&#xd;
7117                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
7118                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7119                                     },&#xd;
7120                                     &quot;optional&quot;: false&#xd;
7121                                   }&#xd;
7122                                 }&#xd;
7123                               ]&#xd;
7124                             }&#xd;
7125                           }&#xd;
7126                         }&#xd;
7127                       ]&#xd;
7128                     }&#xd;
7129                   },&#xd;
7130                   &quot;albums&quot;: {&#xd;
7131                     &quot;key&quot;: {&#xd;
7132                       &quot;name&quot;: &quot;Context&quot;,&#xd;
7133                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7134                     },&#xd;
7135                     &quot;albums&quot;: {&#xd;
7136                       &quot;entry&quot;: [&#xd;
7137                         {&#xd;
7138                           &quot;key&quot;: {&#xd;
7139                             &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
7140                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7141                           },&#xd;
7142                           &quot;value&quot;: {&#xd;
7143                             &quot;key&quot;: {&#xd;
7144                               &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
7145                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7146                             },&#xd;
7147                             &quot;scope&quot;: &quot;EXTERNAL&quot;,&#xd;
7148                             &quot;isWritable&quot;: false,&#xd;
7149                             &quot;itemSchema&quot;: {&#xd;
7150                               &quot;name&quot;: &quot;TestExternalContextItem&quot;,&#xd;
7151                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7152                             }&#xd;
7153                           }&#xd;
7154                         },&#xd;
7155                         {&#xd;
7156                           &quot;key&quot;: {&#xd;
7157                             &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
7158                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7159                           },&#xd;
7160                           &quot;value&quot;: {&#xd;
7161                             &quot;key&quot;: {&#xd;
7162                               &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
7163                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7164                             },&#xd;
7165                             &quot;scope&quot;: &quot;GLOBAL&quot;,&#xd;
7166                             &quot;isWritable&quot;: true,&#xd;
7167                             &quot;itemSchema&quot;: {&#xd;
7168                               &quot;name&quot;: &quot;TestGlobalContextItem&quot;,&#xd;
7169                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7170                             }&#xd;
7171                           }&#xd;
7172                         },&#xd;
7173                         {&#xd;
7174                           &quot;key&quot;: {&#xd;
7175                             &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
7176                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7177                           },&#xd;
7178                           &quot;value&quot;: {&#xd;
7179                             &quot;key&quot;: {&#xd;
7180                               &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
7181                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7182                             },&#xd;
7183                             &quot;scope&quot;: &quot;APPLICATION&quot;,&#xd;
7184                             &quot;isWritable&quot;: true,&#xd;
7185                             &quot;itemSchema&quot;: {&#xd;
7186                               &quot;name&quot;: &quot;TestPolicyContextItem&quot;,&#xd;
7187                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7188                             }&#xd;
7189                           }&#xd;
7190                         },&#xd;
7191                         {&#xd;
7192                           &quot;key&quot;: {&#xd;
7193                             &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
7194                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7195                           },&#xd;
7196                           &quot;value&quot;: {&#xd;
7197                             &quot;key&quot;: {&#xd;
7198                               &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
7199                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7200                             },&#xd;
7201                             &quot;scope&quot;: &quot;APPLICATION&quot;,&#xd;
7202                             &quot;isWritable&quot;: true,&#xd;
7203                             &quot;itemSchema&quot;: {&#xd;
7204                               &quot;name&quot;: &quot;TestPolicyContextItem&quot;,&#xd;
7205                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7206                             }&#xd;
7207                           }&#xd;
7208                         }&#xd;
7209                       ]&#xd;
7210                     }&#xd;
7211                   },&#xd;
7212                   &quot;schemas&quot;: {&#xd;
7213                     &quot;key&quot;: {&#xd;
7214                       &quot;name&quot;: &quot;TestDatatypes&quot;,&#xd;
7215                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7216                     },&#xd;
7217                     &quot;schemas&quot;: {&#xd;
7218                       &quot;entry&quot;: [&#xd;
7219                         {&#xd;
7220                           &quot;key&quot;: {&#xd;
7221                             &quot;name&quot;: &quot;TestCase&quot;,&#xd;
7222                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7223                           },&#xd;
7224                           &quot;value&quot;: {&#xd;
7225                             &quot;key&quot;: {&#xd;
7226                               &quot;name&quot;: &quot;TestCase&quot;,&#xd;
7227                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7228                             },&#xd;
7229                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7230                             &quot;schemaDefinition&quot;: &quot;java.lang.Byte&quot;&#xd;
7231                           }&#xd;
7232                         },&#xd;
7233                         {&#xd;
7234                           &quot;key&quot;: {&#xd;
7235                             &quot;name&quot;: &quot;TestContextItem000&quot;,&#xd;
7236                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7237                           },&#xd;
7238                           &quot;value&quot;: {&#xd;
7239                             &quot;key&quot;: {&#xd;
7240                               &quot;name&quot;: &quot;TestContextItem000&quot;,&#xd;
7241                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7242                             },&#xd;
7243                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7244                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem000&quot;&#xd;
7245                           }&#xd;
7246                         },&#xd;
7247                         {&#xd;
7248                           &quot;key&quot;: {&#xd;
7249                             &quot;name&quot;: &quot;TestContextItem001&quot;,&#xd;
7250                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7251                           },&#xd;
7252                           &quot;value&quot;: {&#xd;
7253                             &quot;key&quot;: {&#xd;
7254                               &quot;name&quot;: &quot;TestContextItem001&quot;,&#xd;
7255                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7256                             },&#xd;
7257                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7258                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem001&quot;&#xd;
7259                           }&#xd;
7260                         },&#xd;
7261                         {&#xd;
7262                           &quot;key&quot;: {&#xd;
7263                             &quot;name&quot;: &quot;TestContextItem002&quot;,&#xd;
7264                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7265                           },&#xd;
7266                           &quot;value&quot;: {&#xd;
7267                             &quot;key&quot;: {&#xd;
7268                               &quot;name&quot;: &quot;TestContextItem002&quot;,&#xd;
7269                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7270                             },&#xd;
7271                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7272                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem002&quot;&#xd;
7273                           }&#xd;
7274                         },&#xd;
7275                         {&#xd;
7276                           &quot;key&quot;: {&#xd;
7277                             &quot;name&quot;: &quot;TestContextItem003&quot;,&#xd;
7278                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7279                           },&#xd;
7280                           &quot;value&quot;: {&#xd;
7281                             &quot;key&quot;: {&#xd;
7282                               &quot;name&quot;: &quot;TestContextItem003&quot;,&#xd;
7283                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7284                             },&#xd;
7285                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7286                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem003&quot;&#xd;
7287                           }&#xd;
7288                         },&#xd;
7289                         {&#xd;
7290                           &quot;key&quot;: {&#xd;
7291                             &quot;name&quot;: &quot;TestContextItem004&quot;,&#xd;
7292                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7293                           },&#xd;
7294                           &quot;value&quot;: {&#xd;
7295                             &quot;key&quot;: {&#xd;
7296                               &quot;name&quot;: &quot;TestContextItem004&quot;,&#xd;
7297                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7298                             },&#xd;
7299                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7300                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem004&quot;&#xd;
7301                           }&#xd;
7302                         },&#xd;
7303                         {&#xd;
7304                           &quot;key&quot;: {&#xd;
7305                             &quot;name&quot;: &quot;TestContextItem005&quot;,&#xd;
7306                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7307                           },&#xd;
7308                           &quot;value&quot;: {&#xd;
7309                             &quot;key&quot;: {&#xd;
7310                               &quot;name&quot;: &quot;TestContextItem005&quot;,&#xd;
7311                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7312                             },&#xd;
7313                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7314                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem005&quot;&#xd;
7315                           }&#xd;
7316                         },&#xd;
7317                         {&#xd;
7318                           &quot;key&quot;: {&#xd;
7319                             &quot;name&quot;: &quot;TestContextItem006&quot;,&#xd;
7320                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7321                           },&#xd;
7322                           &quot;value&quot;: {&#xd;
7323                             &quot;key&quot;: {&#xd;
7324                               &quot;name&quot;: &quot;TestContextItem006&quot;,&#xd;
7325                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7326                             },&#xd;
7327                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7328                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem006&quot;&#xd;
7329                           }&#xd;
7330                         },&#xd;
7331                         {&#xd;
7332                           &quot;key&quot;: {&#xd;
7333                             &quot;name&quot;: &quot;TestContextItem007&quot;,&#xd;
7334                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7335                           },&#xd;
7336                           &quot;value&quot;: {&#xd;
7337                             &quot;key&quot;: {&#xd;
7338                               &quot;name&quot;: &quot;TestContextItem007&quot;,&#xd;
7339                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7340                             },&#xd;
7341                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7342                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem007&quot;&#xd;
7343                           }&#xd;
7344                         },&#xd;
7345                         {&#xd;
7346                           &quot;key&quot;: {&#xd;
7347                             &quot;name&quot;: &quot;TestContextItem008&quot;,&#xd;
7348                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7349                           },&#xd;
7350                           &quot;value&quot;: {&#xd;
7351                             &quot;key&quot;: {&#xd;
7352                               &quot;name&quot;: &quot;TestContextItem008&quot;,&#xd;
7353                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7354                             },&#xd;
7355                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7356                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem008&quot;&#xd;
7357                           }&#xd;
7358                         },&#xd;
7359                         {&#xd;
7360                           &quot;key&quot;: {&#xd;
7361                             &quot;name&quot;: &quot;TestContextItem009&quot;,&#xd;
7362                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7363                           },&#xd;
7364                           &quot;value&quot;: {&#xd;
7365                             &quot;key&quot;: {&#xd;
7366                               &quot;name&quot;: &quot;TestContextItem009&quot;,&#xd;
7367                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7368                             },&#xd;
7369                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7370                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem009&quot;&#xd;
7371                           }&#xd;
7372                         },&#xd;
7373                         {&#xd;
7374                           &quot;key&quot;: {&#xd;
7375                             &quot;name&quot;: &quot;TestContextItem00A&quot;,&#xd;
7376                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7377                           },&#xd;
7378                           &quot;value&quot;: {&#xd;
7379                             &quot;key&quot;: {&#xd;
7380                               &quot;name&quot;: &quot;TestContextItem00A&quot;,&#xd;
7381                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7382                             },&#xd;
7383                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7384                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem00A&quot;&#xd;
7385                           }&#xd;
7386                         },&#xd;
7387                         {&#xd;
7388                           &quot;key&quot;: {&#xd;
7389                             &quot;name&quot;: &quot;TestContextItem00B&quot;,&#xd;
7390                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7391                           },&#xd;
7392                           &quot;value&quot;: {&#xd;
7393                             &quot;key&quot;: {&#xd;
7394                               &quot;name&quot;: &quot;TestContextItem00B&quot;,&#xd;
7395                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7396                             },&#xd;
7397                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7398                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem00B&quot;&#xd;
7399                           }&#xd;
7400                         },&#xd;
7401                         {&#xd;
7402                           &quot;key&quot;: {&#xd;
7403                             &quot;name&quot;: &quot;TestContextItem00C&quot;,&#xd;
7404                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7405                           },&#xd;
7406                           &quot;value&quot;: {&#xd;
7407                             &quot;key&quot;: {&#xd;
7408                               &quot;name&quot;: &quot;TestContextItem00C&quot;,&#xd;
7409                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7410                             },&#xd;
7411                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7412                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem00C&quot;&#xd;
7413                           }&#xd;
7414                         },&#xd;
7415                         {&#xd;
7416                           &quot;key&quot;: {&#xd;
7417                             &quot;name&quot;: &quot;TestExternalContextItem&quot;,&#xd;
7418                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7419                           },&#xd;
7420                           &quot;value&quot;: {&#xd;
7421                             &quot;key&quot;: {&#xd;
7422                               &quot;name&quot;: &quot;TestExternalContextItem&quot;,&#xd;
7423                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7424                             },&#xd;
7425                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7426                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestExternalContextItem&quot;&#xd;
7427                           }&#xd;
7428                         },&#xd;
7429                         {&#xd;
7430                           &quot;key&quot;: {&#xd;
7431                             &quot;name&quot;: &quot;TestGlobalContextItem&quot;,&#xd;
7432                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7433                           },&#xd;
7434                           &quot;value&quot;: {&#xd;
7435                             &quot;key&quot;: {&#xd;
7436                               &quot;name&quot;: &quot;TestGlobalContextItem&quot;,&#xd;
7437                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7438                             },&#xd;
7439                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7440                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestGlobalContextItem&quot;&#xd;
7441                           }&#xd;
7442                         },&#xd;
7443                         {&#xd;
7444                           &quot;key&quot;: {&#xd;
7445                             &quot;name&quot;: &quot;TestPolicyContextItem&quot;,&#xd;
7446                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7447                           },&#xd;
7448                           &quot;value&quot;: {&#xd;
7449                             &quot;key&quot;: {&#xd;
7450                               &quot;name&quot;: &quot;TestPolicyContextItem&quot;,&#xd;
7451                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7452                             },&#xd;
7453                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7454                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestPolicyContextItem&quot;&#xd;
7455                           }&#xd;
7456                         },&#xd;
7457                         {&#xd;
7458                           &quot;key&quot;: {&#xd;
7459                             &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
7460                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7461                           },&#xd;
7462                           &quot;value&quot;: {&#xd;
7463                             &quot;key&quot;: {&#xd;
7464                               &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
7465                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7466                             },&#xd;
7467                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7468                             &quot;schemaDefinition&quot;: &quot;java.lang.String&quot;&#xd;
7469                           }&#xd;
7470                         },&#xd;
7471                         {&#xd;
7472                           &quot;key&quot;: {&#xd;
7473                             &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
7474                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7475                           },&#xd;
7476                           &quot;value&quot;: {&#xd;
7477                             &quot;key&quot;: {&#xd;
7478                               &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
7479                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7480                             },&#xd;
7481                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7482                             &quot;schemaDefinition&quot;: &quot;java.lang.Double&quot;&#xd;
7483                           }&#xd;
7484                         },&#xd;
7485                         {&#xd;
7486                           &quot;key&quot;: {&#xd;
7487                             &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
7488                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7489                           },&#xd;
7490                           &quot;value&quot;: {&#xd;
7491                             &quot;key&quot;: {&#xd;
7492                               &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
7493                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7494                             },&#xd;
7495                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7496                             &quot;schemaDefinition&quot;: &quot;java.lang.Long&quot;&#xd;
7497                           }&#xd;
7498                         }&#xd;
7499                       ]&#xd;
7500                     }&#xd;
7501                   }&#xd;
7502                 }&#xd;
7503               },&#xd;
7504               &quot;engineParameters&quot;: {&#xd;
7505                 &quot;executorParameters&quot;: {&#xd;
7506                   &quot;JAVASCRIPT&quot;: {&#xd;
7507                     &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.executor.javascript.JavascriptExecutorParameters&quot;&#xd;
7508                   }&#xd;
7509                 }&#xd;
7510               }&#xd;
7511             },&#xd;
7512             &quot;eventInputParameters&quot;: {&#xd;
7513               &quot;FirstConsumer&quot;: {&#xd;
7514                 &quot;carrierTechnologyParameters&quot;: {&#xd;
7515                   &quot;carrierTechnology&quot;: &quot;RESTSERVER&quot;,&#xd;
7516                   &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.event.carrier.restserver.RestServerCarrierTechnologyParameters&quot;,&#xd;
7517                   &quot;parameters&quot;: {&#xd;
7518                     &quot;standalone&quot;: true,&#xd;
7519                     &quot;host&quot;: &quot;0.0.0.0&quot;,&#xd;
7520                     &quot;port&quot;: 23324&#xd;
7521                   }&#xd;
7522                 },&#xd;
7523                 &quot;eventProtocolParameters&quot;: {&#xd;
7524                   &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
7525                 },&#xd;
7526                 &quot;synchronousMode&quot;: true,&#xd;
7527                 &quot;synchronousPeer&quot;: &quot;FirstProducer&quot;,&#xd;
7528                 &quot;synchronousTimeout&quot;: 2000&#xd;
7529               }&#xd;
7530             },&#xd;
7531             &quot;eventOutputParameters&quot;: {&#xd;
7532               &quot;FirstProducer&quot;: {&#xd;
7533                 &quot;carrierTechnologyParameters&quot;: {&#xd;
7534                   &quot;carrierTechnology&quot;: &quot;RESTSERVER&quot;,&#xd;
7535                   &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.event.carrier.restserver.RestServerCarrierTechnologyParameters&quot;&#xd;
7536                 },&#xd;
7537                 &quot;eventProtocolParameters&quot;: {&#xd;
7538                   &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
7539                 },&#xd;
7540                 &quot;synchronousMode&quot;: true,&#xd;
7541                 &quot;synchronousPeer&quot;: &quot;FirstConsumer&quot;,&#xd;
7542                 &quot;synchronousTimeout&quot;: 2000&#xd;
7543               }&#xd;
7544             }&#xd;
7545           }&#xd;
7546         }&#xd;
7547       }&#xd;
7548     ]&#xd;
7549   }&#xd;
7550 }&#xd;
7551 </stringProp>
7552                 <stringProp name="Argument.metadata">=</stringProp>
7553               </elementProp>
7554             </collectionProp>
7555           </elementProp>
7556           <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp>
7557           <stringProp name="HTTPSampler.port">${API_PORT}</stringProp>
7558           <stringProp name="HTTPSampler.protocol">http</stringProp>
7559           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
7560           <stringProp name="HTTPSampler.path">/policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Apex/versions/1.0.0/policies</stringProp>
7561           <stringProp name="HTTPSampler.method">POST</stringProp>
7562           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
7563           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
7564           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
7565           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
7566           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
7567           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
7568           <stringProp name="HTTPSampler.response_timeout"></stringProp>
7569         </HTTPSamplerProxy>
7570         <hashTree>
7571           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
7572             <collectionProp name="Asserion.test_strings">
7573               <stringProp name="49586">200</stringProp>
7574             </collectionProp>
7575             <stringProp name="Assertion.custom_message"></stringProp>
7576             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
7577             <boolProp name="Assertion.assume_success">false</boolProp>
7578             <intProp name="Assertion.test_type">1</intProp>
7579           </ResponseAssertion>
7580           <hashTree/>
7581         </hashTree>
7582         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Create Nodetemplate metadata for sampleGroup policy" enabled="true">
7583           <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
7584           <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
7585             <collectionProp name="Arguments.arguments">
7586               <elementProp name="" elementType="HTTPArgument">
7587                 <boolProp name="HTTPArgument.always_encode">false</boolProp>
7588                 <stringProp name="Argument.value">{&#xd;
7589     &quot;tosca_definitions_version&quot;: &quot;tosca_simple_yaml_1_1_0&quot;,&#xd;
7590     &quot;node_types&quot;: {&#xd;
7591         &quot;org.onap.nodetypes.policy.MetadataSet&quot;: {&#xd;
7592             &quot;derived_from&quot;: &quot;tosca.nodetypes.Root&quot;,&#xd;
7593             &quot;version&quot;: &quot;1.0.0&quot;&#xd;
7594         }&#xd;
7595     },&#xd;
7596     &quot;topology_template&quot;: {&#xd;
7597         &quot;node_templates&quot;: {&#xd;
7598             &quot;apex.metadata.pnf&quot;: {&#xd;
7599                 &quot;version&quot;: &quot;1.0.0&quot;,&#xd;
7600                 &quot;type&quot;: &quot;org.onap.nodetypes.policy.MetadataSet&quot;,&#xd;
7601                 &quot;type_version&quot;: &quot;1.0.0&quot;,&#xd;
7602                 &quot;description&quot;: &quot;Metadata set for apex pnf Policy&quot;,&#xd;
7603                 &quot;metadata&quot;: {&#xd;
7604                     &quot;apexPolicyModel&quot;: {&#xd;
7605                         &quot;key&quot;: {&#xd;
7606                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop&quot;,&#xd;
7607                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7608                         },&#xd;
7609                         &quot;keyInformation&quot;: {&#xd;
7610                             &quot;key&quot;: {&#xd;
7611                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_KeyInfo&quot;,&#xd;
7612                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7613                             },&#xd;
7614                             &quot;keyInfoMap&quot;: {&#xd;
7615                                 &quot;entry&quot;: [&#xd;
7616                                     {&#xd;
7617                                         &quot;key&quot;: {&#xd;
7618                                             &quot;name&quot;: &quot;SimpleBooleanType&quot;,&#xd;
7619                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7620                                         },&#xd;
7621                                         &quot;value&quot;: {&#xd;
7622                                             &quot;key&quot;: {&#xd;
7623                                                 &quot;name&quot;: &quot;SimpleBooleanType&quot;,&#xd;
7624                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7625                                             },&#xd;
7626                                             &quot;UUID&quot;: &quot;7218fb2f-59e3-321d-9ae1-bc97b19eb4ae&quot;,&#xd;
7627                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleBooleanType:0.0.1\&quot;&quot;&#xd;
7628                                         }&#xd;
7629                                     },&#xd;
7630                                     {&#xd;
7631                                         &quot;key&quot;: {&#xd;
7632                                             &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseEvent&quot;,&#xd;
7633                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7634                                         },&#xd;
7635                                         &quot;value&quot;: {&#xd;
7636                                             &quot;key&quot;: {&#xd;
7637                                                 &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseEvent&quot;,&#xd;
7638                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7639                                             },&#xd;
7640                                             &quot;UUID&quot;: &quot;c8a29e27-0a15-354a-84f9-4c7f207e5c81&quot;,&#xd;
7641                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_AAIFailureResponseEvent:0.0.1\&quot;&quot;&#xd;
7642                                         }&#xd;
7643                                     },&#xd;
7644                                     {&#xd;
7645                                         &quot;key&quot;: {&#xd;
7646                                             &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
7647                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7648                                         },&#xd;
7649                                         &quot;value&quot;: {&#xd;
7650                                             &quot;key&quot;: {&#xd;
7651                                                 &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
7652                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7653                                             },&#xd;
7654                                             &quot;UUID&quot;: &quot;5e843cee-0180-39b9-8989-180b2ffe11c0&quot;,&#xd;
7655                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_AAIFailureResponseHandlerPolicy:0.0.1\&quot;&quot;&#xd;
7656                                         }&#xd;
7657                                     },&#xd;
7658                                     {&#xd;
7659                                         &quot;key&quot;: {&#xd;
7660                                             &quot;name&quot;: &quot;SimpleCL_AAIRequestErrorType&quot;,&#xd;
7661                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7662                                         },&#xd;
7663                                         &quot;value&quot;: {&#xd;
7664                                             &quot;key&quot;: {&#xd;
7665                                                 &quot;name&quot;: &quot;SimpleCL_AAIRequestErrorType&quot;,&#xd;
7666                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7667                                             },&#xd;
7668                                             &quot;UUID&quot;: &quot;90291c92-9b27-3cd9-8720-db572419c048&quot;,&#xd;
7669                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_AAIRequestErrorType:0.0.1\&quot;&quot;&#xd;
7670                                         }&#xd;
7671                                     },&#xd;
7672                                     {&#xd;
7673                                         &quot;key&quot;: {&#xd;
7674                                             &quot;name&quot;: &quot;SimpleCL_AAIRequestEvent&quot;,&#xd;
7675                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7676                                         },&#xd;
7677                                         &quot;value&quot;: {&#xd;
7678                                             &quot;key&quot;: {&#xd;
7679                                                 &quot;name&quot;: &quot;SimpleCL_AAIRequestEvent&quot;,&#xd;
7680                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7681                                             },&#xd;
7682                                             &quot;UUID&quot;: &quot;7b7e6751-4e0b-389d-98c0-5567bbc0294c&quot;,&#xd;
7683                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_AAIRequestEvent:0.0.1\&quot;&quot;&#xd;
7684                                         }&#xd;
7685                                     },&#xd;
7686                                     {&#xd;
7687                                         &quot;key&quot;: {&#xd;
7688                                             &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseEvent&quot;,&#xd;
7689                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7690                                         },&#xd;
7691                                         &quot;value&quot;: {&#xd;
7692                                             &quot;key&quot;: {&#xd;
7693                                                 &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseEvent&quot;,&#xd;
7694                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7695                                             },&#xd;
7696                                             &quot;UUID&quot;: &quot;63d5680c-14ef-3505-8d34-ebb646bba07b&quot;,&#xd;
7697                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_AAISuccessResponseEvent:0.0.1\&quot;&quot;&#xd;
7698                                         }&#xd;
7699                                     },&#xd;
7700                                     {&#xd;
7701                                         &quot;key&quot;: {&#xd;
7702                                             &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
7703                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7704                                         },&#xd;
7705                                         &quot;value&quot;: {&#xd;
7706                                             &quot;key&quot;: {&#xd;
7707                                                 &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
7708                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7709                                             },&#xd;
7710                                             &quot;UUID&quot;: &quot;a84ca97d-6e94-39a2-91f9-59a6c9aa435e&quot;,&#xd;
7711                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_AAISuccessResponseHandlerPolicy:0.0.1\&quot;&quot;&#xd;
7712                                         }&#xd;
7713                                     },&#xd;
7714                                     {&#xd;
7715                                         &quot;key&quot;: {&#xd;
7716                                             &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
7717                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7718                                         },&#xd;
7719                                         &quot;value&quot;: {&#xd;
7720                                             &quot;key&quot;: {&#xd;
7721                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
7722                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7723                                             },&#xd;
7724                                             &quot;UUID&quot;: &quot;0e2ee622-7fd3-3e49-82e2-539c4f5e9624&quot;,&#xd;
7725                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSActionIdentifiersType:0.0.1\&quot;&quot;&#xd;
7726                                         }&#xd;
7727                                     },&#xd;
7728                                     {&#xd;
7729                                         &quot;key&quot;: {&#xd;
7730                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseEvent&quot;,&#xd;
7731                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7732                                         },&#xd;
7733                                         &quot;value&quot;: {&#xd;
7734                                             &quot;key&quot;: {&#xd;
7735                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseEvent&quot;,&#xd;
7736                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7737                                             },&#xd;
7738                                             &quot;UUID&quot;: &quot;e84f8682-ea33-3ad0-8626-8bc4634581fc&quot;,&#xd;
7739                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifyFailureResponseEvent:0.0.1\&quot;&quot;&#xd;
7740                                         }&#xd;
7741                                     },&#xd;
7742                                     {&#xd;
7743                                         &quot;key&quot;: {&#xd;
7744                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
7745                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7746                                         },&#xd;
7747                                         &quot;value&quot;: {&#xd;
7748                                             &quot;key&quot;: {&#xd;
7749                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
7750                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7751                                             },&#xd;
7752                                             &quot;UUID&quot;: &quot;a252f835-2479-38ef-9ef4-20af62725752&quot;,&#xd;
7753                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy:0.0.1\&quot;&quot;&#xd;
7754                                         }&#xd;
7755                                     },&#xd;
7756                                     {&#xd;
7757                                         &quot;key&quot;: {&#xd;
7758                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseTask&quot;,&#xd;
7759                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7760                                         },&#xd;
7761                                         &quot;value&quot;: {&#xd;
7762                                             &quot;key&quot;: {&#xd;
7763                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseTask&quot;,&#xd;
7764                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7765                                             },&#xd;
7766                                             &quot;UUID&quot;: &quot;cfc46ea9-b8c1-38dd-ac9c-304c916daf34&quot;,&#xd;
7767                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifyFailureResponseTask:0.0.1\&quot;&quot;&#xd;
7768                                         }&#xd;
7769                                     },&#xd;
7770                                     {&#xd;
7771                                         &quot;key&quot;: {&#xd;
7772                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestEvent&quot;,&#xd;
7773                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7774                                         },&#xd;
7775                                         &quot;value&quot;: {&#xd;
7776                                             &quot;key&quot;: {&#xd;
7777                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestEvent&quot;,&#xd;
7778                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7779                                             },&#xd;
7780                                             &quot;UUID&quot;: &quot;1e7095d6-a455-3f89-acae-486e35d7e311&quot;,&#xd;
7781                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifyRequestEvent:0.0.1\&quot;&quot;&#xd;
7782                                         }&#xd;
7783                                     },&#xd;
7784                                     {&#xd;
7785                                         &quot;key&quot;: {&#xd;
7786                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&quot;,&#xd;
7787                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7788                                         },&#xd;
7789                                         &quot;value&quot;: {&#xd;
7790                                             &quot;key&quot;: {&#xd;
7791                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&quot;,&#xd;
7792                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7793                                             },&#xd;
7794                                             &quot;UUID&quot;: &quot;d22ea83b-695d-3da9-b9f5-41f16ca433bf&quot;,&#xd;
7795                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifyRequestPayloadType:0.0.1\&quot;&quot;&#xd;
7796                                         }&#xd;
7797                                     },&#xd;
7798                                     {&#xd;
7799                                         &quot;key&quot;: {&#xd;
7800                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyResponsePayloadType&quot;,&#xd;
7801                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7802                                         },&#xd;
7803                                         &quot;value&quot;: {&#xd;
7804                                             &quot;key&quot;: {&#xd;
7805                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyResponsePayloadType&quot;,&#xd;
7806                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7807                                             },&#xd;
7808                                             &quot;UUID&quot;: &quot;e9fe2e40-1f0d-30dd-8b9e-885695878693&quot;,&#xd;
7809                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifyResponsePayloadType:0.0.1\&quot;&quot;&#xd;
7810                                         }&#xd;
7811                                     },&#xd;
7812                                     {&#xd;
7813                                         &quot;key&quot;: {&#xd;
7814                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseEvent&quot;,&#xd;
7815                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7816                                         },&#xd;
7817                                         &quot;value&quot;: {&#xd;
7818                                             &quot;key&quot;: {&#xd;
7819                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseEvent&quot;,&#xd;
7820                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7821                                             },&#xd;
7822                                             &quot;UUID&quot;: &quot;5e04fa76-0a17-38a9-8524-23b2d1a23fa5&quot;,&#xd;
7823                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifySuccessResponseEvent:0.0.1\&quot;&quot;&#xd;
7824                                         }&#xd;
7825                                     },&#xd;
7826                                     {&#xd;
7827                                         &quot;key&quot;: {&#xd;
7828                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
7829                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7830                                         },&#xd;
7831                                         &quot;value&quot;: {&#xd;
7832                                             &quot;key&quot;: {&#xd;
7833                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
7834                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7835                                             },&#xd;
7836                                             &quot;UUID&quot;: &quot;15866380-40f5-3f8e-87d9-13747a36d352&quot;,&#xd;
7837                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy:0.0.1\&quot;&quot;&#xd;
7838                                         }&#xd;
7839                                     },&#xd;
7840                                     {&#xd;
7841                                         &quot;key&quot;: {&#xd;
7842                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseTask&quot;,&#xd;
7843                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7844                                         },&#xd;
7845                                         &quot;value&quot;: {&#xd;
7846                                             &quot;key&quot;: {&#xd;
7847                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseTask&quot;,&#xd;
7848                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7849                                             },&#xd;
7850                                             &quot;UUID&quot;: &quot;2c3d76ce-dd42-32ac-a397-ab418534e1cf&quot;,&#xd;
7851                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifySuccessResponseTask:0.0.1\&quot;&quot;&#xd;
7852                                         }&#xd;
7853                                     },&#xd;
7854                                     {&#xd;
7855                                         &quot;key&quot;: {&#xd;
7856                                             &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseCommonHeaderType&quot;,&#xd;
7857                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7858                                         },&#xd;
7859                                         &quot;value&quot;: {&#xd;
7860                                             &quot;key&quot;: {&#xd;
7861                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseCommonHeaderType&quot;,&#xd;
7862                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7863                                             },&#xd;
7864                                             &quot;UUID&quot;: &quot;b99c44da-dae7-3c96-b528-58852537d063&quot;,&#xd;
7865                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSFailureResponseCommonHeaderType:0.0.1\&quot;&quot;&#xd;
7866                                         }&#xd;
7867                                     },&#xd;
7868                                     {&#xd;
7869                                         &quot;key&quot;: {&#xd;
7870                                             &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseStatusType&quot;,&#xd;
7871                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7872                                         },&#xd;
7873                                         &quot;value&quot;: {&#xd;
7874                                             &quot;key&quot;: {&#xd;
7875                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseStatusType&quot;,&#xd;
7876                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7877                                             },&#xd;
7878                                             &quot;UUID&quot;: &quot;1db688e2-3afe-3b03-9795-fdbfa80fa240&quot;,&#xd;
7879                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSFailureResponseStatusType:0.0.1\&quot;&quot;&#xd;
7880                                         }&#xd;
7881                                     },&#xd;
7882                                     {&#xd;
7883                                         &quot;key&quot;: {&#xd;
7884                                             &quot;name&quot;: &quot;SimpleCL_CDSRequestCommonHeaderType&quot;,&#xd;
7885                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7886                                         },&#xd;
7887                                         &quot;value&quot;: {&#xd;
7888                                             &quot;key&quot;: {&#xd;
7889                                                 &quot;name&quot;: &quot;SimpleCL_CDSRequestCommonHeaderType&quot;,&#xd;
7890                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7891                                             },&#xd;
7892                                             &quot;UUID&quot;: &quot;31022456-e85b-3a9b-9ecb-a09691792d3e&quot;,&#xd;
7893                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSRequestCommonHeaderType:0.0.1\&quot;&quot;&#xd;
7894                                         }&#xd;
7895                                     },&#xd;
7896                                     {&#xd;
7897                                         &quot;key&quot;: {&#xd;
7898                                             &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseCommonHeaderType&quot;,&#xd;
7899                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7900                                         },&#xd;
7901                                         &quot;value&quot;: {&#xd;
7902                                             &quot;key&quot;: {&#xd;
7903                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseCommonHeaderType&quot;,&#xd;
7904                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7905                                             },&#xd;
7906                                             &quot;UUID&quot;: &quot;d6075720-622e-3a0d-827a-aa4580a2f5d7&quot;,&#xd;
7907                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSSuccessResponseCommonHeaderType:0.0.1\&quot;&quot;&#xd;
7908                                         }&#xd;
7909                                     },&#xd;
7910                                     {&#xd;
7911                                         &quot;key&quot;: {&#xd;
7912                                             &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseStatusType&quot;,&#xd;
7913                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7914                                         },&#xd;
7915                                         &quot;value&quot;: {&#xd;
7916                                             &quot;key&quot;: {&#xd;
7917                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseStatusType&quot;,&#xd;
7918                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7919                                             },&#xd;
7920                                             &quot;UUID&quot;: &quot;948359ff-3308-3ac5-a5ec-6e3c1b9cd4d5&quot;,&#xd;
7921                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSSuccessResponseStatusType:0.0.1\&quot;&quot;&#xd;
7922                                         }&#xd;
7923                                     },&#xd;
7924                                     {&#xd;
7925                                         &quot;key&quot;: {&#xd;
7926                                             &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
7927                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7928                                         },&#xd;
7929                                         &quot;value&quot;: {&#xd;
7930                                             &quot;key&quot;: {&#xd;
7931                                                 &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
7932                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7933                                             },&#xd;
7934                                             &quot;UUID&quot;: &quot;63a6fd26-2fd6-3a0e-8a27-49a5d2ea4644&quot;,&#xd;
7935                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_EventDetailsAlbum:0.0.1\&quot;&quot;&#xd;
7936                                         }&#xd;
7937                                     },&#xd;
7938                                     {&#xd;
7939                                         &quot;key&quot;: {&#xd;
7940                                             &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbumType&quot;,&#xd;
7941                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7942                                         },&#xd;
7943                                         &quot;value&quot;: {&#xd;
7944                                             &quot;key&quot;: {&#xd;
7945                                                 &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbumType&quot;,&#xd;
7946                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7947                                             },&#xd;
7948                                             &quot;UUID&quot;: &quot;a0407d0b-5719-38bf-9529-25ad62ace8c4&quot;,&#xd;
7949                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_EventDetailsAlbumType:0.0.1\&quot;&quot;&#xd;
7950                                         }&#xd;
7951                                     },&#xd;
7952                                     {&#xd;
7953                                         &quot;key&quot;: {&#xd;
7954                                             &quot;name&quot;: &quot;SimpleCL_HandleAAIFailureResponseTask&quot;,&#xd;
7955                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7956                                         },&#xd;
7957                                         &quot;value&quot;: {&#xd;
7958                                             &quot;key&quot;: {&#xd;
7959                                                 &quot;name&quot;: &quot;SimpleCL_HandleAAIFailureResponseTask&quot;,&#xd;
7960                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7961                                             },&#xd;
7962                                             &quot;UUID&quot;: &quot;28e894dc-4ab8-3469-aab7-d81bd05bb4c9&quot;,&#xd;
7963                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_HandleAAIFailureResponseTask:0.0.1\&quot;&quot;&#xd;
7964                                         }&#xd;
7965                                     },&#xd;
7966                                     {&#xd;
7967                                         &quot;key&quot;: {&#xd;
7968                                             &quot;name&quot;: &quot;SimpleCL_HandleAAISuccessResponseTask&quot;,&#xd;
7969                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7970                                         },&#xd;
7971                                         &quot;value&quot;: {&#xd;
7972                                             &quot;key&quot;: {&#xd;
7973                                                 &quot;name&quot;: &quot;SimpleCL_HandleAAISuccessResponseTask&quot;,&#xd;
7974                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7975                                             },&#xd;
7976                                             &quot;UUID&quot;: &quot;073f1433-999e-3506-98ad-ef820d2fa7f0&quot;,&#xd;
7977                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_HandleAAISuccessResponseTask:0.0.1\&quot;&quot;&#xd;
7978                                         }&#xd;
7979                                     },&#xd;
7980                                     {&#xd;
7981                                         &quot;key&quot;: {&#xd;
7982                                             &quot;name&quot;: &quot;SimpleCL_HandleVesEventTask&quot;,&#xd;
7983                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7984                                         },&#xd;
7985                                         &quot;value&quot;: {&#xd;
7986                                             &quot;key&quot;: {&#xd;
7987                                                 &quot;name&quot;: &quot;SimpleCL_HandleVesEventTask&quot;,&#xd;
7988                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7989                                             },&#xd;
7990                                             &quot;UUID&quot;: &quot;afc6ed46-6801-3c85-bb4c-0ab5b0dd4a74&quot;,&#xd;
7991                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_HandleVesEventTask:0.0.1\&quot;&quot;&#xd;
7992                                         }&#xd;
7993                                     },&#xd;
7994                                     {&#xd;
7995                                         &quot;key&quot;: {&#xd;
7996                                             &quot;name&quot;: &quot;SimpleCL_LogStatusEvent&quot;,&#xd;
7997                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7998                                         },&#xd;
7999                                         &quot;value&quot;: {&#xd;
8000                                             &quot;key&quot;: {&#xd;
8001                                                 &quot;name&quot;: &quot;SimpleCL_LogStatusEvent&quot;,&#xd;
8002                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8003                                             },&#xd;
8004                                             &quot;UUID&quot;: &quot;98e1ddd7-3bd9-30c1-b877-4b9b4d3bff15&quot;,&#xd;
8005                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_LogStatusEvent:0.0.1\&quot;&quot;&#xd;
8006                                         }&#xd;
8007                                     },&#xd;
8008                                     {&#xd;
8009                                         &quot;key&quot;: {&#xd;
8010                                             &quot;name&quot;: &quot;SimpleCL_VesEvent&quot;,&#xd;
8011                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8012                                         },&#xd;
8013                                         &quot;value&quot;: {&#xd;
8014                                             &quot;key&quot;: {&#xd;
8015                                                 &quot;name&quot;: &quot;SimpleCL_VesEvent&quot;,&#xd;
8016                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8017                                             },&#xd;
8018                                             &quot;UUID&quot;: &quot;0f57665a-f0a9-314e-ad0a-04c1f5758174&quot;,&#xd;
8019                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_VesEvent:0.0.1\&quot;&quot;&#xd;
8020                                         }&#xd;
8021                                     },&#xd;
8022                                     {&#xd;
8023                                         &quot;key&quot;: {&#xd;
8024                                             &quot;name&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8025                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8026                                         },&#xd;
8027                                         &quot;value&quot;: {&#xd;
8028                                             &quot;key&quot;: {&#xd;
8029                                                 &quot;name&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8030                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8031                                             },&#xd;
8032                                             &quot;UUID&quot;: &quot;ba5d9a46-8cb4-3fbe-84fd-eabba5b7dd4b&quot;,&#xd;
8033                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_VesEventHandlerPolicy:0.0.1\&quot;&quot;&#xd;
8034                                         }&#xd;
8035                                     },&#xd;
8036                                     {&#xd;
8037                                         &quot;key&quot;: {&#xd;
8038                                             &quot;name&quot;: &quot;SimpleCL_VesEventType&quot;,&#xd;
8039                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8040                                         },&#xd;
8041                                         &quot;value&quot;: {&#xd;
8042                                             &quot;key&quot;: {&#xd;
8043                                                 &quot;name&quot;: &quot;SimpleCL_VesEventType&quot;,&#xd;
8044                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8045                                             },&#xd;
8046                                             &quot;UUID&quot;: &quot;9fd7a967-57d4-36ef-81e9-c3396f3aa8d1&quot;,&#xd;
8047                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_VesEventType:0.0.1\&quot;&quot;&#xd;
8048                                         }&#xd;
8049                                     },&#xd;
8050                                     {&#xd;
8051                                         &quot;key&quot;: {&#xd;
8052                                             &quot;name&quot;: &quot;SimpleLongType&quot;,&#xd;
8053                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8054                                         },&#xd;
8055                                         &quot;value&quot;: {&#xd;
8056                                             &quot;key&quot;: {&#xd;
8057                                                 &quot;name&quot;: &quot;SimpleLongType&quot;,&#xd;
8058                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8059                                             },&#xd;
8060                                             &quot;UUID&quot;: &quot;2dfcd9ec-a6f9-3f9f-958f-9b36cf4ac574&quot;,&#xd;
8061                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleLongType:0.0.1\&quot;&quot;&#xd;
8062                                         }&#xd;
8063                                     },&#xd;
8064                                     {&#xd;
8065                                         &quot;key&quot;: {&#xd;
8066                                             &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8067                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8068                                         },&#xd;
8069                                         &quot;value&quot;: {&#xd;
8070                                             &quot;key&quot;: {&#xd;
8071                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8072                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8073                                             },&#xd;
8074                                             &quot;UUID&quot;: &quot;8a4957cf-9493-3a76-8c22-a208e23259af&quot;,&#xd;
8075                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleStringType:0.0.1\&quot;&quot;&#xd;
8076                                         }&#xd;
8077                                     },&#xd;
8078                                     {&#xd;
8079                                         &quot;key&quot;: {&#xd;
8080                                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop&quot;,&#xd;
8081                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8082                                         },&#xd;
8083                                         &quot;value&quot;: {&#xd;
8084                                             &quot;key&quot;: {&#xd;
8085                                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop&quot;,&#xd;
8086                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8087                                             },&#xd;
8088                                             &quot;UUID&quot;: &quot;ecc97b87-f30b-344c-a476-d36501bf5cbd&quot;,&#xd;
8089                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;onap.policies.apex.Simplecontrolloop:0.0.1\&quot;&quot;&#xd;
8090                                         }&#xd;
8091                                     },&#xd;
8092                                     {&#xd;
8093                                         &quot;key&quot;: {&#xd;
8094                                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Albums&quot;,&#xd;
8095                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8096                                         },&#xd;
8097                                         &quot;value&quot;: {&#xd;
8098                                             &quot;key&quot;: {&#xd;
8099                                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Albums&quot;,&#xd;
8100                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8101                                             },&#xd;
8102                                             &quot;UUID&quot;: &quot;1469671a-56dd-3a68-bf6c-77a5cf7a9487&quot;,&#xd;
8103                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;onap.policies.apex.Simplecontrolloop_Albums:0.0.1\&quot;&quot;&#xd;
8104                                         }&#xd;
8105                                     },&#xd;
8106                                     {&#xd;
8107                                         &quot;key&quot;: {&#xd;
8108                                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Events&quot;,&#xd;
8109                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8110                                         },&#xd;
8111                                         &quot;value&quot;: {&#xd;
8112                                             &quot;key&quot;: {&#xd;
8113                                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Events&quot;,&#xd;
8114                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8115                                             },&#xd;
8116                                             &quot;UUID&quot;: &quot;23c4eee4-aba5-36f6-96d6-46f40061bfed&quot;,&#xd;
8117                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;onap.policies.apex.Simplecontrolloop_Events:0.0.1\&quot;&quot;&#xd;
8118                                         }&#xd;
8119                                     },&#xd;
8120                                     {&#xd;
8121                                         &quot;key&quot;: {&#xd;
8122                                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_KeyInfo&quot;,&#xd;
8123                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8124                                         },&#xd;
8125                                         &quot;value&quot;: {&#xd;
8126                                             &quot;key&quot;: {&#xd;
8127                                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_KeyInfo&quot;,&#xd;
8128                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8129                                             },&#xd;
8130                                             &quot;UUID&quot;: &quot;ea9e73ff-483c-3827-896c-6eaa9d69bc6e&quot;,&#xd;
8131                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;onap.policies.apex.Simplecontrolloop_KeyInfo:0.0.1\&quot;&quot;&#xd;
8132                                         }&#xd;
8133                                     },&#xd;
8134                                     {&#xd;
8135                                         &quot;key&quot;: {&#xd;
8136                                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Policies&quot;,&#xd;
8137                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8138                                         },&#xd;
8139                                         &quot;value&quot;: {&#xd;
8140                                             &quot;key&quot;: {&#xd;
8141                                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Policies&quot;,&#xd;
8142                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8143                                             },&#xd;
8144                                             &quot;UUID&quot;: &quot;38c068e5-bb9a-3997-9e50-ec77c66825c8&quot;,&#xd;
8145                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;onap.policies.apex.Simplecontrolloop_Policies:0.0.1\&quot;&quot;&#xd;
8146                                         }&#xd;
8147                                     },&#xd;
8148                                     {&#xd;
8149                                         &quot;key&quot;: {&#xd;
8150                                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Schemas&quot;,&#xd;
8151                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8152                                         },&#xd;
8153                                         &quot;value&quot;: {&#xd;
8154                                             &quot;key&quot;: {&#xd;
8155                                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Schemas&quot;,&#xd;
8156                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8157                                             },&#xd;
8158                                             &quot;UUID&quot;: &quot;38514b27-8b9b-3d06-844a-3aced27deb0a&quot;,&#xd;
8159                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;onap.policies.apex.Simplecontrolloop_Schemas:0.0.1\&quot;&quot;&#xd;
8160                                         }&#xd;
8161                                     },&#xd;
8162                                     {&#xd;
8163                                         &quot;key&quot;: {&#xd;
8164                                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Tasks&quot;,&#xd;
8165                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8166                                         },&#xd;
8167                                         &quot;value&quot;: {&#xd;
8168                                             &quot;key&quot;: {&#xd;
8169                                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Tasks&quot;,&#xd;
8170                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8171                                             },&#xd;
8172                                             &quot;UUID&quot;: &quot;0e0387b5-07fa-30e4-8554-eb51d2e18939&quot;,&#xd;
8173                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;onap.policies.apex.Simplecontrolloop_Tasks:0.0.1\&quot;&quot;&#xd;
8174                                         }&#xd;
8175                                     }&#xd;
8176                                 ]&#xd;
8177                             }&#xd;
8178                         },&#xd;
8179                         &quot;policies&quot;: {&#xd;
8180                             &quot;key&quot;: {&#xd;
8181                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Policies&quot;,&#xd;
8182                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8183                             },&#xd;
8184                             &quot;policyMap&quot;: {&#xd;
8185                                 &quot;entry&quot;: [&#xd;
8186                                     {&#xd;
8187                                         &quot;key&quot;: {&#xd;
8188                                             &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
8189                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8190                                         },&#xd;
8191                                         &quot;value&quot;: {&#xd;
8192                                             &quot;policyKey&quot;: {&#xd;
8193                                                 &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
8194                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8195                                             },&#xd;
8196                                             &quot;template&quot;: &quot;Freestyle&quot;,&#xd;
8197                                             &quot;state&quot;: {&#xd;
8198                                                 &quot;entry&quot;: [&#xd;
8199                                                     {&#xd;
8200                                                         &quot;key&quot;: &quot;SimpleCL_ReceiveAAIFailureResponseState&quot;,&#xd;
8201                                                         &quot;value&quot;: {&#xd;
8202                                                             &quot;stateKey&quot;: {&#xd;
8203                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
8204                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8205                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8206                                                                 &quot;localName&quot;: &quot;SimpleCL_ReceiveAAIFailureResponseState&quot;&#xd;
8207                                                             },&#xd;
8208                                                             &quot;trigger&quot;: {&#xd;
8209                                                                 &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseEvent&quot;,&#xd;
8210                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8211                                                             },&#xd;
8212                                                             &quot;stateOutputs&quot;: {&#xd;
8213                                                                 &quot;entry&quot;: [&#xd;
8214                                                                     {&#xd;
8215                                                                         &quot;key&quot;: &quot;AAIFailureStateOutput&quot;,&#xd;
8216                                                                         &quot;value&quot;: {&#xd;
8217                                                                             &quot;key&quot;: {&#xd;
8218                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
8219                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8220                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveAAIFailureResponseState&quot;,&#xd;
8221                                                                                 &quot;localName&quot;: &quot;AAIFailureStateOutput&quot;&#xd;
8222                                                                             },&#xd;
8223                                                                             &quot;outgoingEvent&quot;: {&#xd;
8224                                                                                 &quot;name&quot;: &quot;SimpleCL_LogStatusEvent&quot;,&#xd;
8225                                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8226                                                                             },&#xd;
8227                                                                             &quot;nextState&quot;: {&#xd;
8228                                                                                 &quot;parentKeyName&quot;: &quot;NULL&quot;,&#xd;
8229                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.0&quot;,&#xd;
8230                                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8231                                                                                 &quot;localName&quot;: &quot;NULL&quot;&#xd;
8232                                                                             }&#xd;
8233                                                                         }&#xd;
8234                                                                     }&#xd;
8235                                                                 ]&#xd;
8236                                                             },&#xd;
8237                                                             &quot;contextAlbumReference&quot;: [],&#xd;
8238                                                             &quot;taskSelectionLogic&quot;: {&#xd;
8239                                                                 &quot;key&quot;: &quot;NULL&quot;,&#xd;
8240                                                                 &quot;logicFlavour&quot;: &quot;UNDEFINED&quot;,&#xd;
8241                                                                 &quot;logic&quot;: &quot;&quot;&#xd;
8242                                                             },&#xd;
8243                                                             &quot;stateFinalizerLogicMap&quot;: {&#xd;
8244                                                                 &quot;entry&quot;: []&#xd;
8245                                                             },&#xd;
8246                                                             &quot;defaultTask&quot;: {&#xd;
8247                                                                 &quot;name&quot;: &quot;SimpleCL_HandleAAIFailureResponseTask&quot;,&#xd;
8248                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8249                                                             },&#xd;
8250                                                             &quot;taskReferences&quot;: {&#xd;
8251                                                                 &quot;entry&quot;: [&#xd;
8252                                                                     {&#xd;
8253                                                                         &quot;key&quot;: {&#xd;
8254                                                                             &quot;name&quot;: &quot;SimpleCL_HandleAAIFailureResponseTask&quot;,&#xd;
8255                                                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8256                                                                         },&#xd;
8257                                                                         &quot;value&quot;: {&#xd;
8258                                                                             &quot;key&quot;: {&#xd;
8259                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
8260                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8261                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveAAIFailureResponseState&quot;,&#xd;
8262                                                                                 &quot;localName&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;&#xd;
8263                                                                             },&#xd;
8264                                                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
8265                                                                             &quot;output&quot;: {&#xd;
8266                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
8267                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8268                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveAAIFailureResponseState&quot;,&#xd;
8269                                                                                 &quot;localName&quot;: &quot;AAIFailureStateOutput&quot;&#xd;
8270                                                                             }&#xd;
8271                                                                         }&#xd;
8272                                                                     }&#xd;
8273                                                                 ]&#xd;
8274                                                             }&#xd;
8275                                                         }&#xd;
8276                                                     }&#xd;
8277                                                 ]&#xd;
8278                                             },&#xd;
8279                                             &quot;firstState&quot;: &quot;SimpleCL_ReceiveAAIFailureResponseState&quot;&#xd;
8280                                         }&#xd;
8281                                     },&#xd;
8282                                     {&#xd;
8283                                         &quot;key&quot;: {&#xd;
8284                                             &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
8285                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8286                                         },&#xd;
8287                                         &quot;value&quot;: {&#xd;
8288                                             &quot;policyKey&quot;: {&#xd;
8289                                                 &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
8290                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8291                                             },&#xd;
8292                                             &quot;template&quot;: &quot;Freestyle&quot;,&#xd;
8293                                             &quot;state&quot;: {&#xd;
8294                                                 &quot;entry&quot;: [&#xd;
8295                                                     {&#xd;
8296                                                         &quot;key&quot;: &quot;SimpleCL_ReceiveAAISuccessResponseState&quot;,&#xd;
8297                                                         &quot;value&quot;: {&#xd;
8298                                                             &quot;stateKey&quot;: {&#xd;
8299                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
8300                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8301                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8302                                                                 &quot;localName&quot;: &quot;SimpleCL_ReceiveAAISuccessResponseState&quot;&#xd;
8303                                                             },&#xd;
8304                                                             &quot;trigger&quot;: {&#xd;
8305                                                                 &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseEvent&quot;,&#xd;
8306                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8307                                                             },&#xd;
8308                                                             &quot;stateOutputs&quot;: {&#xd;
8309                                                                 &quot;entry&quot;: [&#xd;
8310                                                                     {&#xd;
8311                                                                         &quot;key&quot;: &quot;AAISuccessStateOutput&quot;,&#xd;
8312                                                                         &quot;value&quot;: {&#xd;
8313                                                                             &quot;key&quot;: {&#xd;
8314                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
8315                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8316                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveAAISuccessResponseState&quot;,&#xd;
8317                                                                                 &quot;localName&quot;: &quot;AAISuccessStateOutput&quot;&#xd;
8318                                                                             },&#xd;
8319                                                                             &quot;outgoingEvent&quot;: {&#xd;
8320                                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestEvent&quot;,&#xd;
8321                                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8322                                                                             },&#xd;
8323                                                                             &quot;nextState&quot;: {&#xd;
8324                                                                                 &quot;parentKeyName&quot;: &quot;NULL&quot;,&#xd;
8325                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.0&quot;,&#xd;
8326                                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8327                                                                                 &quot;localName&quot;: &quot;NULL&quot;&#xd;
8328                                                                             }&#xd;
8329                                                                         }&#xd;
8330                                                                     }&#xd;
8331                                                                 ]&#xd;
8332                                                             },&#xd;
8333                                                             &quot;contextAlbumReference&quot;: [],&#xd;
8334                                                             &quot;taskSelectionLogic&quot;: {&#xd;
8335                                                                 &quot;key&quot;: &quot;NULL&quot;,&#xd;
8336                                                                 &quot;logicFlavour&quot;: &quot;UNDEFINED&quot;,&#xd;
8337                                                                 &quot;logic&quot;: &quot;&quot;&#xd;
8338                                                             },&#xd;
8339                                                             &quot;stateFinalizerLogicMap&quot;: {&#xd;
8340                                                                 &quot;entry&quot;: []&#xd;
8341                                                             },&#xd;
8342                                                             &quot;defaultTask&quot;: {&#xd;
8343                                                                 &quot;name&quot;: &quot;SimpleCL_HandleAAISuccessResponseTask&quot;,&#xd;
8344                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8345                                                             },&#xd;
8346                                                             &quot;taskReferences&quot;: {&#xd;
8347                                                                 &quot;entry&quot;: [&#xd;
8348                                                                     {&#xd;
8349                                                                         &quot;key&quot;: {&#xd;
8350                                                                             &quot;name&quot;: &quot;SimpleCL_HandleAAISuccessResponseTask&quot;,&#xd;
8351                                                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8352                                                                         },&#xd;
8353                                                                         &quot;value&quot;: {&#xd;
8354                                                                             &quot;key&quot;: {&#xd;
8355                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
8356                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8357                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveAAISuccessResponseState&quot;,&#xd;
8358                                                                                 &quot;localName&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;&#xd;
8359                                                                             },&#xd;
8360                                                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
8361                                                                             &quot;output&quot;: {&#xd;
8362                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
8363                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8364                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveAAISuccessResponseState&quot;,&#xd;
8365                                                                                 &quot;localName&quot;: &quot;AAISuccessStateOutput&quot;&#xd;
8366                                                                             }&#xd;
8367                                                                         }&#xd;
8368                                                                     }&#xd;
8369                                                                 ]&#xd;
8370                                                             }&#xd;
8371                                                         }&#xd;
8372                                                     }&#xd;
8373                                                 ]&#xd;
8374                                             },&#xd;
8375                                             &quot;firstState&quot;: &quot;SimpleCL_ReceiveAAISuccessResponseState&quot;&#xd;
8376                                         }&#xd;
8377                                     },&#xd;
8378                                     {&#xd;
8379                                         &quot;key&quot;: {&#xd;
8380                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
8381                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8382                                         },&#xd;
8383                                         &quot;value&quot;: {&#xd;
8384                                             &quot;policyKey&quot;: {&#xd;
8385                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
8386                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8387                                             },&#xd;
8388                                             &quot;template&quot;: &quot;Freestyle&quot;,&#xd;
8389                                             &quot;state&quot;: {&#xd;
8390                                                 &quot;entry&quot;: [&#xd;
8391                                                     {&#xd;
8392                                                         &quot;key&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseState&quot;,&#xd;
8393                                                         &quot;value&quot;: {&#xd;
8394                                                             &quot;stateKey&quot;: {&#xd;
8395                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
8396                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8397                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8398                                                                 &quot;localName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseState&quot;&#xd;
8399                                                             },&#xd;
8400                                                             &quot;trigger&quot;: {&#xd;
8401                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseEvent&quot;,&#xd;
8402                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8403                                                             },&#xd;
8404                                                             &quot;stateOutputs&quot;: {&#xd;
8405                                                                 &quot;entry&quot;: [&#xd;
8406                                                                     {&#xd;
8407                                                                         &quot;key&quot;: &quot;ConfigModifyFailureResponseOutput&quot;,&#xd;
8408                                                                         &quot;value&quot;: {&#xd;
8409                                                                             &quot;key&quot;: {&#xd;
8410                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
8411                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8412                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseState&quot;,&#xd;
8413                                                                                 &quot;localName&quot;: &quot;ConfigModifyFailureResponseOutput&quot;&#xd;
8414                                                                             },&#xd;
8415                                                                             &quot;outgoingEvent&quot;: {&#xd;
8416                                                                                 &quot;name&quot;: &quot;SimpleCL_LogStatusEvent&quot;,&#xd;
8417                                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8418                                                                             },&#xd;
8419                                                                             &quot;nextState&quot;: {&#xd;
8420                                                                                 &quot;parentKeyName&quot;: &quot;NULL&quot;,&#xd;
8421                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.0&quot;,&#xd;
8422                                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8423                                                                                 &quot;localName&quot;: &quot;NULL&quot;&#xd;
8424                                                                             }&#xd;
8425                                                                         }&#xd;
8426                                                                     }&#xd;
8427                                                                 ]&#xd;
8428                                                             },&#xd;
8429                                                             &quot;contextAlbumReference&quot;: [],&#xd;
8430                                                             &quot;taskSelectionLogic&quot;: {&#xd;
8431                                                                 &quot;key&quot;: &quot;NULL&quot;,&#xd;
8432                                                                 &quot;logicFlavour&quot;: &quot;UNDEFINED&quot;,&#xd;
8433                                                                 &quot;logic&quot;: &quot;&quot;&#xd;
8434                                                             },&#xd;
8435                                                             &quot;stateFinalizerLogicMap&quot;: {&#xd;
8436                                                                 &quot;entry&quot;: []&#xd;
8437                                                             },&#xd;
8438                                                             &quot;defaultTask&quot;: {&#xd;
8439                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseTask&quot;,&#xd;
8440                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8441                                                             },&#xd;
8442                                                             &quot;taskReferences&quot;: {&#xd;
8443                                                                 &quot;entry&quot;: [&#xd;
8444                                                                     {&#xd;
8445                                                                         &quot;key&quot;: {&#xd;
8446                                                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseTask&quot;,&#xd;
8447                                                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8448                                                                         },&#xd;
8449                                                                         &quot;value&quot;: {&#xd;
8450                                                                             &quot;key&quot;: {&#xd;
8451                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
8452                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8453                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseState&quot;,&#xd;
8454                                                                                 &quot;localName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;&#xd;
8455                                                                             },&#xd;
8456                                                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
8457                                                                             &quot;output&quot;: {&#xd;
8458                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
8459                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8460                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseState&quot;,&#xd;
8461                                                                                 &quot;localName&quot;: &quot;ConfigModifyFailureResponseOutput&quot;&#xd;
8462                                                                             }&#xd;
8463                                                                         }&#xd;
8464                                                                     }&#xd;
8465                                                                 ]&#xd;
8466                                                             }&#xd;
8467                                                         }&#xd;
8468                                                     }&#xd;
8469                                                 ]&#xd;
8470                                             },&#xd;
8471                                             &quot;firstState&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseState&quot;&#xd;
8472                                         }&#xd;
8473                                     },&#xd;
8474                                     {&#xd;
8475                                         &quot;key&quot;: {&#xd;
8476                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
8477                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8478                                         },&#xd;
8479                                         &quot;value&quot;: {&#xd;
8480                                             &quot;policyKey&quot;: {&#xd;
8481                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
8482                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8483                                             },&#xd;
8484                                             &quot;template&quot;: &quot;Freestyle&quot;,&#xd;
8485                                             &quot;state&quot;: {&#xd;
8486                                                 &quot;entry&quot;: [&#xd;
8487                                                     {&#xd;
8488                                                         &quot;key&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseState&quot;,&#xd;
8489                                                         &quot;value&quot;: {&#xd;
8490                                                             &quot;stateKey&quot;: {&#xd;
8491                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
8492                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8493                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8494                                                                 &quot;localName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseState&quot;&#xd;
8495                                                             },&#xd;
8496                                                             &quot;trigger&quot;: {&#xd;
8497                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseEvent&quot;,&#xd;
8498                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8499                                                             },&#xd;
8500                                                             &quot;stateOutputs&quot;: {&#xd;
8501                                                                 &quot;entry&quot;: [&#xd;
8502                                                                     {&#xd;
8503                                                                         &quot;key&quot;: &quot;ConfigModifySuccessResponseOutput&quot;,&#xd;
8504                                                                         &quot;value&quot;: {&#xd;
8505                                                                             &quot;key&quot;: {&#xd;
8506                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
8507                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8508                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseState&quot;,&#xd;
8509                                                                                 &quot;localName&quot;: &quot;ConfigModifySuccessResponseOutput&quot;&#xd;
8510                                                                             },&#xd;
8511                                                                             &quot;outgoingEvent&quot;: {&#xd;
8512                                                                                 &quot;name&quot;: &quot;SimpleCL_LogStatusEvent&quot;,&#xd;
8513                                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8514                                                                             },&#xd;
8515                                                                             &quot;nextState&quot;: {&#xd;
8516                                                                                 &quot;parentKeyName&quot;: &quot;NULL&quot;,&#xd;
8517                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.0&quot;,&#xd;
8518                                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8519                                                                                 &quot;localName&quot;: &quot;NULL&quot;&#xd;
8520                                                                             }&#xd;
8521                                                                         }&#xd;
8522                                                                     }&#xd;
8523                                                                 ]&#xd;
8524                                                             },&#xd;
8525                                                             &quot;contextAlbumReference&quot;: [],&#xd;
8526                                                             &quot;taskSelectionLogic&quot;: {&#xd;
8527                                                                 &quot;key&quot;: &quot;NULL&quot;,&#xd;
8528                                                                 &quot;logicFlavour&quot;: &quot;UNDEFINED&quot;,&#xd;
8529                                                                 &quot;logic&quot;: &quot;&quot;&#xd;
8530                                                             },&#xd;
8531                                                             &quot;stateFinalizerLogicMap&quot;: {&#xd;
8532                                                                 &quot;entry&quot;: []&#xd;
8533                                                             },&#xd;
8534                                                             &quot;defaultTask&quot;: {&#xd;
8535                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseTask&quot;,&#xd;
8536                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8537                                                             },&#xd;
8538                                                             &quot;taskReferences&quot;: {&#xd;
8539                                                                 &quot;entry&quot;: [&#xd;
8540                                                                     {&#xd;
8541                                                                         &quot;key&quot;: {&#xd;
8542                                                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseTask&quot;,&#xd;
8543                                                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8544                                                                         },&#xd;
8545                                                                         &quot;value&quot;: {&#xd;
8546                                                                             &quot;key&quot;: {&#xd;
8547                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
8548                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8549                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseState&quot;,&#xd;
8550                                                                                 &quot;localName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;&#xd;
8551                                                                             },&#xd;
8552                                                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
8553                                                                             &quot;output&quot;: {&#xd;
8554                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
8555                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8556                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseState&quot;,&#xd;
8557                                                                                 &quot;localName&quot;: &quot;ConfigModifySuccessResponseOutput&quot;&#xd;
8558                                                                             }&#xd;
8559                                                                         }&#xd;
8560                                                                     }&#xd;
8561                                                                 ]&#xd;
8562                                                             }&#xd;
8563                                                         }&#xd;
8564                                                     }&#xd;
8565                                                 ]&#xd;
8566                                             },&#xd;
8567                                             &quot;firstState&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseState&quot;&#xd;
8568                                         }&#xd;
8569                                     },&#xd;
8570                                     {&#xd;
8571                                         &quot;key&quot;: {&#xd;
8572                                             &quot;name&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8573                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8574                                         },&#xd;
8575                                         &quot;value&quot;: {&#xd;
8576                                             &quot;policyKey&quot;: {&#xd;
8577                                                 &quot;name&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8578                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8579                                             },&#xd;
8580                                             &quot;template&quot;: &quot;Freestyle&quot;,&#xd;
8581                                             &quot;state&quot;: {&#xd;
8582                                                 &quot;entry&quot;: [&#xd;
8583                                                     {&#xd;
8584                                                         &quot;key&quot;: &quot;SimpleCL_ReceiveVesState&quot;,&#xd;
8585                                                         &quot;value&quot;: {&#xd;
8586                                                             &quot;stateKey&quot;: {&#xd;
8587                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8588                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8589                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8590                                                                 &quot;localName&quot;: &quot;SimpleCL_ReceiveVesState&quot;&#xd;
8591                                                             },&#xd;
8592                                                             &quot;trigger&quot;: {&#xd;
8593                                                                 &quot;name&quot;: &quot;SimpleCL_VesEvent&quot;,&#xd;
8594                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8595                                                             },&#xd;
8596                                                             &quot;stateOutputs&quot;: {&#xd;
8597                                                                 &quot;entry&quot;: [&#xd;
8598                                                                     {&#xd;
8599                                                                         &quot;key&quot;: &quot;VesOutput&quot;,&#xd;
8600                                                                         &quot;value&quot;: {&#xd;
8601                                                                             &quot;key&quot;: {&#xd;
8602                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8603                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8604                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveVesState&quot;,&#xd;
8605                                                                                 &quot;localName&quot;: &quot;VesOutput&quot;&#xd;
8606                                                                             },&#xd;
8607                                                                             &quot;outgoingEvent&quot;: {&#xd;
8608                                                                                 &quot;name&quot;: &quot;SimpleCL_AAIRequestEvent&quot;,&#xd;
8609                                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8610                                                                             },&#xd;
8611                                                                             &quot;nextState&quot;: {&#xd;
8612                                                                                 &quot;parentKeyName&quot;: &quot;NULL&quot;,&#xd;
8613                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.0&quot;,&#xd;
8614                                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8615                                                                                 &quot;localName&quot;: &quot;NULL&quot;&#xd;
8616                                                                             }&#xd;
8617                                                                         }&#xd;
8618                                                                     }&#xd;
8619                                                                 ]&#xd;
8620                                                             },&#xd;
8621                                                             &quot;contextAlbumReference&quot;: [],&#xd;
8622                                                             &quot;taskSelectionLogic&quot;: {&#xd;
8623                                                                 &quot;key&quot;: &quot;NULL&quot;,&#xd;
8624                                                                 &quot;logicFlavour&quot;: &quot;UNDEFINED&quot;,&#xd;
8625                                                                 &quot;logic&quot;: &quot;&quot;&#xd;
8626                                                             },&#xd;
8627                                                             &quot;stateFinalizerLogicMap&quot;: {&#xd;
8628                                                                 &quot;entry&quot;: []&#xd;
8629                                                             },&#xd;
8630                                                             &quot;defaultTask&quot;: {&#xd;
8631                                                                 &quot;name&quot;: &quot;SimpleCL_HandleVesEventTask&quot;,&#xd;
8632                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8633                                                             },&#xd;
8634                                                             &quot;taskReferences&quot;: {&#xd;
8635                                                                 &quot;entry&quot;: [&#xd;
8636                                                                     {&#xd;
8637                                                                         &quot;key&quot;: {&#xd;
8638                                                                             &quot;name&quot;: &quot;SimpleCL_HandleVesEventTask&quot;,&#xd;
8639                                                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8640                                                                         },&#xd;
8641                                                                         &quot;value&quot;: {&#xd;
8642                                                                             &quot;key&quot;: {&#xd;
8643                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8644                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8645                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveVesState&quot;,&#xd;
8646                                                                                 &quot;localName&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;&#xd;
8647                                                                             },&#xd;
8648                                                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
8649                                                                             &quot;output&quot;: {&#xd;
8650                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8651                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8652                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveVesState&quot;,&#xd;
8653                                                                                 &quot;localName&quot;: &quot;VesOutput&quot;&#xd;
8654                                                                             }&#xd;
8655                                                                         }&#xd;
8656                                                                     }&#xd;
8657                                                                 ]&#xd;
8658                                                             }&#xd;
8659                                                         }&#xd;
8660                                                     }&#xd;
8661                                                 ]&#xd;
8662                                             },&#xd;
8663                                             &quot;firstState&quot;: &quot;SimpleCL_ReceiveVesState&quot;&#xd;
8664                                         }&#xd;
8665                                     }&#xd;
8666                                 ]&#xd;
8667                             }&#xd;
8668                         },&#xd;
8669                         &quot;tasks&quot;: {&#xd;
8670                             &quot;key&quot;: {&#xd;
8671                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Tasks&quot;,&#xd;
8672                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8673                             },&#xd;
8674                             &quot;taskMap&quot;: {&#xd;
8675                                 &quot;entry&quot;: [&#xd;
8676                                     {&#xd;
8677                                         &quot;key&quot;: {&#xd;
8678                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseTask&quot;,&#xd;
8679                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8680                                         },&#xd;
8681                                         &quot;value&quot;: {&#xd;
8682                                             &quot;key&quot;: {&#xd;
8683                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseTask&quot;,&#xd;
8684                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8685                                             },&#xd;
8686                                             &quot;inputFields&quot;: {&#xd;
8687                                                 &quot;entry&quot;: [&#xd;
8688                                                     {&#xd;
8689                                                         &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
8690                                                         &quot;value&quot;: {&#xd;
8691                                                             &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
8692                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8693                                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
8694                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8695                                                             },&#xd;
8696                                                             &quot;optional&quot;: false&#xd;
8697                                                         }&#xd;
8698                                                     },&#xd;
8699                                                     {&#xd;
8700                                                         &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
8701                                                         &quot;value&quot;: {&#xd;
8702                                                             &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
8703                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8704                                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseCommonHeaderType&quot;,&#xd;
8705                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8706                                                             },&#xd;
8707                                                             &quot;optional&quot;: false&#xd;
8708                                                         }&#xd;
8709                                                     },&#xd;
8710                                                     {&#xd;
8711                                                         &quot;key&quot;: &quot;payload&quot;,&#xd;
8712                                                         &quot;value&quot;: {&#xd;
8713                                                             &quot;key&quot;: &quot;payload&quot;,&#xd;
8714                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8715                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&quot;,&#xd;
8716                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8717                                                             },&#xd;
8718                                                             &quot;optional&quot;: false&#xd;
8719                                                         }&#xd;
8720                                                     },&#xd;
8721                                                     {&#xd;
8722                                                         &quot;key&quot;: &quot;status&quot;,&#xd;
8723                                                         &quot;value&quot;: {&#xd;
8724                                                             &quot;key&quot;: &quot;status&quot;,&#xd;
8725                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8726                                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseStatusType&quot;,&#xd;
8727                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8728                                                             },&#xd;
8729                                                             &quot;optional&quot;: false&#xd;
8730                                                         }&#xd;
8731                                                     }&#xd;
8732                                                 ]&#xd;
8733                                             },&#xd;
8734                                             &quot;outputFields&quot;: {&#xd;
8735                                                 &quot;entry&quot;: [&#xd;
8736                                                     {&#xd;
8737                                                         &quot;key&quot;: &quot;message&quot;,&#xd;
8738                                                         &quot;value&quot;: {&#xd;
8739                                                             &quot;key&quot;: &quot;message&quot;,&#xd;
8740                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8741                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8742                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8743                                                             },&#xd;
8744                                                             &quot;optional&quot;: false&#xd;
8745                                                         }&#xd;
8746                                                     }&#xd;
8747                                                 ]&#xd;
8748                                             },&#xd;
8749                                             &quot;taskParameters&quot;: {&#xd;
8750                                                 &quot;entry&quot;: []&#xd;
8751                                             },&#xd;
8752                                             &quot;contextAlbumReference&quot;: [&#xd;
8753                                                 {&#xd;
8754                                                     &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
8755                                                     &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8756                                                 }&#xd;
8757                                             ],&#xd;
8758                                             &quot;taskLogic&quot;: {&#xd;
8759                                                 &quot;key&quot;: &quot;TaskLogic&quot;,&#xd;
8760                                                 &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
8761                                                 &quot;logic&quot;: &quot;var uuidType = java.util.UUID;\nvar longType = java.lang.Long;\nvar HashMapType = java.util.HashMap;\n\nvar cdsResponse = executor.inFields;\nvar albumID = cdsResponse.get(\&quot;commonHeader\&quot;).get(\&quot;subRequestId\&quot;);\n\nvar eventDetailsAlbum = executor.getContextAlbum(\&quot;SimpleCL_EventDetailsAlbum\&quot;).get(albumID.toString());\nvar commonEventHeader = eventDetailsAlbum.get(\&quot;commonEventHeader\&quot;);\nvar timestamp = longType(new Date().getTime())\nvar errorMessage = \&quot;CDS operation failed. Error message from CDS - \&quot; + executor.inFields.get(\&quot;status\&quot;).get(\&quot;errorMessage\&quot;);\nsend(commonEventHeader.get(\&quot;eventId\&quot;), \&quot;PNF\&quot;, eventDetailsAlbum.get(\&quot;otherFields\&quot;).get(\&quot;hashMap\&quot;).get(\&quot;pnfName\&quot;), timestamp, \&quot;FINAL_FAILURE\&quot;, \&quot;Failed to process VES event. Reason: \&quot; + errorMessage);\ntrue;\n\nfunction send(id, targetType, targetId, timestamp, status, message) {\n    var logData = &apos;{&apos;\n       +&apos;\&quot;id\&quot; : \&quot;&apos; + id + &apos;\&quot;,&apos;\n       +&apos;\&quot;target\&quot;  : {&apos;\n            +&apos;\&quot;targetType\&quot;  : \&quot;&apos; + targetType + &apos;\&quot;,&apos;\n            +&apos;\&quot;entityInfo\&quot;  : {&apos;\n                +&apos;\&quot;pnf-name\&quot;  : \&quot;&apos; + targetId + &apos;\&quot;&apos;\n            +&apos;}&apos;\n       +&apos;},&apos;\n       +&apos;\&quot;component\&quot;  : {&apos;\n            +&apos;\&quot;name\&quot;  : \&quot;Policy\&quot;,&apos;\n            +&apos;\&quot;flavour\&quot;  : \&quot;Apex-PDP\&quot;,&apos;\n            +&apos;\&quot;timestamp\&quot;  : &apos; + timestamp + &apos;,&apos;\n            +&apos;\&quot;status\&quot;  : \&quot;&apos; + status + &apos;\&quot;,&apos;\n            +&apos;\&quot;message\&quot;  : \&quot;&apos; + message + &apos;\&quot;,&apos;\n            +&apos;\&quot;artifacts\&quot;  : {&apos;\n                +&apos;\&quot;policyName\&quot;  : \&quot;onap.policies.apex.Simplecontrolloop\&quot;,&apos;\n                +&apos;\&quot;policyVersion\&quot;  : \&quot;1.0.0\&quot;&apos;\n            +&apos;}&apos;\n       +&apos;},&apos;\n       +&apos;\&quot;otherFields\&quot;  : {&apos;\n            +&apos;\&quot;useCaseName\&quot;  : \&quot;simple-controlloop-usecase\&quot;&apos;\n       +&apos;}&apos;\n    +&apos;}&apos;;\n\n    executor.logger.info(\&quot;sending the status to log.\&quot;);\n    fireLogEvent(logData);\n}\n\nfunction fireLogEvent(logEvent){\n    var headers = new HashMapType();\n    //headers.put(\&quot;Authorization\&quot; , \&quot;Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==\&quot;);\n    executor.logger.info(\&quot;LogEvent:\&quot;+logEvent);\n    var response = new org.onap.policy.rest.RestManager().post(\n            executor.getParameters().get(\&quot;logUrl\&quot;),\n            \&quot;\&quot;,\n            \&quot;\&quot;,\n            headers,\n            \&quot;application/json\&quot;,\n            logEvent\n    );\n    executor.logger.info(\&quot;DMaaP Response after sending LogEvent: \&quot; + response);\n    return response;\n}&quot;&#xd;
8762                                             }&#xd;
8763                                         }&#xd;
8764                                     },&#xd;
8765                                     {&#xd;
8766                                         &quot;key&quot;: {&#xd;
8767                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseTask&quot;,&#xd;
8768                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8769                                         },&#xd;
8770                                         &quot;value&quot;: {&#xd;
8771                                             &quot;key&quot;: {&#xd;
8772                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseTask&quot;,&#xd;
8773                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8774                                             },&#xd;
8775                                             &quot;inputFields&quot;: {&#xd;
8776                                                 &quot;entry&quot;: [&#xd;
8777                                                     {&#xd;
8778                                                         &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
8779                                                         &quot;value&quot;: {&#xd;
8780                                                             &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
8781                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8782                                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
8783                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8784                                                             },&#xd;
8785                                                             &quot;optional&quot;: false&#xd;
8786                                                         }&#xd;
8787                                                     },&#xd;
8788                                                     {&#xd;
8789                                                         &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
8790                                                         &quot;value&quot;: {&#xd;
8791                                                             &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
8792                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8793                                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseCommonHeaderType&quot;,&#xd;
8794                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8795                                                             },&#xd;
8796                                                             &quot;optional&quot;: false&#xd;
8797                                                         }&#xd;
8798                                                     },&#xd;
8799                                                     {&#xd;
8800                                                         &quot;key&quot;: &quot;payload&quot;,&#xd;
8801                                                         &quot;value&quot;: {&#xd;
8802                                                             &quot;key&quot;: &quot;payload&quot;,&#xd;
8803                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8804                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyResponsePayloadType&quot;,&#xd;
8805                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8806                                                             },&#xd;
8807                                                             &quot;optional&quot;: false&#xd;
8808                                                         }&#xd;
8809                                                     },&#xd;
8810                                                     {&#xd;
8811                                                         &quot;key&quot;: &quot;status&quot;,&#xd;
8812                                                         &quot;value&quot;: {&#xd;
8813                                                             &quot;key&quot;: &quot;status&quot;,&#xd;
8814                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8815                                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseStatusType&quot;,&#xd;
8816                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8817                                                             },&#xd;
8818                                                             &quot;optional&quot;: false&#xd;
8819                                                         }&#xd;
8820                                                     }&#xd;
8821                                                 ]&#xd;
8822                                             },&#xd;
8823                                             &quot;outputFields&quot;: {&#xd;
8824                                                 &quot;entry&quot;: [&#xd;
8825                                                     {&#xd;
8826                                                         &quot;key&quot;: &quot;message&quot;,&#xd;
8827                                                         &quot;value&quot;: {&#xd;
8828                                                             &quot;key&quot;: &quot;message&quot;,&#xd;
8829                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8830                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8831                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8832                                                             },&#xd;
8833                                                             &quot;optional&quot;: false&#xd;
8834                                                         }&#xd;
8835                                                     }&#xd;
8836                                                 ]&#xd;
8837                                             },&#xd;
8838                                             &quot;taskParameters&quot;: {&#xd;
8839                                                 &quot;entry&quot;: []&#xd;
8840                                             },&#xd;
8841                                             &quot;contextAlbumReference&quot;: [&#xd;
8842                                                 {&#xd;
8843                                                     &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
8844                                                     &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8845                                                 }&#xd;
8846                                             ],&#xd;
8847                                             &quot;taskLogic&quot;: {&#xd;
8848                                                 &quot;key&quot;: &quot;TaskLogic&quot;,&#xd;
8849                                                 &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
8850                                                 &quot;logic&quot;: &quot;var uuidType = java.util.UUID;\nvar longType = java.lang.Long;\nvar HashMapType = java.util.HashMap;\n\nvar cdsResponse = executor.inFields;\nvar albumID = cdsResponse.get(\&quot;commonHeader\&quot;).get(\&quot;subRequestId\&quot;);\nvar eventDetailsAlbum = executor.getContextAlbum(\&quot;SimpleCL_EventDetailsAlbum\&quot;).get(albumID.toString());\nvar commonEventHeader = eventDetailsAlbum.get(\&quot;commonEventHeader\&quot;);\nvar timestamp = longType(new Date().getTime());\n\nsend(commonEventHeader.get(\&quot;eventId\&quot;), \&quot;PNF\&quot;, eventDetailsAlbum.get(\&quot;otherFields\&quot;).get(\&quot;hashMap\&quot;).get(\&quot;pnfName\&quot;), timestamp, \&quot;FINAL_SUCCESS\&quot;, \&quot;Successfully processed the VES event. Hostname is updated.\&quot;)\ntrue;\n\nfunction send(id, targetType, targetId, timestamp, status, message) {\n    var logData = &apos;{&apos;\n       +&apos;\&quot;id\&quot; : \&quot;&apos; + id + &apos;\&quot;,&apos;\n       +&apos;\&quot;target\&quot;  : {&apos;\n            +&apos;\&quot;targetType\&quot;  : \&quot;&apos; + targetType + &apos;\&quot;,&apos;\n            +&apos;\&quot;entityInfo\&quot;  : {&apos;\n                +&apos;\&quot;pnf-name\&quot;  : \&quot;&apos; + targetId + &apos;\&quot;&apos;\n            +&apos;}&apos;\n       +&apos;},&apos;\n       +&apos;\&quot;component\&quot;  : {&apos;\n            +&apos;\&quot;name\&quot;  : \&quot;Policy\&quot;,&apos;\n            +&apos;\&quot;flavour\&quot;  : \&quot;Apex-PDP\&quot;,&apos;\n            +&apos;\&quot;timestamp\&quot;  : &apos; + timestamp + &apos;,&apos;\n            +&apos;\&quot;status\&quot;  : \&quot;&apos; + status + &apos;\&quot;,&apos;\n            +&apos;\&quot;message\&quot;  : \&quot;&apos; + message + &apos;\&quot;,&apos;\n            +&apos;\&quot;artifacts\&quot;  : {&apos;\n                +&apos;\&quot;policyName\&quot;  : \&quot;onap.policies.apex.Simplecontrolloop\&quot;,&apos;\n                +&apos;\&quot;policyVersion\&quot;  : \&quot;1.0.0\&quot;&apos;\n            +&apos;}&apos;\n       +&apos;},&apos;\n       +&apos;\&quot;otherFields\&quot;  : {&apos;\n            +&apos;\&quot;useCaseName\&quot;  : \&quot;simple-controlloop-usecase\&quot;&apos;\n       +&apos;}&apos;\n    +&apos;}&apos;;\n\n    executor.logger.info(\&quot;sending the status to log.\&quot;);\n    fireLogEvent(logData);\n}\n\nfunction fireLogEvent(logEvent){\n    var headers = new HashMapType();\n    //headers.put(\&quot;Authorization\&quot; , \&quot;Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==\&quot;);\n    executor.logger.info(\&quot;LogEvent:\&quot;+logEvent);\n    var response = new org.onap.policy.rest.RestManager().post(\n            executor.getParameters().get(\&quot;logUrl\&quot;),\n            \&quot;\&quot;,\n            \&quot;\&quot;,\n            headers,\n            \&quot;application/json\&quot;,\n            logEvent\n    );\n    executor.logger.info(\&quot;DMaaP Response after sending LogEvent: \&quot; + response);\n    return response;\n}&quot;&#xd;
8851                                             }&#xd;
8852                                         }&#xd;
8853                                     },&#xd;
8854                                     {&#xd;
8855                                         &quot;key&quot;: {&#xd;
8856                                             &quot;name&quot;: &quot;SimpleCL_HandleAAIFailureResponseTask&quot;,&#xd;
8857                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8858                                         },&#xd;
8859                                         &quot;value&quot;: {&#xd;
8860                                             &quot;key&quot;: {&#xd;
8861                                                 &quot;name&quot;: &quot;SimpleCL_HandleAAIFailureResponseTask&quot;,&#xd;
8862                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8863                                             },&#xd;
8864                                             &quot;inputFields&quot;: {&#xd;
8865                                                 &quot;entry&quot;: [&#xd;
8866                                                     {&#xd;
8867                                                         &quot;key&quot;: &quot;requestError&quot;,&#xd;
8868                                                         &quot;value&quot;: {&#xd;
8869                                                             &quot;key&quot;: &quot;requestError&quot;,&#xd;
8870                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8871                                                                 &quot;name&quot;: &quot;SimpleCL_AAIRequestErrorType&quot;,&#xd;
8872                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8873                                                             },&#xd;
8874                                                             &quot;optional&quot;: false&#xd;
8875                                                         }&#xd;
8876                                                     }&#xd;
8877                                                 ]&#xd;
8878                                             },&#xd;
8879                                             &quot;outputFields&quot;: {&#xd;
8880                                                 &quot;entry&quot;: [&#xd;
8881                                                     {&#xd;
8882                                                         &quot;key&quot;: &quot;message&quot;,&#xd;
8883                                                         &quot;value&quot;: {&#xd;
8884                                                             &quot;key&quot;: &quot;message&quot;,&#xd;
8885                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8886                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8887                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8888                                                             },&#xd;
8889                                                             &quot;optional&quot;: false&#xd;
8890                                                         }&#xd;
8891                                                     }&#xd;
8892                                                 ]&#xd;
8893                                             },&#xd;
8894                                             &quot;taskParameters&quot;: {&#xd;
8895                                                 &quot;entry&quot;: []&#xd;
8896                                             },&#xd;
8897                                             &quot;contextAlbumReference&quot;: [&#xd;
8898                                                 {&#xd;
8899                                                     &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
8900                                                     &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8901                                                 }&#xd;
8902                                             ],&#xd;
8903                                             &quot;taskLogic&quot;: {&#xd;
8904                                                 &quot;key&quot;: &quot;TaskLogic&quot;,&#xd;
8905                                                 &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
8906                                                 &quot;logic&quot;: &quot;var uuidType = java.util.UUID;\nvar longType = java.lang.Long;\nvar HashMapType = java.util.HashMap;\n\nvar aaiErrorMessage = \&quot;AAI operation failed. Error message from AAI - \&quot; + executor.inFields.get(\&quot;requestError\&quot;).get(\&quot;serviceException\&quot;).get(\&quot;text\&quot;);\nvar timestamp = longType(new Date().getTime());\n\n//Sending messageId received from AAI error message since eventId is not available in this task logic\nsend(executor.inFields.get(\&quot;requestError\&quot;).get(\&quot;serviceException\&quot;).get(\&quot;messageId\&quot;), \&quot;PNF\&quot;, \&quot;N/A\&quot;, timestamp, \&quot;FINAL_FAILURE\&quot;, \&quot;Failed to process VES event. Reason: \&quot; + aaiErrorMessage)\ntrue;\n\nfunction send(id, targetType, targetId, timestamp, status, message) {\n    var logData = &apos;{&apos;\n       +&apos;\&quot;id\&quot; : \&quot;&apos; + id + &apos;\&quot;,&apos;\n       +&apos;\&quot;target\&quot;  : {&apos;\n            +&apos;\&quot;targetType\&quot;  : \&quot;&apos; + targetType + &apos;\&quot;,&apos;\n            +&apos;\&quot;entityInfo\&quot;  : {&apos;\n                +&apos;\&quot;pnf-name\&quot;  : \&quot;&apos; + targetId + &apos;\&quot;&apos;\n            +&apos;}&apos;\n       +&apos;},&apos;\n       +&apos;\&quot;component\&quot;  : {&apos;\n            +&apos;\&quot;name\&quot;  : \&quot;Policy\&quot;,&apos;\n            +&apos;\&quot;flavour\&quot;  : \&quot;Apex-PDP\&quot;,&apos;\n            +&apos;\&quot;timestamp\&quot;  : &apos; + timestamp + &apos;,&apos;\n            +&apos;\&quot;status\&quot;  : \&quot;&apos; + status + &apos;\&quot;,&apos;\n            +&apos;\&quot;message\&quot;  : \&quot;&apos; + message + &apos;\&quot;,&apos;\n            +&apos;\&quot;artifacts\&quot;  : {&apos;\n                +&apos;\&quot;policyName\&quot;  : \&quot;onap.policies.apex.Simplecontrolloop\&quot;,&apos;\n                +&apos;\&quot;policyVersion\&quot;  : \&quot;1.0.0\&quot;&apos;\n            +&apos;}&apos;\n       +&apos;},&apos;\n       +&apos;\&quot;otherFields\&quot;  : {&apos;\n            +&apos;\&quot;useCaseName\&quot;  : \&quot;simple-controlloop-usecase\&quot;&apos;\n       +&apos;}&apos;\n    +&apos;}&apos;;\n\n    executor.logger.info(\&quot;sending the status to log.\&quot;);\n    fireLogEvent(logData);\n}\n\nfunction fireLogEvent(logEvent){\n    var headers = new HashMapType();\n    //headers.put(\&quot;Authorization\&quot; , \&quot;Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==\&quot;);\n    executor.logger.info(\&quot;LogEvent:\&quot;+logEvent);\n    var response = new org.onap.policy.rest.RestManager().post(\n            executor.getParameters().get(\&quot;logUrl\&quot;),\n            \&quot;\&quot;,\n            \&quot;\&quot;,\n            headers,\n            \&quot;application/json\&quot;,\n            logEvent\n    );\n    executor.logger.info(\&quot;DMaaP Response after sending LogEvent: \&quot; + response);\n    return response;\n}&quot;&#xd;
8907                                             }&#xd;
8908                                         }&#xd;
8909                                     },&#xd;
8910                                     {&#xd;
8911                                         &quot;key&quot;: {&#xd;
8912                                             &quot;name&quot;: &quot;SimpleCL_HandleAAISuccessResponseTask&quot;,&#xd;
8913                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8914                                         },&#xd;
8915                                         &quot;value&quot;: {&#xd;
8916                                             &quot;key&quot;: {&#xd;
8917                                                 &quot;name&quot;: &quot;SimpleCL_HandleAAISuccessResponseTask&quot;,&#xd;
8918                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8919                                             },&#xd;
8920                                             &quot;inputFields&quot;: {&#xd;
8921                                                 &quot;entry&quot;: [&#xd;
8922                                                     {&#xd;
8923                                                         &quot;key&quot;: &quot;equip-model&quot;,&#xd;
8924                                                         &quot;value&quot;: {&#xd;
8925                                                             &quot;key&quot;: &quot;equip-model&quot;,&#xd;
8926                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8927                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8928                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8929                                                             },&#xd;
8930                                                             &quot;optional&quot;: false&#xd;
8931                                                         }&#xd;
8932                                                     },&#xd;
8933                                                     {&#xd;
8934                                                         &quot;key&quot;: &quot;equip-type&quot;,&#xd;
8935                                                         &quot;value&quot;: {&#xd;
8936                                                             &quot;key&quot;: &quot;equip-type&quot;,&#xd;
8937                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8938                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8939                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8940                                                             },&#xd;
8941                                                             &quot;optional&quot;: false&#xd;
8942                                                         }&#xd;
8943                                                     },&#xd;
8944                                                     {&#xd;
8945                                                         &quot;key&quot;: &quot;equip-vendor&quot;,&#xd;
8946                                                         &quot;value&quot;: {&#xd;
8947                                                             &quot;key&quot;: &quot;equip-vendor&quot;,&#xd;
8948                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8949                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8950                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8951                                                             },&#xd;
8952                                                             &quot;optional&quot;: false&#xd;
8953                                                         }&#xd;
8954                                                     },&#xd;
8955                                                     {&#xd;
8956                                                         &quot;key&quot;: &quot;in-maint&quot;,&#xd;
8957                                                         &quot;value&quot;: {&#xd;
8958                                                             &quot;key&quot;: &quot;in-maint&quot;,&#xd;
8959                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8960                                                                 &quot;name&quot;: &quot;SimpleBooleanType&quot;,&#xd;
8961                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8962                                                             },&#xd;
8963                                                             &quot;optional&quot;: false&#xd;
8964                                                         }&#xd;
8965                                                     },&#xd;
8966                                                     {&#xd;
8967                                                         &quot;key&quot;: &quot;ipaddress-v4-oam&quot;,&#xd;
8968                                                         &quot;value&quot;: {&#xd;
8969                                                             &quot;key&quot;: &quot;ipaddress-v4-oam&quot;,&#xd;
8970                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8971                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8972                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8973                                                             },&#xd;
8974                                                             &quot;optional&quot;: false&#xd;
8975                                                         }&#xd;
8976                                                     },&#xd;
8977                                                     {&#xd;
8978                                                         &quot;key&quot;: &quot;ipaddress-v6-oam&quot;,&#xd;
8979                                                         &quot;value&quot;: {&#xd;
8980                                                             &quot;key&quot;: &quot;ipaddress-v6-oam&quot;,&#xd;
8981                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8982                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8983                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8984                                                             },&#xd;
8985                                                             &quot;optional&quot;: false&#xd;
8986                                                         }&#xd;
8987                                                     },&#xd;
8988                                                     {&#xd;
8989                                                         &quot;key&quot;: &quot;management-option&quot;,&#xd;
8990                                                         &quot;value&quot;: {&#xd;
8991                                                             &quot;key&quot;: &quot;management-option&quot;,&#xd;
8992                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8993                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8994                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8995                                                             },&#xd;
8996                                                             &quot;optional&quot;: false&#xd;
8997                                                         }&#xd;
8998                                                     },&#xd;
8999                                                     {&#xd;
9000                                                         &quot;key&quot;: &quot;pnf-id&quot;,&#xd;
9001                                                         &quot;value&quot;: {&#xd;
9002                                                             &quot;key&quot;: &quot;pnf-id&quot;,&#xd;
9003                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9004                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9005                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9006                                                             },&#xd;
9007                                                             &quot;optional&quot;: false&#xd;
9008                                                         }&#xd;
9009                                                     },&#xd;
9010                                                     {&#xd;
9011                                                         &quot;key&quot;: &quot;pnf-name&quot;,&#xd;
9012                                                         &quot;value&quot;: {&#xd;
9013                                                             &quot;key&quot;: &quot;pnf-name&quot;,&#xd;
9014                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9015                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9016                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9017                                                             },&#xd;
9018                                                             &quot;optional&quot;: false&#xd;
9019                                                         }&#xd;
9020                                                     },&#xd;
9021                                                     {&#xd;
9022                                                         &quot;key&quot;: &quot;pnf-name2&quot;,&#xd;
9023                                                         &quot;value&quot;: {&#xd;
9024                                                             &quot;key&quot;: &quot;pnf-name2&quot;,&#xd;
9025                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9026                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9027                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9028                                                             },&#xd;
9029                                                             &quot;optional&quot;: false&#xd;
9030                                                         }&#xd;
9031                                                     },&#xd;
9032                                                     {&#xd;
9033                                                         &quot;key&quot;: &quot;resource-version&quot;,&#xd;
9034                                                         &quot;value&quot;: {&#xd;
9035                                                             &quot;key&quot;: &quot;resource-version&quot;,&#xd;
9036                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9037                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9038                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9039                                                             },&#xd;
9040                                                             &quot;optional&quot;: false&#xd;
9041                                                         }&#xd;
9042                                                     }&#xd;
9043                                                 ]&#xd;
9044                                             },&#xd;
9045                                             &quot;outputFields&quot;: {&#xd;
9046                                                 &quot;entry&quot;: [&#xd;
9047                                                     {&#xd;
9048                                                         &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9049                                                         &quot;value&quot;: {&#xd;
9050                                                             &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9051                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9052                                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
9053                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9054                                                             },&#xd;
9055                                                             &quot;optional&quot;: false&#xd;
9056                                                         }&#xd;
9057                                                     },&#xd;
9058                                                     {&#xd;
9059                                                         &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9060                                                         &quot;value&quot;: {&#xd;
9061                                                             &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9062                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9063                                                                 &quot;name&quot;: &quot;SimpleCL_CDSRequestCommonHeaderType&quot;,&#xd;
9064                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9065                                                             },&#xd;
9066                                                             &quot;optional&quot;: false&#xd;
9067                                                         }&#xd;
9068                                                     },&#xd;
9069                                                     {&#xd;
9070                                                         &quot;key&quot;: &quot;payload&quot;,&#xd;
9071                                                         &quot;value&quot;: {&#xd;
9072                                                             &quot;key&quot;: &quot;payload&quot;,&#xd;
9073                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9074                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&quot;,&#xd;
9075                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9076                                                             },&#xd;
9077                                                             &quot;optional&quot;: false&#xd;
9078                                                         }&#xd;
9079                                                     }&#xd;
9080                                                 ]&#xd;
9081                                             },&#xd;
9082                                             &quot;taskParameters&quot;: {&#xd;
9083                                                 &quot;entry&quot;: []&#xd;
9084                                             },&#xd;
9085                                             &quot;contextAlbumReference&quot;: [&#xd;
9086                                                 {&#xd;
9087                                                     &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
9088                                                     &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9089                                                 }&#xd;
9090                                             ],&#xd;
9091                                             &quot;taskLogic&quot;: {&#xd;
9092                                                 &quot;key&quot;: &quot;TaskLogic&quot;,&#xd;
9093                                                 &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
9094                                                 &quot;logic&quot;: &quot;var uuidType = java.util.UUID;\nvar HashMapType = java.util.HashMap;\nvar longType = java.lang.Long;\n\nvar pnfDetails = executor.inFields;\nvar albumID = pnfDetails.get(\&quot;pnf-id\&quot;);\nvar eventDetailsAlbum = executor.getContextAlbum(\&quot;SimpleCL_EventDetailsAlbum\&quot;).get(albumID.toString());\nexecutor.logger.info(\&quot;HandleAAISuccessResponseTask extracted context album - \&quot; + albumID.toString() + \&quot;::\&quot; + eventDetailsAlbum);\n\nvar commonEventHeader = eventDetailsAlbum.get(\&quot;commonEventHeader\&quot;);\nvar otherFieldsMap = eventDetailsAlbum.get(\&quot;otherFields\&quot;).get(\&quot;hashMap\&quot;);\n\nvar targetEntityName = executor.inFields.get(\&quot;pnf-name\&quot;)\nvar logMessage = \&quot;\&quot;;\nvar existingHostname = executor.inFields.get(\&quot;pnf-name2\&quot;);\nvar hostnameInVesEvent = otherFieldsMap.get(\&quot;hostname\&quot;);\n\nvar albumSchemaHelper = executor.getContextAlbum(\&quot;SimpleCL_EventDetailsAlbum\&quot;).getSchemaHelper();\nvar target = albumSchemaHelper.createNewSubInstance(\&quot;target\&quot;);\ntarget.put(\&quot;targetType\&quot;,  \&quot;PNF\&quot;)\nvar entityInfo = albumSchemaHelper.createNewSubInstance(\&quot;entityInfo\&quot;);\nentityInfo.put(\&quot;name\&quot;,targetEntityName);\ntarget.put(\&quot;entityInfo\&quot;, entityInfo);\neventDetailsAlbum.put(\&quot;target\&quot;, target);\n\nvar returnVal = true;\nvar timestamp = longType(new Date().getTime());\nif ((String(hostnameInVesEvent) != \&quot;UNDEFINED\&quot;) &amp;&amp; (String(existingHostname) != String(hostnameInVesEvent))) {\n    logMessage = \&quot;Hostname available in AAI does not match with the hostname received in the VES Event.\&quot;;\n    returnVal = false\n    send(commonEventHeader.get(\&quot;eventId\&quot;), \&quot;PNF\&quot;, otherFieldsMap.get(\&quot;pnfName\&quot;), timestamp, \&quot;FINAL_FAILURE\&quot;, \&quot;Failed to process VES event. Reason: \&quot; + logMessage)\n} else {\n    logMessage = \&quot;Received response from AAI successfully. Hostname in AAI matches with the one in Ves event. Going to make the update-config request to CDS.\&quot;;\n\n    var commonHeader = executor.subject.getOutFieldSchemaHelper(\&quot;commonHeader\&quot;).createNewInstance();\n    commonHeader.put(\&quot;subRequestId\&quot;, albumID.toString());\n    commonHeader.put(\&quot;requestId\&quot;, commonEventHeader.get(\&quot;eventId\&quot;));\n    commonHeader.put(\&quot;originatorId\&quot;, \&quot;POLICY\&quot;);\n\n    var blueprintName = \&quot;pnf-test-cba\&quot;;\n    var blueprintVersion = \&quot;1.0.0\&quot;;\n    var newHostname = \&quot;host\&quot; + Math.random().toString(36).substring(7);\n    eventDetailsAlbum.put(\&quot;generatedHostname\&quot;, newHostname);\n\n    var actionIdentifiers = executor.subject.getOutFieldSchemaHelper(\&quot;actionIdentifiers\&quot;).createNewInstance();\n    actionIdentifiers.put(\&quot;mode\&quot;, \&quot;sync\&quot;);\n    actionIdentifiers.put(\&quot;blueprintName\&quot;, blueprintName);\n    actionIdentifiers.put(\&quot;blueprintVersion\&quot;, blueprintVersion);\n    actionIdentifiers.put(\&quot;actionName\&quot;, \&quot;update-config\&quot;);\n\n    var payloadEntry = executor.subject.getOutFieldSchemaHelper(\&quot;payload\&quot;).createNewSubInstance(\&quot;CDSConfigModifyRequestPayloadEntry\&quot;);\n    payloadEntry.put(\&quot;hostname\&quot;,  newHostname)\n    payloadEntry.put(\&quot;IP\&quot;, executor.inFields.get(\&quot;ipaddress-v4-oam\&quot;));\n    payloadEntry.put(\&quot;pnfName\&quot;, otherFieldsMap.get(\&quot;pnfName\&quot;));\n\n    var payload = executor.subject.getOutFieldSchemaHelper(\&quot;payload\&quot;).createNewInstance();\n    payload.put(\&quot;update_DasH_config_DasH_request\&quot;, payloadEntry);\n\n    executor.outFields.put(\&quot;commonHeader\&quot;, commonHeader);\n    executor.outFields.put(\&quot;actionIdentifiers\&quot;, actionIdentifiers);\n    executor.outFields.put(\&quot;payload\&quot;, payload);\n\n    send(commonEventHeader.get(\&quot;eventId\&quot;), \&quot;PNF\&quot;, otherFieldsMap.get(\&quot;pnfName\&quot;), timestamp, \&quot;SUCCESS\&quot;, logMessage)\n}\n\nreturnVal;\n\nfunction send(id, targetType, targetId, timestamp, status, message) {\n    var logData = &apos;{&apos;\n       +&apos;\&quot;id\&quot; : \&quot;&apos; + id + &apos;\&quot;,&apos;\n       +&apos;\&quot;target\&quot;  : {&apos;\n            +&apos;\&quot;targetType\&quot;  : \&quot;&apos; + targetType + &apos;\&quot;,&apos;\n            +&apos;\&quot;entityInfo\&quot;  : {&apos;\n                +&apos;\&quot;pnf-name\&quot;  : \&quot;&apos; + targetId + &apos;\&quot;&apos;\n            +&apos;}&apos;\n       +&apos;},&apos;\n       +&apos;\&quot;component\&quot;  : {&apos;\n            +&apos;\&quot;name\&quot;  : \&quot;Policy\&quot;,&apos;\n            +&apos;\&quot;flavour\&quot;  : \&quot;Apex-PDP\&quot;,&apos;\n            +&apos;\&quot;timestamp\&quot;  : &apos; + timestamp + &apos;,&apos;\n            +&apos;\&quot;status\&quot;  : \&quot;&apos; + status + &apos;\&quot;,&apos;\n            +&apos;\&quot;message\&quot;  : \&quot;&apos; + message + &apos;\&quot;,&apos;\n            +&apos;\&quot;artifacts\&quot;  : {&apos;\n                +&apos;\&quot;policyName\&quot;  : \&quot;onap.policies.apex.Simplecontrolloop\&quot;,&apos;\n                +&apos;\&quot;policyVersion\&quot;  : \&quot;1.0.0\&quot;&apos;\n            +&apos;}&apos;\n       +&apos;},&apos;\n       +&apos;\&quot;otherFields\&quot;  : {&apos;\n            +&apos;\&quot;useCaseName\&quot;  : \&quot;simple-controlloop-usecase\&quot;&apos;\n       +&apos;}&apos;\n    +&apos;}&apos;;\n\n    executor.logger.info(\&quot;sending the status to log.\&quot;);\n    fireLogEvent(logData);\n}\n\nfunction fireLogEvent(logEvent){\n    var headers = new HashMapType();\n    //headers.put(\&quot;Authorization\&quot; , \&quot;Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==\&quot;);\n    executor.logger.info(\&quot;LogEvent:\&quot;+logEvent);\n    var response = new org.onap.policy.rest.RestManager().post(\n            executor.getParameters().get(\&quot;logUrl\&quot;),\n            \&quot;\&quot;,\n            \&quot;\&quot;,\n            headers,\n            \&quot;application/json\&quot;,\n            logEvent\n    );\n    executor.logger.info(\&quot;DMaaP Response after sending LogEvent: \&quot; + response);\n    return response;\n}&quot;&#xd;
9095                                             }&#xd;
9096                                         }&#xd;
9097                                     },&#xd;
9098                                     {&#xd;
9099                                         &quot;key&quot;: {&#xd;
9100                                             &quot;name&quot;: &quot;SimpleCL_HandleVesEventTask&quot;,&#xd;
9101                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9102                                         },&#xd;
9103                                         &quot;value&quot;: {&#xd;
9104                                             &quot;key&quot;: {&#xd;
9105                                                 &quot;name&quot;: &quot;SimpleCL_HandleVesEventTask&quot;,&#xd;
9106                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9107                                             },&#xd;
9108                                             &quot;inputFields&quot;: {&#xd;
9109                                                 &quot;entry&quot;: [&#xd;
9110                                                     {&#xd;
9111                                                         &quot;key&quot;: &quot;event&quot;,&#xd;
9112                                                         &quot;value&quot;: {&#xd;
9113                                                             &quot;key&quot;: &quot;event&quot;,&#xd;
9114                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9115                                                                 &quot;name&quot;: &quot;SimpleCL_VesEventType&quot;,&#xd;
9116                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9117                                                             },&#xd;
9118                                                             &quot;optional&quot;: false&#xd;
9119                                                         }&#xd;
9120                                                     }&#xd;
9121                                                 ]&#xd;
9122                                             },&#xd;
9123                                             &quot;outputFields&quot;: {&#xd;
9124                                                 &quot;entry&quot;: [&#xd;
9125                                                     {&#xd;
9126                                                         &quot;key&quot;: &quot;aaifield&quot;,&#xd;
9127                                                         &quot;value&quot;: {&#xd;
9128                                                             &quot;key&quot;: &quot;aaifield&quot;,&#xd;
9129                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9130                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9131                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9132                                                             },&#xd;
9133                                                             &quot;optional&quot;: false&#xd;
9134                                                         }&#xd;
9135                                                     }&#xd;
9136                                                 ]&#xd;
9137                                             },&#xd;
9138                                             &quot;taskParameters&quot;: {&#xd;
9139                                                 &quot;entry&quot;: []&#xd;
9140                                             },&#xd;
9141                                             &quot;contextAlbumReference&quot;: [&#xd;
9142                                                 {&#xd;
9143                                                     &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
9144                                                     &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9145                                                 }&#xd;
9146                                             ],&#xd;
9147                                             &quot;taskLogic&quot;: {&#xd;
9148                                                 &quot;key&quot;: &quot;TaskLogic&quot;,&#xd;
9149                                                 &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
9150                                                 &quot;logic&quot;: &quot;var uuidType = java.util.UUID;\nvar HashMapType = java.util.HashMap;\nvar longType = java.lang.Long;\n\nvar eventDetailsAlbum = executor.getContextAlbum(\&quot;SimpleCL_EventDetailsAlbum\&quot;).getSchemaHelper().createNewInstance();\nvar returnValue = true;\n\nvar event = executor.inFields.get(\&quot;event\&quot;);\nexecutor.logger.info(\&quot;HandleVesEventTask processing VES event - \&quot; + event);\n\nvar commonEventHeader = event.get(\&quot;commonEventHeader\&quot;);\nvar otherFields = event.get(\&quot;otherFields\&quot;);\n// albumID will be used to fetch info from our album later. Storing event data in album by sourceId / AAI pnf-id, the same will be sent to CDS request payload as subRequestId\nvar albumID = commonEventHeader.get(\&quot;sourceId\&quot;);\n// save the event processing start time in apex\ncommonEventHeader.put(\&quot;startEpochMicrosec\&quot;, longType(new Date().getTime()));\n//save the incoming event details to album\neventDetailsAlbum.put(\&quot;commonEventHeader\&quot;, commonEventHeader);\neventDetailsAlbum.put(\&quot;otherFields\&quot;, otherFields);\nexecutor.getContextAlbum(\&quot;SimpleCL_EventDetailsAlbum\&quot;).put(albumID.toString(), eventDetailsAlbum);\nexecutor.logger.info(\&quot;HandleVesEventTask storing context album - \&quot; + albumID.toString() + \&quot;::\&quot; + eventDetailsAlbum);\n\nexecutor.getExecutionProperties().setProperty(\&quot;pnfName\&quot;, otherFields.get(\&quot;hashMap\&quot;).get(\&quot;pnfName\&quot;));\n\nvar timestamp = longType(new Date().getTime());\nsend(eventDetailsAlbum.get(\&quot;commonEventHeader\&quot;).get(\&quot;eventId\&quot;), \&quot;PNF\&quot;, otherFields.get(\&quot;hashMap\&quot;).get(\&quot;pnfName\&quot;), timestamp, \&quot;ACTIVE\&quot;, \&quot;VES event has been received. Going to fetch details from AAI.\&quot;)\nexecutor.logger.info(executor.outFields);\nreturnValue;\n\nfunction send(id, targetType, targetId, timestamp, status, message) {\n    var logData = &apos;{&apos;\n       +&apos;\&quot;id\&quot; : \&quot;&apos; + id + &apos;\&quot;,&apos;\n       +&apos;\&quot;target\&quot;  : {&apos;\n            +&apos;\&quot;targetType\&quot;  : \&quot;&apos; + targetType + &apos;\&quot;,&apos;\n            +&apos;\&quot;entityInfo\&quot;  : {&apos;\n                +&apos;\&quot;pnf-name\&quot;  : \&quot;&apos; + targetId + &apos;\&quot;&apos;\n            +&apos;}&apos;\n       +&apos;},&apos;\n       +&apos;\&quot;component\&quot;  : {&apos;\n            +&apos;\&quot;name\&quot;  : \&quot;Policy\&quot;,&apos;\n            +&apos;\&quot;flavour\&quot;  : \&quot;Apex-PDP\&quot;,&apos;\n            +&apos;\&quot;timestamp\&quot;  : &apos; + timestamp + &apos;,&apos;\n            +&apos;\&quot;status\&quot;  : \&quot;&apos; + status + &apos;\&quot;,&apos;\n            +&apos;\&quot;message\&quot;  : \&quot;&apos; + message + &apos;\&quot;,&apos;\n            +&apos;\&quot;artifacts\&quot;  : {&apos;\n                +&apos;\&quot;policyName\&quot;  : \&quot;onap.policies.apex.Simplecontrolloop\&quot;,&apos;\n                +&apos;\&quot;policyVersion\&quot;  : \&quot;1.0.0\&quot;&apos;\n            +&apos;}&apos;\n       +&apos;},&apos;\n       +&apos;\&quot;otherFields\&quot;  : {&apos;\n            +&apos;\&quot;useCaseName\&quot;  : \&quot;simple-controlloop-usecase\&quot;&apos;\n       +&apos;}&apos;\n    +&apos;}&apos;;\n\n    executor.logger.info(\&quot;sending the status to log.\&quot;);\n    fireLogEvent(logData);\n}\n\nfunction fireLogEvent(logEvent){\n    var headers = new HashMapType();\n    //headers.put(\&quot;Authorization\&quot; , \&quot;Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==\&quot;);\n    executor.logger.info(\&quot;LogEvent:\&quot;+logEvent);\n    var response = new org.onap.policy.rest.RestManager().post(\n            executor.getParameters().get(\&quot;logUrl\&quot;),\n            \&quot;\&quot;,\n            \&quot;\&quot;,\n            headers,\n            \&quot;application/json\&quot;,\n            logEvent\n    );\n    executor.logger.info(\&quot;DMaaP Response after sending LogEvent: \&quot; + response);\n    return response;\n}&quot;&#xd;
9151                                             }&#xd;
9152                                         }&#xd;
9153                                     }&#xd;
9154                                 ]&#xd;
9155                             }&#xd;
9156                         },&#xd;
9157                         &quot;events&quot;: {&#xd;
9158                             &quot;key&quot;: {&#xd;
9159                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Events&quot;,&#xd;
9160                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9161                             },&#xd;
9162                             &quot;eventMap&quot;: {&#xd;
9163                                 &quot;entry&quot;: [&#xd;
9164                                     {&#xd;
9165                                         &quot;key&quot;: {&#xd;
9166                                             &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseEvent&quot;,&#xd;
9167                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9168                                         },&#xd;
9169                                         &quot;value&quot;: {&#xd;
9170                                             &quot;key&quot;: {&#xd;
9171                                                 &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseEvent&quot;,&#xd;
9172                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9173                                             },&#xd;
9174                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9175                                             &quot;source&quot;: &quot;AAI&quot;,&#xd;
9176                                             &quot;target&quot;: &quot;APEX&quot;,&#xd;
9177                                             &quot;parameter&quot;: {&#xd;
9178                                                 &quot;entry&quot;: [&#xd;
9179                                                     {&#xd;
9180                                                         &quot;key&quot;: &quot;requestError&quot;,&#xd;
9181                                                         &quot;value&quot;: {&#xd;
9182                                                             &quot;key&quot;: &quot;requestError&quot;,&#xd;
9183                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9184                                                                 &quot;name&quot;: &quot;SimpleCL_AAIRequestErrorType&quot;,&#xd;
9185                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9186                                                             },&#xd;
9187                                                             &quot;optional&quot;: false&#xd;
9188                                                         }&#xd;
9189                                                     }&#xd;
9190                                                 ]&#xd;
9191                                             },&#xd;
9192                                             &quot;toscaPolicyState&quot;: &quot;EXIT_FAILURE&quot;&#xd;
9193                                         }&#xd;
9194                                     },&#xd;
9195                                     {&#xd;
9196                                         &quot;key&quot;: {&#xd;
9197                                             &quot;name&quot;: &quot;SimpleCL_AAIRequestEvent&quot;,&#xd;
9198                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9199                                         },&#xd;
9200                                         &quot;value&quot;: {&#xd;
9201                                             &quot;key&quot;: {&#xd;
9202                                                 &quot;name&quot;: &quot;SimpleCL_AAIRequestEvent&quot;,&#xd;
9203                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9204                                             },&#xd;
9205                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9206                                             &quot;source&quot;: &quot;APEX&quot;,&#xd;
9207                                             &quot;target&quot;: &quot;AAI&quot;,&#xd;
9208                                             &quot;parameter&quot;: {&#xd;
9209                                                 &quot;entry&quot;: [&#xd;
9210                                                     {&#xd;
9211                                                         &quot;key&quot;: &quot;aaifield&quot;,&#xd;
9212                                                         &quot;value&quot;: {&#xd;
9213                                                             &quot;key&quot;: &quot;aaifield&quot;,&#xd;
9214                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9215                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9216                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9217                                                             },&#xd;
9218                                                             &quot;optional&quot;: false&#xd;
9219                                                         }&#xd;
9220                                                     }&#xd;
9221                                                 ]&#xd;
9222                                             },&#xd;
9223                                             &quot;toscaPolicyState&quot;: &quot;&quot;&#xd;
9224                                         }&#xd;
9225                                     },&#xd;
9226                                     {&#xd;
9227                                         &quot;key&quot;: {&#xd;
9228                                             &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseEvent&quot;,&#xd;
9229                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9230                                         },&#xd;
9231                                         &quot;value&quot;: {&#xd;
9232                                             &quot;key&quot;: {&#xd;
9233                                                 &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseEvent&quot;,&#xd;
9234                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9235                                             },&#xd;
9236                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9237                                             &quot;source&quot;: &quot;AAI&quot;,&#xd;
9238                                             &quot;target&quot;: &quot;APEX&quot;,&#xd;
9239                                             &quot;parameter&quot;: {&#xd;
9240                                                 &quot;entry&quot;: [&#xd;
9241                                                     {&#xd;
9242                                                         &quot;key&quot;: &quot;equip-model&quot;,&#xd;
9243                                                         &quot;value&quot;: {&#xd;
9244                                                             &quot;key&quot;: &quot;equip-model&quot;,&#xd;
9245                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9246                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9247                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9248                                                             },&#xd;
9249                                                             &quot;optional&quot;: false&#xd;
9250                                                         }&#xd;
9251                                                     },&#xd;
9252                                                     {&#xd;
9253                                                         &quot;key&quot;: &quot;equip-type&quot;,&#xd;
9254                                                         &quot;value&quot;: {&#xd;
9255                                                             &quot;key&quot;: &quot;equip-type&quot;,&#xd;
9256                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9257                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9258                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9259                                                             },&#xd;
9260                                                             &quot;optional&quot;: false&#xd;
9261                                                         }&#xd;
9262                                                     },&#xd;
9263                                                     {&#xd;
9264                                                         &quot;key&quot;: &quot;equip-vendor&quot;,&#xd;
9265                                                         &quot;value&quot;: {&#xd;
9266                                                             &quot;key&quot;: &quot;equip-vendor&quot;,&#xd;
9267                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9268                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9269                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9270                                                             },&#xd;
9271                                                             &quot;optional&quot;: false&#xd;
9272                                                         }&#xd;
9273                                                     },&#xd;
9274                                                     {&#xd;
9275                                                         &quot;key&quot;: &quot;in-maint&quot;,&#xd;
9276                                                         &quot;value&quot;: {&#xd;
9277                                                             &quot;key&quot;: &quot;in-maint&quot;,&#xd;
9278                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9279                                                                 &quot;name&quot;: &quot;SimpleBooleanType&quot;,&#xd;
9280                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9281                                                             },&#xd;
9282                                                             &quot;optional&quot;: false&#xd;
9283                                                         }&#xd;
9284                                                     },&#xd;
9285                                                     {&#xd;
9286                                                         &quot;key&quot;: &quot;ipaddress-v4-oam&quot;,&#xd;
9287                                                         &quot;value&quot;: {&#xd;
9288                                                             &quot;key&quot;: &quot;ipaddress-v4-oam&quot;,&#xd;
9289                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9290                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9291                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9292                                                             },&#xd;
9293                                                             &quot;optional&quot;: false&#xd;
9294                                                         }&#xd;
9295                                                     },&#xd;
9296                                                     {&#xd;
9297                                                         &quot;key&quot;: &quot;ipaddress-v6-oam&quot;,&#xd;
9298                                                         &quot;value&quot;: {&#xd;
9299                                                             &quot;key&quot;: &quot;ipaddress-v6-oam&quot;,&#xd;
9300                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9301                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9302                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9303                                                             },&#xd;
9304                                                             &quot;optional&quot;: false&#xd;
9305                                                         }&#xd;
9306                                                     },&#xd;
9307                                                     {&#xd;
9308                                                         &quot;key&quot;: &quot;management-option&quot;,&#xd;
9309                                                         &quot;value&quot;: {&#xd;
9310                                                             &quot;key&quot;: &quot;management-option&quot;,&#xd;
9311                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9312                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9313                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9314                                                             },&#xd;
9315                                                             &quot;optional&quot;: false&#xd;
9316                                                         }&#xd;
9317                                                     },&#xd;
9318                                                     {&#xd;
9319                                                         &quot;key&quot;: &quot;pnf-id&quot;,&#xd;
9320                                                         &quot;value&quot;: {&#xd;
9321                                                             &quot;key&quot;: &quot;pnf-id&quot;,&#xd;
9322                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9323                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9324                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9325                                                             },&#xd;
9326                                                             &quot;optional&quot;: false&#xd;
9327                                                         }&#xd;
9328                                                     },&#xd;
9329                                                     {&#xd;
9330                                                         &quot;key&quot;: &quot;pnf-name&quot;,&#xd;
9331                                                         &quot;value&quot;: {&#xd;
9332                                                             &quot;key&quot;: &quot;pnf-name&quot;,&#xd;
9333                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9334                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9335                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9336                                                             },&#xd;
9337                                                             &quot;optional&quot;: false&#xd;
9338                                                         }&#xd;
9339                                                     },&#xd;
9340                                                     {&#xd;
9341                                                         &quot;key&quot;: &quot;pnf-name2&quot;,&#xd;
9342                                                         &quot;value&quot;: {&#xd;
9343                                                             &quot;key&quot;: &quot;pnf-name2&quot;,&#xd;
9344                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9345                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9346                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9347                                                             },&#xd;
9348                                                             &quot;optional&quot;: false&#xd;
9349                                                         }&#xd;
9350                                                     },&#xd;
9351                                                     {&#xd;
9352                                                         &quot;key&quot;: &quot;resource-version&quot;,&#xd;
9353                                                         &quot;value&quot;: {&#xd;
9354                                                             &quot;key&quot;: &quot;resource-version&quot;,&#xd;
9355                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9356                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9357                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9358                                                             },&#xd;
9359                                                             &quot;optional&quot;: false&#xd;
9360                                                         }&#xd;
9361                                                     }&#xd;
9362                                                 ]&#xd;
9363                                             },&#xd;
9364                                             &quot;toscaPolicyState&quot;: &quot;&quot;&#xd;
9365                                         }&#xd;
9366                                     },&#xd;
9367                                     {&#xd;
9368                                         &quot;key&quot;: {&#xd;
9369                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseEvent&quot;,&#xd;
9370                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9371                                         },&#xd;
9372                                         &quot;value&quot;: {&#xd;
9373                                             &quot;key&quot;: {&#xd;
9374                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseEvent&quot;,&#xd;
9375                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9376                                             },&#xd;
9377                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9378                                             &quot;source&quot;: &quot;CDS&quot;,&#xd;
9379                                             &quot;target&quot;: &quot;APEX&quot;,&#xd;
9380                                             &quot;parameter&quot;: {&#xd;
9381                                                 &quot;entry&quot;: [&#xd;
9382                                                     {&#xd;
9383                                                         &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9384                                                         &quot;value&quot;: {&#xd;
9385                                                             &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9386                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9387                                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
9388                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9389                                                             },&#xd;
9390                                                             &quot;optional&quot;: false&#xd;
9391                                                         }&#xd;
9392                                                     },&#xd;
9393                                                     {&#xd;
9394                                                         &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9395                                                         &quot;value&quot;: {&#xd;
9396                                                             &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9397                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9398                                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseCommonHeaderType&quot;,&#xd;
9399                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9400                                                             },&#xd;
9401                                                             &quot;optional&quot;: false&#xd;
9402                                                         }&#xd;
9403                                                     },&#xd;
9404                                                     {&#xd;
9405                                                         &quot;key&quot;: &quot;payload&quot;,&#xd;
9406                                                         &quot;value&quot;: {&#xd;
9407                                                             &quot;key&quot;: &quot;payload&quot;,&#xd;
9408                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9409                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&quot;,&#xd;
9410                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9411                                                             },&#xd;
9412                                                             &quot;optional&quot;: false&#xd;
9413                                                         }&#xd;
9414                                                     },&#xd;
9415                                                     {&#xd;
9416                                                         &quot;key&quot;: &quot;status&quot;,&#xd;
9417                                                         &quot;value&quot;: {&#xd;
9418                                                             &quot;key&quot;: &quot;status&quot;,&#xd;
9419                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9420                                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseStatusType&quot;,&#xd;
9421                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9422                                                             },&#xd;
9423                                                             &quot;optional&quot;: false&#xd;
9424                                                         }&#xd;
9425                                                     }&#xd;
9426                                                 ]&#xd;
9427                                             },&#xd;
9428                                             &quot;toscaPolicyState&quot;: &quot;EXIT_FAILURE&quot;&#xd;
9429                                         }&#xd;
9430                                     },&#xd;
9431                                     {&#xd;
9432                                         &quot;key&quot;: {&#xd;
9433                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestEvent&quot;,&#xd;
9434                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9435                                         },&#xd;
9436                                         &quot;value&quot;: {&#xd;
9437                                             &quot;key&quot;: {&#xd;
9438                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestEvent&quot;,&#xd;
9439                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9440                                             },&#xd;
9441                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9442                                             &quot;source&quot;: &quot;APEX&quot;,&#xd;
9443                                             &quot;target&quot;: &quot;APEX&quot;,&#xd;
9444                                             &quot;parameter&quot;: {&#xd;
9445                                                 &quot;entry&quot;: [&#xd;
9446                                                     {&#xd;
9447                                                         &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9448                                                         &quot;value&quot;: {&#xd;
9449                                                             &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9450                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9451                                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
9452                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9453                                                             },&#xd;
9454                                                             &quot;optional&quot;: false&#xd;
9455                                                         }&#xd;
9456                                                     },&#xd;
9457                                                     {&#xd;
9458                                                         &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9459                                                         &quot;value&quot;: {&#xd;
9460                                                             &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9461                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9462                                                                 &quot;name&quot;: &quot;SimpleCL_CDSRequestCommonHeaderType&quot;,&#xd;
9463                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9464                                                             },&#xd;
9465                                                             &quot;optional&quot;: false&#xd;
9466                                                         }&#xd;
9467                                                     },&#xd;
9468                                                     {&#xd;
9469                                                         &quot;key&quot;: &quot;payload&quot;,&#xd;
9470                                                         &quot;value&quot;: {&#xd;
9471                                                             &quot;key&quot;: &quot;payload&quot;,&#xd;
9472                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9473                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&quot;,&#xd;
9474                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9475                                                             },&#xd;
9476                                                             &quot;optional&quot;: false&#xd;
9477                                                         }&#xd;
9478                                                     }&#xd;
9479                                                 ]&#xd;
9480                                             },&#xd;
9481                                             &quot;toscaPolicyState&quot;: &quot;&quot;&#xd;
9482                                         }&#xd;
9483                                     },&#xd;
9484                                     {&#xd;
9485                                         &quot;key&quot;: {&#xd;
9486                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseEvent&quot;,&#xd;
9487                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9488                                         },&#xd;
9489                                         &quot;value&quot;: {&#xd;
9490                                             &quot;key&quot;: {&#xd;
9491                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseEvent&quot;,&#xd;
9492                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9493                                             },&#xd;
9494                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9495                                             &quot;source&quot;: &quot;CDS&quot;,&#xd;
9496                                             &quot;target&quot;: &quot;APEX&quot;,&#xd;
9497                                             &quot;parameter&quot;: {&#xd;
9498                                                 &quot;entry&quot;: [&#xd;
9499                                                     {&#xd;
9500                                                         &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9501                                                         &quot;value&quot;: {&#xd;
9502                                                             &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9503                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9504                                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
9505                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9506                                                             },&#xd;
9507                                                             &quot;optional&quot;: false&#xd;
9508                                                         }&#xd;
9509                                                     },&#xd;
9510                                                     {&#xd;
9511                                                         &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9512                                                         &quot;value&quot;: {&#xd;
9513                                                             &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9514                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9515                                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseCommonHeaderType&quot;,&#xd;
9516                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9517                                                             },&#xd;
9518                                                             &quot;optional&quot;: false&#xd;
9519                                                         }&#xd;
9520                                                     },&#xd;
9521                                                     {&#xd;
9522                                                         &quot;key&quot;: &quot;payload&quot;,&#xd;
9523                                                         &quot;value&quot;: {&#xd;
9524                                                             &quot;key&quot;: &quot;payload&quot;,&#xd;
9525                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9526                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyResponsePayloadType&quot;,&#xd;
9527                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9528                                                             },&#xd;
9529                                                             &quot;optional&quot;: false&#xd;
9530                                                         }&#xd;
9531                                                     },&#xd;
9532                                                     {&#xd;
9533                                                         &quot;key&quot;: &quot;status&quot;,&#xd;
9534                                                         &quot;value&quot;: {&#xd;
9535                                                             &quot;key&quot;: &quot;status&quot;,&#xd;
9536                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9537                                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseStatusType&quot;,&#xd;
9538                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9539                                                             },&#xd;
9540                                                             &quot;optional&quot;: false&#xd;
9541                                                         }&#xd;
9542                                                     }&#xd;
9543                                                 ]&#xd;
9544                                             },&#xd;
9545                                             &quot;toscaPolicyState&quot;: &quot;EXIT_SUCCESS&quot;&#xd;
9546                                         }&#xd;
9547                                     },&#xd;
9548                                     {&#xd;
9549                                         &quot;key&quot;: {&#xd;
9550                                             &quot;name&quot;: &quot;SimpleCL_LogStatusEvent&quot;,&#xd;
9551                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9552                                         },&#xd;
9553                                         &quot;value&quot;: {&#xd;
9554                                             &quot;key&quot;: {&#xd;
9555                                                 &quot;name&quot;: &quot;SimpleCL_LogStatusEvent&quot;,&#xd;
9556                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9557                                             },&#xd;
9558                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9559                                             &quot;source&quot;: &quot;APEX&quot;,&#xd;
9560                                             &quot;target&quot;: &quot;DCAE&quot;,&#xd;
9561                                             &quot;parameter&quot;: {&#xd;
9562                                                 &quot;entry&quot;: [&#xd;
9563                                                     {&#xd;
9564                                                         &quot;key&quot;: &quot;message&quot;,&#xd;
9565                                                         &quot;value&quot;: {&#xd;
9566                                                             &quot;key&quot;: &quot;message&quot;,&#xd;
9567                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9568                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9569                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9570                                                             },&#xd;
9571                                                             &quot;optional&quot;: false&#xd;
9572                                                         }&#xd;
9573                                                     }&#xd;
9574                                                 ]&#xd;
9575                                             },&#xd;
9576                                             &quot;toscaPolicyState&quot;: &quot;&quot;&#xd;
9577                                         }&#xd;
9578                                     },&#xd;
9579                                     {&#xd;
9580                                         &quot;key&quot;: {&#xd;
9581                                             &quot;name&quot;: &quot;SimpleCL_VesEvent&quot;,&#xd;
9582                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9583                                         },&#xd;
9584                                         &quot;value&quot;: {&#xd;
9585                                             &quot;key&quot;: {&#xd;
9586                                                 &quot;name&quot;: &quot;SimpleCL_VesEvent&quot;,&#xd;
9587                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9588                                             },&#xd;
9589                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9590                                             &quot;source&quot;: &quot;DCAE&quot;,&#xd;
9591                                             &quot;target&quot;: &quot;APEX&quot;,&#xd;
9592                                             &quot;parameter&quot;: {&#xd;
9593                                                 &quot;entry&quot;: [&#xd;
9594                                                     {&#xd;
9595                                                         &quot;key&quot;: &quot;event&quot;,&#xd;
9596                                                         &quot;value&quot;: {&#xd;
9597                                                             &quot;key&quot;: &quot;event&quot;,&#xd;
9598                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9599                                                                 &quot;name&quot;: &quot;SimpleCL_VesEventType&quot;,&#xd;
9600                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9601                                                             },&#xd;
9602                                                             &quot;optional&quot;: false&#xd;
9603                                                         }&#xd;
9604                                                     }&#xd;
9605                                                 ]&#xd;
9606                                             },&#xd;
9607                                             &quot;toscaPolicyState&quot;: &quot;ENTRY&quot;&#xd;
9608                                         }&#xd;
9609                                     }&#xd;
9610                                 ]&#xd;
9611                             }&#xd;
9612                         },&#xd;
9613                         &quot;albums&quot;: {&#xd;
9614                             &quot;key&quot;: {&#xd;
9615                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Albums&quot;,&#xd;
9616                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9617                             },&#xd;
9618                             &quot;albums&quot;: {&#xd;
9619                                 &quot;entry&quot;: [&#xd;
9620                                     {&#xd;
9621                                         &quot;key&quot;: {&#xd;
9622                                             &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
9623                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9624                                         },&#xd;
9625                                         &quot;value&quot;: {&#xd;
9626                                             &quot;key&quot;: {&#xd;
9627                                                 &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
9628                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9629                                             },&#xd;
9630                                             &quot;scope&quot;: &quot;policy&quot;,&#xd;
9631                                             &quot;isWritable&quot;: true,&#xd;
9632                                             &quot;itemSchema&quot;: {&#xd;
9633                                                 &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbumType&quot;,&#xd;
9634                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9635                                             }&#xd;
9636                                         }&#xd;
9637                                     }&#xd;
9638                                 ]&#xd;
9639                             }&#xd;
9640                         },&#xd;
9641                         &quot;schemas&quot;: {&#xd;
9642                             &quot;key&quot;: {&#xd;
9643                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Schemas&quot;,&#xd;
9644                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9645                             },&#xd;
9646                             &quot;schemas&quot;: {&#xd;
9647                                 &quot;entry&quot;: [&#xd;
9648                                     {&#xd;
9649                                         &quot;key&quot;: {&#xd;
9650                                             &quot;name&quot;: &quot;SimpleBooleanType&quot;,&#xd;
9651                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9652                                         },&#xd;
9653                                         &quot;value&quot;: {&#xd;
9654                                             &quot;key&quot;: {&#xd;
9655                                                 &quot;name&quot;: &quot;SimpleBooleanType&quot;,&#xd;
9656                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9657                                             },&#xd;
9658                                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
9659                                             &quot;schemaDefinition&quot;: &quot;java.lang.Boolean&quot;&#xd;
9660                                         }&#xd;
9661                                     },&#xd;
9662                                     {&#xd;
9663                                         &quot;key&quot;: {&#xd;
9664                                             &quot;name&quot;: &quot;SimpleCL_AAIRequestErrorType&quot;,&#xd;
9665                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9666                                         },&#xd;
9667                                         &quot;value&quot;: {&#xd;
9668                                             &quot;key&quot;: {&#xd;
9669                                                 &quot;name&quot;: &quot;SimpleCL_AAIRequestErrorType&quot;,&#xd;
9670                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9671                                             },&#xd;
9672                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9673                                             &quot;schemaDefinition&quot;: &quot;{\n  \&quot;name\&quot;: \&quot;AAIRequestErrorType\&quot;,\n  \&quot;type\&quot;: \&quot;record\&quot;,\n  \&quot;fields\&quot;: [\n    {\n      \&quot;name\&quot;: \&quot;serviceException\&quot;,\n      \&quot;type\&quot;: {\n        \&quot;name\&quot;: \&quot;serviceException\&quot;,\n        \&quot;type\&quot;: \&quot;record\&quot;,\n        \&quot;fields\&quot;: [\n          {\n            \&quot;name\&quot;: \&quot;messageId\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n          },\n          {\n            \&quot;name\&quot;: \&quot;text\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n          },\n          {\n            \&quot;name\&quot;: \&quot;variables\&quot;,\n            \&quot;type\&quot;: {\n              \&quot;type\&quot;: \&quot;array\&quot;,\n              \&quot;items\&quot;: \&quot;string\&quot;\n            }\n          }\n        ]\n      }\n    }\n  ]\n}&quot;&#xd;
9674                                         }&#xd;
9675                                     },&#xd;
9676                                     {&#xd;
9677                                         &quot;key&quot;: {&#xd;
9678                                             &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
9679                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9680                                         },&#xd;
9681                                         &quot;value&quot;: {&#xd;
9682                                             &quot;key&quot;: {&#xd;
9683                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
9684                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9685                                             },&#xd;
9686                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9687                                             &quot;schemaDefinition&quot;: &quot;{\n    \&quot;type\&quot;: \&quot;record\&quot;,\n    \&quot;name\&quot;: \&quot;CDSActionIdentifiers_Type\&quot;,\n    \&quot;fields\&quot;: [\n        {\n            \&quot;name\&quot;: \&quot;actionName\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n        },\n        {\n            \&quot;name\&quot;: \&quot;blueprintName\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n        },\n        {\n            \&quot;name\&quot;: \&quot;blueprintVersion\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n        },\n        {\n            \&quot;name\&quot;: \&quot;mode\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n        }\n    ]\n}&quot;&#xd;
9688                                         }&#xd;
9689                                     },&#xd;
9690                                     {&#xd;
9691                                         &quot;key&quot;: {&#xd;
9692                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&quot;,&#xd;
9693                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9694                                         },&#xd;
9695                                         &quot;value&quot;: {&#xd;
9696                                             &quot;key&quot;: {&#xd;
9697                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&quot;,&#xd;
9698                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9699                                             },&#xd;
9700                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9701                                             &quot;schemaDefinition&quot;: &quot;{\n  \&quot;type\&quot;: \&quot;map\&quot;,\n  \&quot;values\&quot;: {\n    \&quot;type\&quot;: \&quot;record\&quot;,\n    \&quot;name\&quot;: \&quot;CDSConfigModifyRequestPayloadEntry\&quot;,\n    \&quot;fields\&quot;: [\n      {\n        \&quot;name\&quot;: \&quot;hostname\&quot;,\n        \&quot;type\&quot;: \&quot;string\&quot;\n      },\n      {\n        \&quot;name\&quot;: \&quot;IP\&quot;,\n        \&quot;type\&quot;: \&quot;string\&quot;\n      },\n      {\n        \&quot;name\&quot;: \&quot;pnfName\&quot;,\n        \&quot;type\&quot;: \&quot;string\&quot;\n      }\n    ]\n  }\n}&quot;&#xd;
9702                                         }&#xd;
9703                                     },&#xd;
9704                                     {&#xd;
9705                                         &quot;key&quot;: {&#xd;
9706                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyResponsePayloadType&quot;,&#xd;
9707                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9708                                         },&#xd;
9709                                         &quot;value&quot;: {&#xd;
9710                                             &quot;key&quot;: {&#xd;
9711                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyResponsePayloadType&quot;,&#xd;
9712                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9713                                             },&#xd;
9714                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9715                                             &quot;schemaDefinition&quot;: &quot;{\n  \&quot;name\&quot;: \&quot;CDSConfigResponsePayloadEntry\&quot;,\n  \&quot;type\&quot;: \&quot;record\&quot;,\n  \&quot;fields\&quot;: [\n    {\n      \&quot;name\&quot;: \&quot;update_DasH_config_DasH_response\&quot;,\n      \&quot;type\&quot;: {\n        \&quot;name\&quot;: \&quot;update_DasH_config_DasH_response\&quot;,\n        \&quot;type\&quot;: \&quot;record\&quot;,\n        \&quot;fields\&quot;: [\n          {\n              \&quot;name\&quot;: \&quot;execute_DasH_command_DasH_logs\&quot;,\n              \&quot;type\&quot;: {\n                \&quot;type\&quot;: \&quot;array\&quot;,\n                \&quot;items\&quot;: \&quot;string\&quot;\n              }\n          },\n          {\n              \&quot;name\&quot;: \&quot;prepare_DasH_environment_DasH_logs\&quot;,\n              \&quot;type\&quot;: {\n                \&quot;type\&quot;: \&quot;array\&quot;,\n                \&quot;items\&quot;: \&quot;string\&quot;\n              }\n          }\n        ]\n      }\n    }\n  ]\n}&quot;&#xd;
9716                                         }&#xd;
9717                                     },&#xd;
9718                                     {&#xd;
9719                                         &quot;key&quot;: {&#xd;
9720                                             &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseCommonHeaderType&quot;,&#xd;
9721                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9722                                         },&#xd;
9723                                         &quot;value&quot;: {&#xd;
9724                                             &quot;key&quot;: {&#xd;
9725                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseCommonHeaderType&quot;,&#xd;
9726                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9727                                             },&#xd;
9728                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9729                                             &quot;schemaDefinition&quot;: &quot;{\n    \&quot;type\&quot;: \&quot;record\&quot;,\n    \&quot;name\&quot;: \&quot;CDSResponseCommonHeader_Type\&quot;,\n    \&quot;fields\&quot;: [\n        {\n            \&quot;name\&quot;: \&quot;originatorId\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n        },\n        {\n            \&quot;name\&quot;: \&quot;requestId\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n        },\n        {\n            \&quot;name\&quot;: \&quot;subRequestId\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n        },\n        {\n            \&quot;name\&quot;: \&quot;timestamp\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n        }\n    ]\n}&quot;&#xd;
9730                                         }&#xd;
9731                                     },&#xd;
9732                                     {&#xd;
9733                                         &quot;key&quot;: {&#xd;
9734                                             &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseStatusType&quot;,&#xd;
9735                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9736                                         },&#xd;
9737                                         &quot;value&quot;: {&#xd;
9738                                             &quot;key&quot;: {&#xd;
9739                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseStatusType&quot;,&#xd;
9740                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9741                                             },&#xd;
9742                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9743                                             &quot;schemaDefinition&quot;: &quot;{\n    \&quot;type\&quot;: \&quot;record\&quot;,\n    \&quot;name\&quot;: \&quot;CDSResponseStatus_Type\&quot;,\n    \&quot;fields\&quot;: [\n        {\n            \&quot;name\&quot;: \&quot;code\&quot;,\n            \&quot;type\&quot;: \&quot;int\&quot;\n        },\n        {\n            \&quot;name\&quot;: \&quot;timestamp\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n        },\n        {\n            \&quot;name\&quot;: \&quot;message\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n        },\n        {\n            \&quot;name\&quot;: \&quot;errorMessage\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n        }\n    ]\n}&quot;&#xd;
9744                                         }&#xd;
9745                                     },&#xd;
9746                                     {&#xd;
9747                                         &quot;key&quot;: {&#xd;
9748                                             &quot;name&quot;: &quot;SimpleCL_CDSRequestCommonHeaderType&quot;,&#xd;
9749                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9750                                         },&#xd;
9751                                         &quot;value&quot;: {&#xd;
9752                                             &quot;key&quot;: {&#xd;
9753                                                 &quot;name&quot;: &quot;SimpleCL_CDSRequestCommonHeaderType&quot;,&#xd;
9754                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9755                                             },&#xd;
9756                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9757                                             &quot;schemaDefinition&quot;: &quot;{\n    \&quot;type\&quot;: \&quot;record\&quot;,\n    \&quot;name\&quot;: \&quot;CDSRequestCommonHeader_Type\&quot;,\n    \&quot;fields\&quot;: [\n        {\n            \&quot;name\&quot;: \&quot;originatorId\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n        },\n        {\n            \&quot;name\&quot;: \&quot;requestId\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n        },\n        {\n            \&quot;name\&quot;: \&quot;subRequestId\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n        }\n    ]\n}&quot;&#xd;
9758                                         }&#xd;
9759                                     },&#xd;
9760                                     {&#xd;
9761                                         &quot;key&quot;: {&#xd;
9762                                             &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseCommonHeaderType&quot;,&#xd;
9763                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9764                                         },&#xd;
9765                                         &quot;value&quot;: {&#xd;
9766                                             &quot;key&quot;: {&#xd;
9767                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseCommonHeaderType&quot;,&#xd;
9768                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9769                                             },&#xd;
9770                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9771                                             &quot;schemaDefinition&quot;: &quot;{\n    \&quot;type\&quot;: \&quot;record\&quot;,\n    \&quot;name\&quot;: \&quot;CDSResponseCommonHeader_Type\&quot;,\n    \&quot;fields\&quot;: [\n        {\n            \&quot;name\&quot;: \&quot;originatorId\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n        },\n        {\n            \&quot;name\&quot;: \&quot;requestId\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n        },\n        {\n            \&quot;name\&quot;: \&quot;subRequestId\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n        },\n        {\n            \&quot;name\&quot;: \&quot;timestamp\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n        }\n    ]\n}&quot;&#xd;
9772                                         }&#xd;
9773                                     },&#xd;
9774                                     {&#xd;
9775                                         &quot;key&quot;: {&#xd;
9776                                             &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseStatusType&quot;,&#xd;
9777                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9778                                         },&#xd;
9779                                         &quot;value&quot;: {&#xd;
9780                                             &quot;key&quot;: {&#xd;
9781                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseStatusType&quot;,&#xd;
9782                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9783                                             },&#xd;
9784                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9785                                             &quot;schemaDefinition&quot;: &quot;{\n    \&quot;type\&quot;: \&quot;record\&quot;,\n    \&quot;name\&quot;: \&quot;CDSResponseStatus_Type\&quot;,\n    \&quot;fields\&quot;: [\n        {\n            \&quot;name\&quot;: \&quot;code\&quot;,\n            \&quot;type\&quot;: \&quot;int\&quot;\n        },\n        {\n            \&quot;name\&quot;: \&quot;eventType\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n        },\n        {\n            \&quot;name\&quot;: \&quot;timestamp\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n        },\n        {\n            \&quot;name\&quot;: \&quot;message\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n        }\n    ]\n}&quot;&#xd;
9786                                         }&#xd;
9787                                     },&#xd;
9788                                     {&#xd;
9789                                         &quot;key&quot;: {&#xd;
9790                                             &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbumType&quot;,&#xd;
9791                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9792                                         },&#xd;
9793                                         &quot;value&quot;: {&#xd;
9794                                             &quot;key&quot;: {&#xd;
9795                                                 &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbumType&quot;,&#xd;
9796                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9797                                             },&#xd;
9798                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9799                                             &quot;schemaDefinition&quot;: &quot;{\n  \&quot;name\&quot;: \&quot;eventDetails\&quot;,\n  \&quot;type\&quot;: \&quot;record\&quot;,\n  \&quot;fields\&quot;: [\n    {\n      \&quot;name\&quot;: \&quot;commonEventHeader\&quot;,\n      \&quot;type\&quot;: {\n        \&quot;name\&quot;: \&quot;commonEventHeader\&quot;,\n        \&quot;type\&quot;: \&quot;record\&quot;,\n        \&quot;fields\&quot;: [\n          {\n            \&quot;name\&quot;: \&quot;domain\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n          },\n          {\n            \&quot;name\&quot;: \&quot;eventId\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n          },\n          {\n            \&quot;name\&quot;: \&quot;eventName\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n          },\n          {\n            \&quot;name\&quot;: \&quot;lastEpochMicrosec\&quot;,\n            \&quot;type\&quot;: \&quot;long\&quot;\n          },\n          {\n            \&quot;name\&quot;: \&quot;priority\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n          },\n          {\n            \&quot;name\&quot;: \&quot;reportingEntityName\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n          },\n          {\n            \&quot;name\&quot;: \&quot;sequence\&quot;,\n            \&quot;type\&quot;: \&quot;int\&quot;\n          },\n          {\n            \&quot;name\&quot;: \&quot;sourceId\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n          },\n          {\n            \&quot;name\&quot;: \&quot;sourceName\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n          },\n          {\n            \&quot;name\&quot;: \&quot;startEpochMicrosec\&quot;,\n            \&quot;type\&quot;: \&quot;long\&quot;\n          },\n          {\n            \&quot;name\&quot;: \&quot;timeZoneOffset\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n          },\n          {\n            \&quot;name\&quot;: \&quot;version\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n          },\n          {\n            \&quot;name\&quot;: \&quot;internalHeaderFields\&quot;,\n            \&quot;type\&quot;: {\n              \&quot;name\&quot;: \&quot;internalHeaderFields\&quot;,\n              \&quot;type\&quot;: \&quot;record\&quot;,\n              \&quot;fields\&quot;: []\n            }\n          },\n          {\n            \&quot;name\&quot;: \&quot;vesEventListenerVersion\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n          }\n        ]\n      }\n    },\n    {\n      \&quot;name\&quot;: \&quot;otherFields\&quot;,\n      \&quot;type\&quot;: {\n        \&quot;name\&quot;: \&quot;otherFields\&quot;,\n        \&quot;type\&quot;: \&quot;record\&quot;,\n        \&quot;fields\&quot;: [\n          {\n            \&quot;name\&quot;: \&quot;hashMap\&quot;,\n            \&quot;type\&quot;: {\n              \&quot;name\&quot;: \&quot;hashMap\&quot;,\n              \&quot;type\&quot;: \&quot;record\&quot;,\n              \&quot;fields\&quot;: [\n                {\n                  \&quot;name\&quot;: \&quot;hostname\&quot;,\n                  \&quot;type\&quot;: \&quot;string\&quot;\n                },\n                {\n                  \&quot;name\&quot;: \&quot;pnfName\&quot;,\n                  \&quot;type\&quot;: \&quot;string\&quot;\n                },\n                {\n                  \&quot;name\&quot;: \&quot;pnfId\&quot;,\n                  \&quot;type\&quot;: \&quot;string\&quot;\n                },\n                {\n                  \&quot;name\&quot;: \&quot;ip\&quot;,\n                  \&quot;type\&quot;: \&quot;string\&quot;\n                }\n              ]\n            }\n          },\n          {\n            \&quot;name\&quot;: \&quot;otherFieldsVersion\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n          }\n        ]\n      }\n    },\n    {\n      \&quot;name\&quot;: \&quot;target\&quot;,\n      \&quot;type\&quot;: {\n        \&quot;name\&quot;: \&quot;target\&quot;,\n        \&quot;type\&quot;: \&quot;record\&quot;,\n        \&quot;fields\&quot;: [\n          {\n            \&quot;name\&quot;: \&quot;targetType\&quot;,\n            \&quot;type\&quot;: \&quot;string\&quot;\n          },\n          {\n            \&quot;name\&quot;: \&quot;entityInfo\&quot;,\n            \&quot;type\&quot;: {\n              \&quot;name\&quot;: \&quot;entityInfo\&quot;,\n              \&quot;type\&quot;: \&quot;record\&quot;,\n              \&quot;fields\&quot;: [\n                {\n                  \&quot;name\&quot;: \&quot;name\&quot;,\n                  \&quot;type\&quot;: \&quot;string\&quot;\n                }\n              ]\n            }\n          }\n        ]\n      }\n    },\n    {\n      \&quot;name\&quot;: \&quot;generatedHostname\&quot;,\n      \&quot;type\&quot;: \&quot;string\&quot;\n    }\n  ]\n}&quot;&#xd;
9800                                         }&#xd;
9801                                     },&#xd;
9802                                     {&#xd;
9803                                         &quot;key&quot;: {&#xd;
9804                                             &quot;name&quot;: &quot;SimpleCL_VesEventType&quot;,&#xd;
9805                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9806                                         },&#xd;
9807                                         &quot;value&quot;: {&#xd;
9808                                             &quot;key&quot;: {&#xd;
9809                                                 &quot;name&quot;: &quot;SimpleCL_VesEventType&quot;,&#xd;
9810                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9811                                             },&#xd;
9812                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9813                                             &quot;schemaDefinition&quot;: &quot;{\n   \&quot;name\&quot;:\&quot;event\&quot;,\n   \&quot;type\&quot;:\&quot;record\&quot;,\n   \&quot;fields\&quot;:[\n      {\n         \&quot;name\&quot;:\&quot;commonEventHeader\&quot;,\n         \&quot;type\&quot;:{\n            \&quot;name\&quot;:\&quot;commonEventHeader\&quot;,\n            \&quot;type\&quot;:\&quot;record\&quot;,\n            \&quot;fields\&quot;:[\n               {\n                  \&quot;name\&quot;:\&quot;domain\&quot;,\n                  \&quot;type\&quot;:\&quot;string\&quot;\n               },\n               {\n                  \&quot;name\&quot;:\&quot;eventId\&quot;,\n                  \&quot;type\&quot;:\&quot;string\&quot;\n               },\n               {\n                  \&quot;name\&quot;:\&quot;eventName\&quot;,\n                  \&quot;type\&quot;:\&quot;string\&quot;\n               },\n               {\n                  \&quot;name\&quot;:\&quot;lastEpochMicrosec\&quot;,\n                  \&quot;type\&quot;:\&quot;long\&quot;\n               },\n               {\n                  \&quot;name\&quot;:\&quot;priority\&quot;,\n                  \&quot;type\&quot;:\&quot;string\&quot;\n               },\n               {\n                  \&quot;name\&quot;:\&quot;reportingEntityName\&quot;,\n                  \&quot;type\&quot;:\&quot;string\&quot;\n               },\n               {\n                  \&quot;name\&quot;:\&quot;sequence\&quot;,\n                  \&quot;type\&quot;:\&quot;int\&quot;\n               },\n               {\n                  \&quot;name\&quot;:\&quot;sourceId\&quot;,\n                  \&quot;type\&quot;:\&quot;string\&quot;\n               },\n               {\n                  \&quot;name\&quot;:\&quot;sourceName\&quot;,\n                  \&quot;type\&quot;:\&quot;string\&quot;\n               },\n               {\n                  \&quot;name\&quot;:\&quot;startEpochMicrosec\&quot;,\n                  \&quot;type\&quot;:\&quot;long\&quot;\n               },\n               {\n                  \&quot;name\&quot;:\&quot;version\&quot;,\n                  \&quot;type\&quot;:\&quot;string\&quot;\n               },\n               {\n                  \&quot;name\&quot;:\&quot;internalHeaderFields\&quot;,\n                  \&quot;type\&quot;:{\n                     \&quot;name\&quot;:\&quot;internalHeaderFields\&quot;,\n                     \&quot;type\&quot;:\&quot;record\&quot;,\n                     \&quot;fields\&quot;:[\n\n                     ]\n                  }\n               },\n               {\n                  \&quot;name\&quot;:\&quot;vesEventListenerVersion\&quot;,\n                  \&quot;type\&quot;:\&quot;string\&quot;\n               }\n            ]\n         }\n      },\n      {\n         \&quot;name\&quot;:\&quot;otherFields\&quot;,\n         \&quot;type\&quot;:{\n            \&quot;name\&quot;:\&quot;otherFields\&quot;,\n            \&quot;type\&quot;:\&quot;record\&quot;,\n            \&quot;fields\&quot;:[\n               {\n                  \&quot;name\&quot;:\&quot;hashMap\&quot;,\n                  \&quot;type\&quot;:{\n                     \&quot;name\&quot;:\&quot;hashMap\&quot;,\n                     \&quot;type\&quot;:\&quot;record\&quot;,\n                     \&quot;fields\&quot;:[\n                        {\n                           \&quot;name\&quot;:\&quot;hostname\&quot;,\n                           \&quot;type\&quot;:\&quot;string\&quot;\n                        },\n                        {\n                           \&quot;name\&quot;:\&quot;pnfName\&quot;,\n                           \&quot;type\&quot;:\&quot;string\&quot;\n                        },\n                        {\n                           \&quot;name\&quot;:\&quot;pnfId\&quot;,\n                           \&quot;type\&quot;:\&quot;string\&quot;\n                        },\n                        {\n                           \&quot;name\&quot;:\&quot;ip\&quot;,\n                           \&quot;type\&quot;:\&quot;string\&quot;\n                        }\n                     ]\n                  }\n               },\n               {\n                  \&quot;name\&quot;:\&quot;otherFieldsVersion\&quot;,\n                  \&quot;type\&quot;:\&quot;string\&quot;\n               }\n            ]\n         }\n      }\n   ]\n}&quot;&#xd;
9814                                         }&#xd;
9815                                     },&#xd;
9816                                     {&#xd;
9817                                         &quot;key&quot;: {&#xd;
9818                                             &quot;name&quot;: &quot;SimpleLongType&quot;,&#xd;
9819                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9820                                         },&#xd;
9821                                         &quot;value&quot;: {&#xd;
9822                                             &quot;key&quot;: {&#xd;
9823                                                 &quot;name&quot;: &quot;SimpleLongType&quot;,&#xd;
9824                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9825                                             },&#xd;
9826                                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
9827                                             &quot;schemaDefinition&quot;: &quot;java.lang.Long&quot;&#xd;
9828                                         }&#xd;
9829                                     },&#xd;
9830                                     {&#xd;
9831                                         &quot;key&quot;: {&#xd;
9832                                             &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9833                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9834                                         },&#xd;
9835                                         &quot;value&quot;: {&#xd;
9836                                             &quot;key&quot;: {&#xd;
9837                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9838                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9839                                             },&#xd;
9840                                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
9841                                             &quot;schemaDefinition&quot;: &quot;java.lang.String&quot;&#xd;
9842                                         }&#xd;
9843                                     }&#xd;
9844                                 ]&#xd;
9845                             }&#xd;
9846                         }&#xd;
9847                     }&#xd;
9848                 }&#xd;
9849             }&#xd;
9850         }&#xd;
9851     }&#xd;
9852 }</stringProp>
9853                 <stringProp name="Argument.metadata">=</stringProp>
9854               </elementProp>
9855             </collectionProp>
9856           </elementProp>
9857           <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp>
9858           <stringProp name="HTTPSampler.port">${API_PORT}</stringProp>
9859           <stringProp name="HTTPSampler.protocol">http</stringProp>
9860           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
9861           <stringProp name="HTTPSampler.path">/policy/api/v1/nodetemplates</stringProp>
9862           <stringProp name="HTTPSampler.method">POST</stringProp>
9863           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
9864           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
9865           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
9866           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
9867           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
9868           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
9869           <stringProp name="HTTPSampler.response_timeout"></stringProp>
9870           <stringProp name="TestPlan.comments">Create Nodetemplate metadata for sampleGroup policy</stringProp>
9871         </HTTPSamplerProxy>
9872         <hashTree>
9873           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
9874             <collectionProp name="Asserion.test_strings">
9875               <stringProp name="49586">200</stringProp>
9876             </collectionProp>
9877             <stringProp name="Assertion.custom_message"></stringProp>
9878             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
9879             <boolProp name="Assertion.assume_success">false</boolProp>
9880             <intProp name="Assertion.test_type">1</intProp>
9881           </ResponseAssertion>
9882           <hashTree/>
9883         </hashTree>
9884         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Create Policy for sampleGroup" enabled="true">
9885           <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
9886           <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
9887             <collectionProp name="Arguments.arguments">
9888               <elementProp name="" elementType="HTTPArgument">
9889                 <boolProp name="HTTPArgument.always_encode">false</boolProp>
9890                 <stringProp name="Argument.value">{&#xd;
9891     &quot;tosca_definitions_version&quot;: &quot;tosca_simple_yaml_1_1_0&quot;,&#xd;
9892     &quot;topology_template&quot;: {&#xd;
9893         &quot;policies&quot;: [&#xd;
9894             {&#xd;
9895                 &quot;operational.apex.stabilityTestSampleDomain&quot;: {&#xd;
9896                     &quot;type&quot;: &quot;onap.policies.native.Apex&quot;,&#xd;
9897                     &quot;type_version&quot;: &quot;1.0.0&quot;,&#xd;
9898                     &quot;name&quot;: &quot;operational.apex.stabilityTestSampleDomain&quot;,&#xd;
9899                     &quot;version&quot;: &quot;1.0.0&quot;,&#xd;
9900                     &quot;metadata&quot;: {&#xd;
9901                         &quot;metadataSetName&quot;: &quot;apex.metadata.pnf&quot;,&#xd;
9902                         &quot;metadataSetVersion&quot;: &quot;1.0.0&quot;&#xd;
9903                     },&#xd;
9904                     &quot;properties&quot;: {&#xd;
9905                         &quot;engineServiceParameters&quot;: {&#xd;
9906                             &quot;name&quot;: &quot;TestApexEnginePnf&quot;,&#xd;
9907                             &quot;version&quot;: &quot;0.0.1&quot;,&#xd;
9908                             &quot;id&quot;: 45,&#xd;
9909                             &quot;instanceCount&quot;: 4,&#xd;
9910                             &quot;deploymentPort&quot;: 12561,&#xd;
9911                             &quot;engineParameters&quot;: {&#xd;
9912                                 &quot;executorParameters&quot;: {&#xd;
9913                                     &quot;JAVASCRIPT&quot;: {&#xd;
9914                                         &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.executor.javascript.JavascriptExecutorParameters&quot;&#xd;
9915                                     }&#xd;
9916                                 },&#xd;
9917                                 &quot;contextParameters&quot;: {&#xd;
9918                                     &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.context.parameters.ContextParameters&quot;,&#xd;
9919                                     &quot;schemaParameters&quot;: {&#xd;
9920                                         &quot;Avro&quot;: {&#xd;
9921                                             &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.context.schema.avro.AvroSchemaHelperParameters&quot;&#xd;
9922                                         }&#xd;
9923                                     }&#xd;
9924                                 },&#xd;
9925                                 &quot;taskParameters&quot;: [&#xd;
9926                                     {&#xd;
9927                                         &quot;key&quot;: &quot;logUrl&quot;,&#xd;
9928                                         &quot;value&quot;: &quot;http://message-router:3904/events/APEX-CL-MGT&quot;&#xd;
9929                                     }&#xd;
9930                                 ]&#xd;
9931                             }&#xd;
9932                         },&#xd;
9933                         &quot;eventInputParameters&quot;: {&#xd;
9934                             &quot;SimpleCL_DCAEConsumer&quot;: {&#xd;
9935                                 &quot;carrierTechnologyParameters&quot;: {&#xd;
9936                                     &quot;carrierTechnology&quot;: &quot;RESTCLIENT&quot;,&#xd;
9937                                     &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.event.carrier.restclient.RestClientCarrierTechnologyParameters&quot;,&#xd;
9938                                     &quot;parameters&quot;: {&#xd;
9939                                         &quot;url&quot;: &quot;http://message-router:3904/events/apex-pnf-input/cl/apex?timeout=30000&quot;&#xd;
9940                                     }&#xd;
9941                                 },&#xd;
9942                                 &quot;eventProtocolParameters&quot;: {&#xd;
9943                                     &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
9944                                 },&#xd;
9945                                 &quot;eventName&quot;: &quot;SimpleCL_VesEvent&quot;&#xd;
9946                             },&#xd;
9947                             &quot;SimpleCL_AAIResponseConsumer&quot;: {&#xd;
9948                                 &quot;carrierTechnologyParameters&quot;: {&#xd;
9949                                     &quot;carrierTechnology&quot;: &quot;RESTREQUESTOR&quot;,&#xd;
9950                                     &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.event.carrier.restrequestor.RestRequestorCarrierTechnologyParameters&quot;,&#xd;
9951                                     &quot;parameters&quot;: {&#xd;
9952                                         &quot;url&quot;: &quot;https://aai:8443/aai/v14/network/pnfs/pnf/{pnfName}&quot;,&#xd;
9953                                         &quot;httpMethod&quot;: &quot;GET&quot;,&#xd;
9954                                         &quot;httpCodeFilter&quot;: &quot;[2-5][0-1][0-9]&quot;,&#xd;
9955                                         &quot;httpHeaders&quot;: [&#xd;
9956                                             [&#xd;
9957                                                 &quot;Accept&quot;,&#xd;
9958                                                 &quot;application/json&quot;&#xd;
9959                                             ],&#xd;
9960                                             [&#xd;
9961                                                 &quot;Content-Type&quot;,&#xd;
9962                                                 &quot;application/json&quot;&#xd;
9963                                             ],&#xd;
9964                                             [&#xd;
9965                                                 &quot;X-FromAppId&quot;,&#xd;
9966                                                 &quot;dcae-curl&quot;&#xd;
9967                                             ],&#xd;
9968                                             [&#xd;
9969                                                 &quot;x-transactionId&quot;,&#xd;
9970                                                 &quot;9998&quot;&#xd;
9971                                             ],&#xd;
9972                                             [&#xd;
9973                                                 &quot;Authorization&quot;,&#xd;
9974                                                 &quot;Basic QUFJOkFBSQ==&quot;&#xd;
9975                                             ]&#xd;
9976                                         ]&#xd;
9977                                     }&#xd;
9978                                 },&#xd;
9979                                 &quot;eventProtocolParameters&quot;: {&#xd;
9980                                     &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
9981                                 },&#xd;
9982                                 &quot;eventName&quot;: &quot;SimpleCL_AAISuccessResponseEvent|SimpleCL_AAIFailureResponseEvent&quot;,&#xd;
9983                                 &quot;requestorMode&quot;: true,&#xd;
9984                                 &quot;requestorPeer&quot;: &quot;SimpleCL_AAIProducer&quot;,&#xd;
9985                                 &quot;requestorTimeout&quot;: 2000&#xd;
9986                             },&#xd;
9987                             &quot;SimpleCL_CDSConfigModifyResponseConsumer&quot;: {&#xd;
9988                                 &quot;carrierTechnologyParameters&quot;: {&#xd;
9989                                     &quot;carrierTechnology&quot;: &quot;GRPC&quot;,&#xd;
9990                                     &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.event.carrier.grpc.GrpcCarrierTechnologyParameters&quot;&#xd;
9991                                 },&#xd;
9992                                 &quot;eventProtocolParameters&quot;: {&#xd;
9993                                     &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
9994                                 },&#xd;
9995                                 &quot;eventName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseEvent|SimpleCL_CDSConfigModifyFailureResponseEvent&quot;,&#xd;
9996                                 &quot;requestorMode&quot;: true,&#xd;
9997                                 &quot;requestorPeer&quot;: &quot;SimpleCL_CDSConfigModifyRequestProducer&quot;,&#xd;
9998                                 &quot;requestorTimeout&quot;: 500&#xd;
9999                             }&#xd;
10000                         },&#xd;
10001                         &quot;eventOutputParameters&quot;: {&#xd;
10002                             &quot;SimpleCL_AAIProducer&quot;: {&#xd;
10003                                 &quot;carrierTechnologyParameters&quot;: {&#xd;
10004                                     &quot;carrierTechnology&quot;: &quot;RESTREQUESTOR&quot;,&#xd;
10005                                     &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.event.carrier.restrequestor.RestRequestorCarrierTechnologyParameters&quot;&#xd;
10006                                 },&#xd;
10007                                 &quot;eventProtocolParameters&quot;: {&#xd;
10008                                     &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
10009                                 },&#xd;
10010                                 &quot;eventNameFilter&quot;: &quot;SimpleCL_AAIRequestEvent&quot;,&#xd;
10011                                 &quot;requestorMode&quot;: true,&#xd;
10012                                 &quot;requestorPeer&quot;: &quot;SimpleCL_AAIResponseConsumer&quot;,&#xd;
10013                                 &quot;requestorTimeout&quot;: 2000&#xd;
10014                             },&#xd;
10015                             &quot;SimpleCL_CDSConfigModifyRequestProducer&quot;: {&#xd;
10016                                 &quot;carrierTechnologyParameters&quot;: {&#xd;
10017                                     &quot;carrierTechnology&quot;: &quot;GRPC&quot;,&#xd;
10018                                     &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.event.carrier.grpc.GrpcCarrierTechnologyParameters&quot;,&#xd;
10019                                     &quot;parameters&quot;: {&#xd;
10020                                         &quot;host&quot;: &quot;cds-blueprints-processor-grpc&quot;,&#xd;
10021                                         &quot;port&quot;: 9111,&#xd;
10022                                         &quot;username&quot;: &quot;ccsdkapps&quot;,&#xd;
10023                                         &quot;password&quot;: &quot;ccsdkapps&quot;,&#xd;
10024                                         &quot;timeout&quot;: 60&#xd;
10025                                     }&#xd;
10026                                 },&#xd;
10027                                 &quot;eventProtocolParameters&quot;: {&#xd;
10028                                     &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
10029                                 },&#xd;
10030                                 &quot;eventNameFilter&quot;: &quot;SimpleCL_CDSConfigModifyRequestEvent&quot;,&#xd;
10031                                 &quot;requestorMode&quot;: true,&#xd;
10032                                 &quot;requestorPeer&quot;: &quot;SimpleCL_CDSConfigModifyResponseConsumer&quot;,&#xd;
10033                                 &quot;requestorTimeout&quot;: 500&#xd;
10034                             },&#xd;
10035                             &quot;SimpleCL_logOutputter&quot;: {&#xd;
10036                                 &quot;carrierTechnologyParameters&quot;: {&#xd;
10037                                     &quot;carrierTechnology&quot;: &quot;FILE&quot;,&#xd;
10038                                     &quot;parameters&quot;: {&#xd;
10039                                         &quot;fileName&quot;: &quot;outputevents.log&quot;&#xd;
10040                                     }&#xd;
10041                                 },&#xd;
10042                                 &quot;eventProtocolParameters&quot;: {&#xd;
10043                                     &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
10044                                 }&#xd;
10045                             }&#xd;
10046                         }&#xd;
10047                     }&#xd;
10048                 }&#xd;
10049             }&#xd;
10050         ]&#xd;
10051     }&#xd;
10052 }</stringProp>
10053                 <stringProp name="Argument.metadata">=</stringProp>
10054               </elementProp>
10055             </collectionProp>
10056           </elementProp>
10057           <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp>
10058           <stringProp name="HTTPSampler.port">${API_PORT}</stringProp>
10059           <stringProp name="HTTPSampler.protocol">http</stringProp>
10060           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
10061           <stringProp name="HTTPSampler.path">/policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Apex/versions/1.0.0/policies</stringProp>
10062           <stringProp name="HTTPSampler.method">POST</stringProp>
10063           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10064           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
10065           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10066           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
10067           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
10068           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
10069           <stringProp name="HTTPSampler.response_timeout"></stringProp>
10070         </HTTPSamplerProxy>
10071         <hashTree>
10072           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10073             <collectionProp name="Asserion.test_strings">
10074               <stringProp name="49586">200</stringProp>
10075             </collectionProp>
10076             <stringProp name="Assertion.custom_message"></stringProp>
10077             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10078             <boolProp name="Assertion.assume_success">false</boolProp>
10079             <intProp name="Assertion.test_type">1</intProp>
10080           </ResponseAssertion>
10081           <hashTree/>
10082         </hashTree>
10083         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Change State to ACTIVE (defaultGroup)" enabled="true">
10084           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
10085             <collectionProp name="Arguments.arguments"/>
10086           </elementProp>
10087           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10088           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10089           <stringProp name="HTTPSampler.protocol">http</stringProp>
10090           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
10091           <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/groups/defaultGroup?state=ACTIVE</stringProp>
10092           <stringProp name="HTTPSampler.method">PUT</stringProp>
10093           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10094           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
10095           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10096           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
10097           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
10098           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
10099           <stringProp name="HTTPSampler.response_timeout"></stringProp>
10100         </HTTPSamplerProxy>
10101         <hashTree>
10102           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10103             <collectionProp name="Asserion.test_strings">
10104               <stringProp name="49586">200</stringProp>
10105             </collectionProp>
10106             <stringProp name="Assertion.custom_message"></stringProp>
10107             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10108             <boolProp name="Assertion.assume_success">false</boolProp>
10109             <intProp name="Assertion.test_type">1</intProp>
10110           </ResponseAssertion>
10111           <hashTree/>
10112         </hashTree>
10113         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Create/Update PDP Group" enabled="true">
10114           <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
10115           <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
10116             <collectionProp name="Arguments.arguments">
10117               <elementProp name="" elementType="HTTPArgument">
10118                 <boolProp name="HTTPArgument.always_encode">false</boolProp>
10119                 <stringProp name="Argument.value">{&#xd;
10120     &quot;groups&quot;: [&#xd;
10121         {&#xd;
10122             &quot;name&quot;: &quot;sampleGroup&quot;,&#xd;
10123             &quot;pdpGroupState&quot;: &quot;ACTIVE&quot;,&#xd;
10124             &quot;properties&quot;: {},&#xd;
10125             &quot;pdpSubgroups&quot;: [&#xd;
10126                 {&#xd;
10127                     &quot;pdpType&quot;: &quot;apex&quot;,&#xd;
10128                     &quot;desiredInstanceCount&quot;: 1,&#xd;
10129                     &quot;properties&quot;: {},&#xd;
10130                     &quot;supportedPolicyTypes&quot;: [&#xd;
10131                         {&#xd;
10132                             &quot;name&quot;: &quot;onap.policies.native.Apex&quot;,&#xd;
10133                             &quot;version&quot;: &quot;1.0.0&quot;&#xd;
10134                         }&#xd;
10135                     ],&#xd;
10136                     &quot;policies&quot;: []&#xd;
10137                 }&#xd;
10138             ]&#xd;
10139         }&#xd;
10140     ]&#xd;
10141 }</stringProp>
10142                 <stringProp name="Argument.metadata">=</stringProp>
10143               </elementProp>
10144             </collectionProp>
10145           </elementProp>
10146           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10147           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10148           <stringProp name="HTTPSampler.protocol">http</stringProp>
10149           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
10150           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps/groups/batch</stringProp>
10151           <stringProp name="HTTPSampler.method">POST</stringProp>
10152           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10153           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
10154           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10155           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
10156           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
10157           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
10158           <stringProp name="HTTPSampler.response_timeout"></stringProp>
10159           <stringProp name="TestPlan.comments">create SampleGroup </stringProp>
10160         </HTTPSamplerProxy>
10161         <hashTree>
10162           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10163             <collectionProp name="Asserion.test_strings">
10164               <stringProp name="49586">200</stringProp>
10165             </collectionProp>
10166             <stringProp name="Assertion.custom_message"></stringProp>
10167             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10168             <boolProp name="Assertion.assume_success">false</boolProp>
10169             <intProp name="Assertion.test_type">1</intProp>
10170           </ResponseAssertion>
10171           <hashTree/>
10172         </hashTree>
10173         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check PdpGroup Query" enabled="true">
10174           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
10175             <collectionProp name="Arguments.arguments"/>
10176           </elementProp>
10177           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10178           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10179           <stringProp name="HTTPSampler.protocol">http</stringProp>
10180           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
10181           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps</stringProp>
10182           <stringProp name="HTTPSampler.method">GET</stringProp>
10183           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10184           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
10185           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10186           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
10187           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
10188           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
10189           <stringProp name="HTTPSampler.response_timeout"></stringProp>
10190           <stringProp name="TestPlan.comments">Check PdpGroup Query</stringProp>
10191         </HTTPSamplerProxy>
10192         <hashTree>
10193           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
10194             <stringProp name="ConstantTimer.delay">120000</stringProp>
10195           </ConstantTimer>
10196           <hashTree/>
10197           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10198             <collectionProp name="Asserion.test_strings">
10199               <stringProp name="49586">200</stringProp>
10200             </collectionProp>
10201             <stringProp name="Assertion.custom_message"></stringProp>
10202             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10203             <boolProp name="Assertion.assume_success">false</boolProp>
10204             <intProp name="Assertion.test_type">1</intProp>
10205           </ResponseAssertion>
10206           <hashTree/>
10207           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
10208             <stringProp name="scriptLanguage">groovy</stringProp>
10209             <stringProp name="parameters"></stringProp>
10210             <stringProp name="filename"></stringProp>
10211             <stringProp name="cacheKey">true</stringProp>
10212             <stringProp name="script">import groovy.json.JsonSlurper;
10213 def res = [];
10214 if (prev.getResponseCode() == &apos;200&apos;) {
10215     def jsonSlurper = new JsonSlurper();
10216     res = jsonSlurper.parseText(prev.getResponseDataAsString());
10217
10218     assert res instanceof Map;
10219     assert res.groups.size == 2;
10220     assert res.groups[0].pdpGroupState== &apos;ACTIVE&apos;;
10221     assert res.groups[1].pdpGroupState== &apos;ACTIVE&apos;;
10222 }
10223 </stringProp>
10224           </JSR223Assertion>
10225           <hashTree/>
10226         </hashTree>
10227       </hashTree>
10228       <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="PAP Test Flow" enabled="true">
10229         <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
10230         <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true">
10231           <boolProp name="LoopController.continue_forever">false</boolProp>
10232           <intProp name="LoopController.loops">-1</intProp>
10233         </elementProp>
10234         <stringProp name="ThreadGroup.num_threads">1</stringProp>
10235         <stringProp name="ThreadGroup.ramp_time">1</stringProp>
10236         <boolProp name="ThreadGroup.scheduler">true</boolProp>
10237         <stringProp name="ThreadGroup.duration">259200</stringProp>
10238         <stringProp name="ThreadGroup.delay"></stringProp>
10239         <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp>
10240       </ThreadGroup>
10241       <hashTree>
10242         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check Health" enabled="true">
10243           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
10244             <collectionProp name="Arguments.arguments"/>
10245           </elementProp>
10246           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10247           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10248           <stringProp name="HTTPSampler.protocol">http</stringProp>
10249           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
10250           <stringProp name="HTTPSampler.path">/policy/pap/v1/healthcheck</stringProp>
10251           <stringProp name="HTTPSampler.method">GET</stringProp>
10252           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10253           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
10254           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10255           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
10256           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
10257           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
10258           <stringProp name="HTTPSampler.response_timeout"></stringProp>
10259           <stringProp name="TestPlan.comments">Basic Health Check</stringProp>
10260         </HTTPSamplerProxy>
10261         <hashTree>
10262           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10263             <collectionProp name="Asserion.test_strings">
10264               <stringProp name="49586">200</stringProp>
10265             </collectionProp>
10266             <stringProp name="Assertion.custom_message"></stringProp>
10267             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10268             <boolProp name="Assertion.assume_success">false</boolProp>
10269             <intProp name="Assertion.test_type">1</intProp>
10270           </ResponseAssertion>
10271           <hashTree/>
10272           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
10273             <stringProp name="scriptLanguage">groovy</stringProp>
10274             <stringProp name="parameters"></stringProp>
10275             <stringProp name="filename"></stringProp>
10276             <stringProp name="cacheKey">true</stringProp>
10277             <stringProp name="script">import groovy.json.JsonSlurper;
10278
10279 def res = [];
10280 if (prev.getResponseCode() == &apos;200&apos;) {
10281     def jsonSlurper = new JsonSlurper();
10282     res = jsonSlurper.parseText(prev.getResponseDataAsString());
10283
10284     assert res instanceof Map;
10285     assert res.code == 200;
10286     assert res.name == &quot;Policy PAP&quot;;
10287     assert res.healthy==true;
10288     assert res.message==&quot;alive&quot;;
10289 }
10290 </stringProp>
10291           </JSR223Assertion>
10292           <hashTree/>
10293         </hashTree>
10294         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="PAP Metrics" enabled="true">
10295           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
10296             <collectionProp name="Arguments.arguments"/>
10297           </elementProp>
10298           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10299           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10300           <stringProp name="HTTPSampler.protocol">http</stringProp>
10301           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
10302           <stringProp name="HTTPSampler.path">/policy/pap/v1/metrics</stringProp>
10303           <stringProp name="HTTPSampler.method">GET</stringProp>
10304           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10305           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
10306           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10307           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
10308           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
10309           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
10310           <stringProp name="HTTPSampler.response_timeout"></stringProp>
10311           <stringProp name="TestPlan.comments">PAP Metrics</stringProp>
10312         </HTTPSamplerProxy>
10313         <hashTree>
10314           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10315             <collectionProp name="Asserion.test_strings">
10316               <stringProp name="49586">200</stringProp>
10317             </collectionProp>
10318             <stringProp name="Assertion.custom_message"></stringProp>
10319             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10320             <boolProp name="Assertion.assume_success">false</boolProp>
10321             <intProp name="Assertion.test_type">1</intProp>
10322           </ResponseAssertion>
10323           <hashTree/>
10324           <JSR223PostProcessor guiclass="TestBeanGUI" testclass="JSR223PostProcessor" testname="JSR223 PostProcessor" enabled="true">
10325             <stringProp name="cacheKey">true</stringProp>
10326             <stringProp name="filename"></stringProp>
10327             <stringProp name="parameters"></stringProp>
10328             <stringProp name="script">
10329 if (prev.getResponseCode() == &apos;200&apos;) {
10330     def res = prev.getResponseDataAsString();
10331
10332     def deploySuccessCount = &apos;0&apos;;
10333     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;deploy&quot;,status=&quot;SUCCESS&quot;,} &apos;)) {
10334         deploySuccessCount = (res =~ /pap_policy_deployments_total\{operation=&quot;deploy&quot;,status=&quot;SUCCESS&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1];
10335     }
10336
10337     def undeploySuccessCount = &apos;0&apos;;
10338     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;undeploy&quot;,status=&quot;SUCCESS&quot;,} &apos;)) {
10339         undeploySuccessCount = (res =~ /pap_policy_deployments_total\{operation=&quot;undeploy&quot;,status=&quot;SUCCESS&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1];
10340     }
10341     
10342     def deployFailureCount = &apos;0&apos;;
10343     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;deploy&quot;,status=&quot;FAILURE&quot;,} &apos;)) {
10344         deployFailureCount = (res =~ /pap_policy_deployments_total\{operation=&quot;deploy&quot;,status=&quot;FAILURE&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1];
10345     }
10346     def undeployFailureCount =  &apos;0&apos;;
10347     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;undeploy&quot;,status=&quot;FAILURE&quot;,} &apos;)) {
10348         undeployFailureCount = (res =~ /pap_policy_deployments_total\{operation=&quot;undeploy&quot;,status=&quot;FAILURE&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1]
10349     }
10350
10351     def simpleDeployAPICount =  &apos;0&apos;;
10352     if (res.contains(&apos;http_server_requests_seconds_count{exception=&quot;None&quot;,method=&quot;POST&quot;,outcome=&quot;SUCCESS&quot;,status=&quot;202&quot;,uri=&quot;/policy/pap/v1/pdps/policies&quot;,} &apos;)) {
10353         simpleDeployAPICount = (res =~ /http_server_requests_seconds_count\{exception=&quot;None&quot;,method=&quot;POST&quot;,outcome=&quot;SUCCESS&quot;,status=&quot;202&quot;,uri=&quot;\/policy\/pap\/v1\/pdps\/policies&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1]
10354     }
10355     def simpleUndeployAPICount =  &apos;0&apos;;
10356     if (res.contains(&apos;http_server_requests_seconds_count{exception=&quot;None&quot;,method=&quot;DELETE&quot;,outcome=&quot;SUCCESS&quot;,status=&quot;202&quot;,uri=&quot;/policy/pap/v1/pdps/policies/{name}&quot;,} &apos;)) {
10357         simpleUndeployAPICount = (res =~ /http_server_requests_seconds_count\{exception=&quot;None&quot;,method=&quot;DELETE&quot;,outcome=&quot;SUCCESS&quot;,status=&quot;202&quot;,uri=&quot;\/policy\/pap\/v1\/pdps\/policies\/\{name\}&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1]
10358     }
10359     def batchDeploymentAPICount =  &apos;0&apos;;
10360     if (res.contains(&apos;http_server_requests_seconds_count{exception=&quot;None&quot;,method=&quot;POST&quot;,outcome=&quot;SUCCESS&quot;,status=&quot;202&quot;,uri=&quot;/policy/pap/v1/pdps/deployments/batch&quot;,} &apos;)) {
10361         batchDeploymentAPICount = (res =~ /http_server_requests_seconds_count\{exception=&quot;None&quot;,method=&quot;POST&quot;,outcome=&quot;SUCCESS&quot;,status=&quot;202&quot;,uri=&quot;\/policy\/pap\/v1\/pdps\/deployments\/batch&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1]
10362     }
10363     log.info(&quot;deploySuccessCount: &quot;+ deploySuccessCount);
10364     log.info(&quot;undeploySuccessCount: &quot;+ undeploySuccessCount);
10365     log.info(&quot;batchDeploymentAPICount: &quot;+ batchDeploymentAPICount);
10366     log.info(&quot;simpleDeployAPICount: &quot;+ simpleDeployAPICount);
10367     log.info(&quot;simpleUndeployAPICount: &quot;+ simpleUndeployAPICount);
10368     
10369     vars.put(&quot;deploySuccessCount&quot;, deploySuccessCount);
10370     vars.put(&quot;undeploySuccessCount&quot;, undeploySuccessCount);
10371     vars.put(&quot;deployFailureCount&quot;, deployFailureCount);
10372     vars.put(&quot;undeployFailureCount&quot;, undeployFailureCount);
10373     vars.put(&quot;simpleDeployAPICount&quot;, simpleDeployAPICount);
10374     vars.put(&quot;simpleUndeployAPICount&quot;, simpleUndeployAPICount);
10375     vars.put(&quot;batchDeploymentAPICount&quot;, batchDeploymentAPICount);
10376
10377 }</stringProp>
10378             <stringProp name="scriptLanguage">groovy</stringProp>
10379           </JSR223PostProcessor>
10380           <hashTree/>
10381         </hashTree>
10382         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check PdpGroup Query" enabled="true">
10383           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
10384             <collectionProp name="Arguments.arguments"/>
10385           </elementProp>
10386           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10387           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10388           <stringProp name="HTTPSampler.protocol">http</stringProp>
10389           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
10390           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps</stringProp>
10391           <stringProp name="HTTPSampler.method">GET</stringProp>
10392           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10393           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
10394           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10395           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
10396           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
10397           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
10398           <stringProp name="HTTPSampler.response_timeout"></stringProp>
10399           <stringProp name="TestPlan.comments">Check PdpGroup Query</stringProp>
10400         </HTTPSamplerProxy>
10401         <hashTree>
10402           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10403             <collectionProp name="Asserion.test_strings">
10404               <stringProp name="49586">200</stringProp>
10405             </collectionProp>
10406             <stringProp name="Assertion.custom_message"></stringProp>
10407             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10408             <boolProp name="Assertion.assume_success">false</boolProp>
10409             <intProp name="Assertion.test_type">1</intProp>
10410           </ResponseAssertion>
10411           <hashTree/>
10412           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
10413             <stringProp name="scriptLanguage">groovy</stringProp>
10414             <stringProp name="parameters"></stringProp>
10415             <stringProp name="filename"></stringProp>
10416             <stringProp name="cacheKey">true</stringProp>
10417             <stringProp name="script">import groovy.json.JsonSlurper;
10418 def res = [];
10419 if (prev.getResponseCode() == &apos;200&apos;) {
10420     def jsonSlurper = new JsonSlurper();
10421     res = jsonSlurper.parseText(prev.getResponseDataAsString());
10422
10423     assert res instanceof Map;
10424     assert res.groups.size == 2;
10425     assert res.groups[0].pdpGroupState== &apos;ACTIVE&apos;;
10426     assert res.groups[1].pdpGroupState== &apos;ACTIVE&apos;;
10427 }
10428 </stringProp>
10429           </JSR223Assertion>
10430           <hashTree/>
10431         </hashTree>
10432         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Deploy defaultDomain Policy" enabled="true">
10433           <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
10434           <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
10435             <collectionProp name="Arguments.arguments">
10436               <elementProp name="" elementType="HTTPArgument">
10437                 <boolProp name="HTTPArgument.always_encode">false</boolProp>
10438                 <stringProp name="Argument.value">{&#xd;
10439   &quot;policies&quot; : [&#xd;
10440     {&#xd;
10441       &quot;policy-id&quot;: &quot;operational.apex.stabilityTestDefaultDomain&quot;,&#xd;
10442       &quot;policy-version&quot;: &quot;1.0.0&quot;&#xd;
10443     }&#xd;
10444     ]&#xd;
10445 }</stringProp>
10446                 <stringProp name="Argument.metadata">=</stringProp>
10447               </elementProp>
10448             </collectionProp>
10449           </elementProp>
10450           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10451           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10452           <stringProp name="HTTPSampler.protocol">http</stringProp>
10453           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
10454           <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/policies</stringProp>
10455           <stringProp name="HTTPSampler.method">POST</stringProp>
10456           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10457           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
10458           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10459           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
10460           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
10461           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
10462           <stringProp name="HTTPSampler.response_timeout"></stringProp>
10463         </HTTPSamplerProxy>
10464         <hashTree>
10465           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10466             <collectionProp name="Asserion.test_strings">
10467               <stringProp name="49588">202</stringProp>
10468             </collectionProp>
10469             <stringProp name="Assertion.custom_message"></stringProp>
10470             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10471             <boolProp name="Assertion.assume_success">false</boolProp>
10472             <intProp name="Assertion.test_type">1</intProp>
10473           </ResponseAssertion>
10474           <hashTree/>
10475           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
10476             <stringProp name="ConstantTimer.delay">5000</stringProp>
10477           </ConstantTimer>
10478           <hashTree/>
10479           <JSR223PostProcessor guiclass="TestBeanGUI" testclass="JSR223PostProcessor" testname="JSR223 PostProcessor" enabled="true">
10480             <stringProp name="TestPlan.comments">Set variables to use for verifying the deployment status</stringProp>
10481             <stringProp name="scriptLanguage">groovy</stringProp>
10482             <stringProp name="parameters"></stringProp>
10483             <stringProp name="filename"></stringProp>
10484             <stringProp name="cacheKey">true</stringProp>
10485             <stringProp name="script">vars.put(&quot;dGstatusResponse&quot;, &quot;&quot;);
10486 vars.put(&quot;dg_status_check_counter&quot;, &quot;0&quot;);</stringProp>
10487           </JSR223PostProcessor>
10488           <hashTree/>
10489         </hashTree>
10490         <WhileController guiclass="WhileControllerGui" testclass="WhileController" testname="While Controller" enabled="true">
10491           <stringProp name="WhileController.condition">${__javaScript((vars.get(&quot;dGstatusResponse&quot;) == null || vars.get(&quot;dGstatusResponse&quot;).indexOf(&quot;SUCCESS&quot;) == -1) &amp;&amp; (parseInt(vars.get(&quot;dg_status_check_counter&quot;)) &lt; 30),)}</stringProp>
10492           <stringProp name="TestPlan.comments">Wait until the policy is successfully deployed, retry for some time</stringProp>
10493         </WhileController>
10494         <hashTree>
10495           <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check status of defaultGroup policy" enabled="true">
10496             <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
10497               <collectionProp name="Arguments.arguments"/>
10498             </elementProp>
10499             <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10500             <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10501             <stringProp name="HTTPSampler.protocol">http</stringProp>
10502             <stringProp name="HTTPSampler.contentEncoding"></stringProp>
10503             <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/status/defaultGroup/operational.apex.stabilityTestDefaultDomain/1.0.0</stringProp>
10504             <stringProp name="HTTPSampler.method">GET</stringProp>
10505             <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10506             <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
10507             <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10508             <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
10509             <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
10510             <stringProp name="HTTPSampler.connect_timeout"></stringProp>
10511             <stringProp name="HTTPSampler.response_timeout"></stringProp>
10512           </HTTPSamplerProxy>
10513           <hashTree>
10514             <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10515               <collectionProp name="Asserion.test_strings">
10516                 <stringProp name="49586">200</stringProp>
10517               </collectionProp>
10518               <stringProp name="Assertion.custom_message"></stringProp>
10519               <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10520               <boolProp name="Assertion.assume_success">false</boolProp>
10521               <intProp name="Assertion.test_type">1</intProp>
10522             </ResponseAssertion>
10523             <hashTree/>
10524             <JSR223PostProcessor guiclass="TestBeanGUI" testclass="JSR223PostProcessor" testname="JSR223 PostProcessor" enabled="true">
10525               <stringProp name="scriptLanguage">groovy</stringProp>
10526               <stringProp name="parameters"></stringProp>
10527               <stringProp name="filename"></stringProp>
10528               <stringProp name="cacheKey">true</stringProp>
10529               <stringProp name="script">
10530 if (prev.getResponseCode() == &apos;200&apos;) {
10531     def res = prev.getResponseDataAsString();
10532     vars.put(&quot;dGstatusResponse&quot;, res);
10533
10534     int x =(vars.get(&quot;dg_status_check_counter&quot;)).toInteger();
10535     x = x + 1;
10536     vars.put(&quot;dg_status_check_counter&quot;, Integer.toString(x));
10537
10538 }</stringProp>
10539             </JSR223PostProcessor>
10540             <hashTree/>
10541           </hashTree>
10542           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
10543             <stringProp name="ConstantTimer.delay">2000</stringProp>
10544           </ConstantTimer>
10545           <hashTree/>
10546         </hashTree>
10547         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check PdpGroup Audit defaultGroup" enabled="true">
10548           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
10549             <collectionProp name="Arguments.arguments"/>
10550           </elementProp>
10551           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10552           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10553           <stringProp name="HTTPSampler.protocol">http</stringProp>
10554           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
10555           <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/audit/defaultGroup</stringProp>
10556           <stringProp name="HTTPSampler.method">GET</stringProp>
10557           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10558           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
10559           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10560           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
10561           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
10562           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
10563           <stringProp name="HTTPSampler.response_timeout"></stringProp>
10564           <stringProp name="TestPlan.comments">Check PdpGroup Audit</stringProp>
10565         </HTTPSamplerProxy>
10566         <hashTree>
10567           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10568             <collectionProp name="Asserion.test_strings">
10569               <stringProp name="49586">200</stringProp>
10570             </collectionProp>
10571             <stringProp name="Assertion.custom_message"></stringProp>
10572             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10573             <boolProp name="Assertion.assume_success">false</boolProp>
10574             <intProp name="Assertion.test_type">1</intProp>
10575           </ResponseAssertion>
10576           <hashTree/>
10577         </hashTree>
10578         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check PdpGroup Audit Policy (defaultGroup)" enabled="true">
10579           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
10580             <collectionProp name="Arguments.arguments"/>
10581           </elementProp>
10582           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10583           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10584           <stringProp name="HTTPSampler.protocol">http</stringProp>
10585           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
10586           <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/audit/defaultGroup/operational.apex.stabilityTestDefaultDomain/1.0.0</stringProp>
10587           <stringProp name="HTTPSampler.method">GET</stringProp>
10588           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10589           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
10590           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10591           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
10592           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
10593           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
10594           <stringProp name="HTTPSampler.response_timeout"></stringProp>
10595           <stringProp name="TestPlan.comments">Check PdpGroup Audit</stringProp>
10596         </HTTPSamplerProxy>
10597         <hashTree>
10598           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10599             <collectionProp name="Asserion.test_strings">
10600               <stringProp name="49586">200</stringProp>
10601             </collectionProp>
10602             <stringProp name="Assertion.custom_message"></stringProp>
10603             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10604             <boolProp name="Assertion.assume_success">false</boolProp>
10605             <intProp name="Assertion.test_type">1</intProp>
10606           </ResponseAssertion>
10607           <hashTree/>
10608         </hashTree>
10609         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check PdpGroup Query" enabled="true">
10610           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
10611             <collectionProp name="Arguments.arguments"/>
10612           </elementProp>
10613           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10614           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10615           <stringProp name="HTTPSampler.protocol">http</stringProp>
10616           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
10617           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps</stringProp>
10618           <stringProp name="HTTPSampler.method">GET</stringProp>
10619           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10620           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
10621           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10622           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
10623           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
10624           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
10625           <stringProp name="HTTPSampler.response_timeout"></stringProp>
10626           <stringProp name="TestPlan.comments">Check PdpGroup Query</stringProp>
10627         </HTTPSamplerProxy>
10628         <hashTree>
10629           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10630             <collectionProp name="Asserion.test_strings">
10631               <stringProp name="49586">200</stringProp>
10632             </collectionProp>
10633             <stringProp name="Assertion.custom_message"></stringProp>
10634             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10635             <boolProp name="Assertion.assume_success">false</boolProp>
10636             <intProp name="Assertion.test_type">1</intProp>
10637           </ResponseAssertion>
10638           <hashTree/>
10639           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
10640             <stringProp name="scriptLanguage">groovy</stringProp>
10641             <stringProp name="parameters"></stringProp>
10642             <stringProp name="filename"></stringProp>
10643             <stringProp name="cacheKey">true</stringProp>
10644             <stringProp name="script">import groovy.json.JsonSlurper;
10645
10646 def res = [];
10647 if (prev.getResponseCode() == &apos;200&apos;) {
10648     def jsonSlurper = new JsonSlurper();
10649     res = jsonSlurper.parseText(prev.getResponseDataAsString());
10650
10651     assert res instanceof Map;
10652     assert res.groups.size == 2;
10653
10654     for(int groupSize=0;groupSize&lt;res.groups.size;groupSize++){
10655
10656          for(int subGrpSize=0;subGrpSize&lt;res.groups[groupSize].pdpSubgroups.size;subGrpSize++){
10657                 
10658                         def pdpSubGrp=res.groups[groupSize].pdpSubgroups[subGrpSize];
10659                         if(pdpSubGrp.pdpType ==&apos;apex&apos;){
10660                                 assert pdpSubGrp.pdpInstances.size == 1; // 1 instance in defaultGroup and 1 in sampleGroup
10661                                 if (res.groups[groupSize].name == &apos;defaultGroup&apos;) {
10662                                                 // stabilityTestDefaultDomain policy is only deployed to defaultGroup
10663                                              assert pdpSubGrp.policies.size == 1; 
10664                                                 assert pdpSubGrp.policies[0].name == &apos;operational.apex.stabilityTestDefaultDomain&apos;;
10665                                 }
10666                              else if(res.groups[groupSize].name == &apos;sampleGroup&apos; ){
10667                                 assert pdpSubGrp.policies.size == 0;
10668                                 //assert pdpSubGrp.policies[0].name == &apos;operational.apex.stabilityTestDefaultDomain&apos;;
10669                              }
10670                         }
10671                 
10672          }
10673     }
10674 }
10675 </stringProp>
10676           </JSR223Assertion>
10677           <hashTree/>
10678         </hashTree>
10679         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Deployment Update for sampleGroup" enabled="true">
10680           <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
10681           <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
10682             <collectionProp name="Arguments.arguments">
10683               <elementProp name="" elementType="HTTPArgument">
10684                 <boolProp name="HTTPArgument.always_encode">false</boolProp>
10685                 <stringProp name="Argument.value">{&#xd;
10686     &quot;groups&quot;: [&#xd;
10687         {&#xd;
10688             &quot;name&quot;: &quot;sampleGroup&quot;,&#xd;
10689             &quot;deploymentSubgroups&quot;: [&#xd;
10690                 {&#xd;
10691                     &quot;pdpType&quot;: &quot;apex&quot;,&#xd;
10692                     &quot;action&quot;: &quot;POST&quot;,&#xd;
10693                     &quot;policies&quot;: [&#xd;
10694                         {&#xd;
10695                             &quot;name&quot;: &quot;operational.apex.stabilityTestSampleDomain&quot;,&#xd;
10696                             &quot;version&quot;: &quot;1.0.0&quot;&#xd;
10697                         }&#xd;
10698                     ]&#xd;
10699                 }&#xd;
10700             ]&#xd;
10701         }&#xd;
10702     ]&#xd;
10703 }</stringProp>
10704                 <stringProp name="Argument.metadata">=</stringProp>
10705               </elementProp>
10706             </collectionProp>
10707           </elementProp>
10708           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10709           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10710           <stringProp name="HTTPSampler.protocol">http</stringProp>
10711           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
10712           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps/deployments/batch</stringProp>
10713           <stringProp name="HTTPSampler.method">POST</stringProp>
10714           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10715           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
10716           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10717           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
10718           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
10719           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
10720           <stringProp name="HTTPSampler.response_timeout"></stringProp>
10721         </HTTPSamplerProxy>
10722         <hashTree>
10723           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10724             <collectionProp name="Asserion.test_strings">
10725               <stringProp name="49588">202</stringProp>
10726             </collectionProp>
10727             <stringProp name="Assertion.custom_message"></stringProp>
10728             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10729             <boolProp name="Assertion.assume_success">false</boolProp>
10730             <intProp name="Assertion.test_type">1</intProp>
10731           </ResponseAssertion>
10732           <hashTree/>
10733           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
10734             <stringProp name="ConstantTimer.delay">5000</stringProp>
10735           </ConstantTimer>
10736           <hashTree/>
10737           <JSR223PostProcessor guiclass="TestBeanGUI" testclass="JSR223PostProcessor" testname="JSR223 PostProcessor" enabled="true">
10738             <stringProp name="TestPlan.comments">Set variables to use for verifying the deployment status</stringProp>
10739             <stringProp name="scriptLanguage">groovy</stringProp>
10740             <stringProp name="parameters"></stringProp>
10741             <stringProp name="filename"></stringProp>
10742             <stringProp name="cacheKey">true</stringProp>
10743             <stringProp name="script">vars.put(&quot;sGstatusResponse&quot;, &quot;&quot;);
10744 vars.put(&quot;sg_status_check_counter&quot;, &quot;0&quot;);</stringProp>
10745           </JSR223PostProcessor>
10746           <hashTree/>
10747         </hashTree>
10748         <WhileController guiclass="WhileControllerGui" testclass="WhileController" testname="While Controller" enabled="true">
10749           <stringProp name="WhileController.condition">${__javaScript((vars.get(&quot;sGstatusResponse&quot;) == null || vars.get(&quot;sGstatusResponse&quot;).indexOf(&quot;SUCCESS&quot;) == -1) &amp;&amp; (parseInt(vars.get(&quot;sg_status_check_counter&quot;)) &lt; 30),)}</stringProp>
10750           <stringProp name="TestPlan.comments">Wait until the policy is successfully deployed, retry for some time</stringProp>
10751         </WhileController>
10752         <hashTree>
10753           <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check status of sampleGroup policy" enabled="true">
10754             <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
10755               <collectionProp name="Arguments.arguments"/>
10756             </elementProp>
10757             <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10758             <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10759             <stringProp name="HTTPSampler.protocol">http</stringProp>
10760             <stringProp name="HTTPSampler.contentEncoding"></stringProp>
10761             <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/status/sampleGroup/operational.apex.stabilityTestSampleDomain/1.0.0</stringProp>
10762             <stringProp name="HTTPSampler.method">GET</stringProp>
10763             <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10764             <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
10765             <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10766             <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
10767             <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
10768             <stringProp name="HTTPSampler.connect_timeout"></stringProp>
10769             <stringProp name="HTTPSampler.response_timeout"></stringProp>
10770           </HTTPSamplerProxy>
10771           <hashTree>
10772             <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10773               <collectionProp name="Asserion.test_strings">
10774                 <stringProp name="49586">200</stringProp>
10775               </collectionProp>
10776               <stringProp name="Assertion.custom_message"></stringProp>
10777               <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10778               <boolProp name="Assertion.assume_success">false</boolProp>
10779               <intProp name="Assertion.test_type">1</intProp>
10780             </ResponseAssertion>
10781             <hashTree/>
10782             <JSR223PostProcessor guiclass="TestBeanGUI" testclass="JSR223PostProcessor" testname="JSR223 PostProcessor" enabled="true">
10783               <stringProp name="scriptLanguage">groovy</stringProp>
10784               <stringProp name="parameters"></stringProp>
10785               <stringProp name="filename"></stringProp>
10786               <stringProp name="cacheKey">true</stringProp>
10787               <stringProp name="script">
10788 if (prev.getResponseCode() == &apos;200&apos;) {
10789     def res = prev.getResponseDataAsString();
10790     vars.put(&quot;sGstatusResponse&quot;, res);
10791     
10792     int x =(vars.get(&quot;sg_status_check_counter&quot;)).toInteger();
10793     x = x + 1;
10794     vars.put(&quot;sg_status_check_counter&quot;, Integer.toString(x));
10795 }</stringProp>
10796             </JSR223PostProcessor>
10797             <hashTree/>
10798           </hashTree>
10799           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
10800             <stringProp name="ConstantTimer.delay">2000</stringProp>
10801           </ConstantTimer>
10802           <hashTree/>
10803         </hashTree>
10804         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check status of PdpGroups" enabled="true">
10805           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
10806             <collectionProp name="Arguments.arguments"/>
10807           </elementProp>
10808           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10809           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10810           <stringProp name="HTTPSampler.protocol">http</stringProp>
10811           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
10812           <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/status</stringProp>
10813           <stringProp name="HTTPSampler.method">GET</stringProp>
10814           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10815           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
10816           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10817           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
10818           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
10819           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
10820           <stringProp name="HTTPSampler.response_timeout"></stringProp>
10821           <stringProp name="TestPlan.comments">Query policies status</stringProp>
10822         </HTTPSamplerProxy>
10823         <hashTree>
10824           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10825             <collectionProp name="Asserion.test_strings">
10826               <stringProp name="49586">200</stringProp>
10827             </collectionProp>
10828             <stringProp name="Assertion.custom_message"></stringProp>
10829             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10830             <boolProp name="Assertion.assume_success">false</boolProp>
10831             <intProp name="Assertion.test_type">1</intProp>
10832           </ResponseAssertion>
10833           <hashTree/>
10834         </hashTree>
10835         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check PdpGroup Query" enabled="true">
10836           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
10837             <collectionProp name="Arguments.arguments"/>
10838           </elementProp>
10839           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10840           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10841           <stringProp name="HTTPSampler.protocol">http</stringProp>
10842           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
10843           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps</stringProp>
10844           <stringProp name="HTTPSampler.method">GET</stringProp>
10845           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10846           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
10847           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10848           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
10849           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
10850           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
10851           <stringProp name="HTTPSampler.response_timeout"></stringProp>
10852           <stringProp name="TestPlan.comments">Check PdpGroup Query</stringProp>
10853         </HTTPSamplerProxy>
10854         <hashTree>
10855           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10856             <collectionProp name="Asserion.test_strings">
10857               <stringProp name="49586">200</stringProp>
10858             </collectionProp>
10859             <stringProp name="Assertion.custom_message"></stringProp>
10860             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10861             <boolProp name="Assertion.assume_success">false</boolProp>
10862             <intProp name="Assertion.test_type">1</intProp>
10863           </ResponseAssertion>
10864           <hashTree/>
10865           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
10866             <stringProp name="scriptLanguage">groovy</stringProp>
10867             <stringProp name="parameters"></stringProp>
10868             <stringProp name="filename"></stringProp>
10869             <stringProp name="cacheKey">true</stringProp>
10870             <stringProp name="script">import groovy.json.JsonSlurper;
10871
10872 def res = [];
10873 if (prev.getResponseCode() == &apos;200&apos;) {
10874     def jsonSlurper = new JsonSlurper();
10875     res = jsonSlurper.parseText(prev.getResponseDataAsString());
10876
10877     assert res instanceof Map;
10878     assert res.groups.size == 2;
10879
10880     for(int groupSize=0;groupSize&lt;res.groups.size;groupSize++){
10881
10882          for(int subGrpSize=0;subGrpSize&lt;res.groups[groupSize].pdpSubgroups.size;subGrpSize++){
10883
10884                 def pdpSubGrp=res.groups[groupSize].pdpSubgroups[subGrpSize];
10885                         if(pdpSubGrp.pdpType == &apos;apex&apos;){
10886                                 if (res.groups[groupSize].name == &apos;defaultGroup&apos;) {
10887                                                 assert pdpSubGrp.policies.size == 1; 
10888                                                 assert pdpSubGrp.policies[0].name == &apos;operational.apex.stabilityTestDefaultDomain&apos;;
10889                                         }else if(res.groups[groupSize].name == &apos;sampleGroup&apos; ){
10890                                                 // only stabilityTestSampleDomain policy is deployed to sampleGroup
10891                                                 assert pdpSubGrp.policies.size == 1; 
10892                                                 assert (pdpSubGrp.policies[0].name == &apos;operational.apex.stabilityTestSampleDomain&apos;);
10893                                 }
10894                         }
10895                 
10896          }
10897     }
10898 }
10899 </stringProp>
10900           </JSR223Assertion>
10901           <hashTree/>
10902         </hashTree>
10903         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check Audit sampleGroup policy" enabled="true">
10904           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
10905             <collectionProp name="Arguments.arguments"/>
10906           </elementProp>
10907           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10908           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10909           <stringProp name="HTTPSampler.protocol">http</stringProp>
10910           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
10911           <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/audit/sampleGroup/operational.apex.stabilityTestSampleDomain/1.0.0</stringProp>
10912           <stringProp name="HTTPSampler.method">GET</stringProp>
10913           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10914           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
10915           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10916           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
10917           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
10918           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
10919           <stringProp name="HTTPSampler.response_timeout"></stringProp>
10920           <stringProp name="TestPlan.comments">Check Audit sampleGroup policy</stringProp>
10921         </HTTPSamplerProxy>
10922         <hashTree>
10923           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10924             <collectionProp name="Asserion.test_strings">
10925               <stringProp name="49586">200</stringProp>
10926             </collectionProp>
10927             <stringProp name="Assertion.custom_message"></stringProp>
10928             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10929             <boolProp name="Assertion.assume_success">false</boolProp>
10930             <intProp name="Assertion.test_type">1</intProp>
10931           </ResponseAssertion>
10932           <hashTree/>
10933         </hashTree>
10934         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check Consolidated Health" enabled="true">
10935           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
10936             <collectionProp name="Arguments.arguments"/>
10937           </elementProp>
10938           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10939           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10940           <stringProp name="HTTPSampler.protocol">http</stringProp>
10941           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
10942           <stringProp name="HTTPSampler.path">/policy/pap/v1/components/healthcheck</stringProp>
10943           <stringProp name="HTTPSampler.method">GET</stringProp>
10944           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10945           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
10946           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10947           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
10948           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
10949           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
10950           <stringProp name="HTTPSampler.response_timeout"></stringProp>
10951           <stringProp name="TestPlan.comments">Consolidated Health Check</stringProp>
10952         </HTTPSamplerProxy>
10953         <hashTree>
10954           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10955             <collectionProp name="Asserion.test_strings">
10956               <stringProp name="49586">200</stringProp>
10957             </collectionProp>
10958             <stringProp name="Assertion.custom_message"></stringProp>
10959             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10960             <boolProp name="Assertion.assume_success">false</boolProp>
10961             <intProp name="Assertion.test_type">1</intProp>
10962           </ResponseAssertion>
10963           <hashTree/>
10964           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
10965             <stringProp name="scriptLanguage">groovy</stringProp>
10966             <stringProp name="parameters"></stringProp>
10967             <stringProp name="filename"></stringProp>
10968             <stringProp name="cacheKey">true</stringProp>
10969             <stringProp name="script">import groovy.json.JsonSlurper;
10970
10971 def res = [];
10972 if (prev.getResponseCode() == &apos;200&apos;) {
10973     def jsonSlurper = new JsonSlurper();
10974     res = jsonSlurper.parseText(prev.getResponseDataAsString());
10975     assert res instanceof Map;
10976     //assert res.pdps.xacml!=null;
10977     //assert res.pdps.drools!=null;
10978     assert res.pdps.apex!=null;
10979 }
10980 </stringProp>
10981           </JSR223Assertion>
10982           <hashTree/>
10983         </hashTree>
10984         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check Deployed Policies" enabled="true">
10985           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
10986             <collectionProp name="Arguments.arguments"/>
10987           </elementProp>
10988           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10989           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10990           <stringProp name="HTTPSampler.protocol">http</stringProp>
10991           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
10992           <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/deployed</stringProp>
10993           <stringProp name="HTTPSampler.method">GET</stringProp>
10994           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10995           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
10996           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10997           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
10998           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
10999           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
11000           <stringProp name="HTTPSampler.response_timeout"></stringProp>
11001           <stringProp name="TestPlan.comments">Query Deployed policies</stringProp>
11002         </HTTPSamplerProxy>
11003         <hashTree>
11004           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11005             <collectionProp name="Asserion.test_strings">
11006               <stringProp name="49586">200</stringProp>
11007             </collectionProp>
11008             <stringProp name="Assertion.custom_message"></stringProp>
11009             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11010             <boolProp name="Assertion.assume_success">false</boolProp>
11011             <intProp name="Assertion.test_type">1</intProp>
11012           </ResponseAssertion>
11013           <hashTree/>
11014           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
11015             <stringProp name="scriptLanguage">groovy</stringProp>
11016             <stringProp name="parameters"></stringProp>
11017             <stringProp name="filename"></stringProp>
11018             <stringProp name="cacheKey">true</stringProp>
11019             <stringProp name="script">import groovy.json.JsonSlurper;
11020
11021 def res = [];
11022 if (prev.getResponseCode() == &apos;200&apos;) {
11023     def jsonSlurper = new JsonSlurper();
11024     res = jsonSlurper.parseText(prev.getResponseDataAsString());
11025    assert res.size &gt;1 ;
11026
11027 }
11028 </stringProp>
11029           </JSR223Assertion>
11030           <hashTree/>
11031         </hashTree>
11032         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Undeploy Policy in sampleGroup" enabled="true">
11033           <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
11034           <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
11035             <collectionProp name="Arguments.arguments">
11036               <elementProp name="" elementType="HTTPArgument">
11037                 <boolProp name="HTTPArgument.always_encode">false</boolProp>
11038                 <stringProp name="Argument.value">{&#xd;
11039     &quot;groups&quot;: [&#xd;
11040         {&#xd;
11041             &quot;name&quot;: &quot;sampleGroup&quot;,&#xd;
11042             &quot;deploymentSubgroups&quot;: [&#xd;
11043                 {&#xd;
11044                     &quot;pdpType&quot;: &quot;apex&quot;,&#xd;
11045                     &quot;action&quot;: &quot;DELETE&quot;,&#xd;
11046                     &quot;policies&quot;: [&#xd;
11047                         {&#xd;
11048                             &quot;name&quot;: &quot;operational.apex.stabilityTestSampleDomain&quot;,&#xd;
11049                             &quot;version&quot;: &quot;1.0.0&quot;&#xd;
11050                         }&#xd;
11051                     ]&#xd;
11052                 }&#xd;
11053             ]&#xd;
11054         }&#xd;
11055     ]&#xd;
11056 }</stringProp>
11057                 <stringProp name="Argument.metadata">=</stringProp>
11058               </elementProp>
11059             </collectionProp>
11060           </elementProp>
11061           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11062           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11063           <stringProp name="HTTPSampler.protocol">http</stringProp>
11064           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
11065           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps/deployments/batch</stringProp>
11066           <stringProp name="HTTPSampler.method">POST</stringProp>
11067           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11068           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
11069           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11070           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
11071           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
11072           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
11073           <stringProp name="HTTPSampler.response_timeout"></stringProp>
11074         </HTTPSamplerProxy>
11075         <hashTree>
11076           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11077             <collectionProp name="Asserion.test_strings">
11078               <stringProp name="49588">202</stringProp>
11079             </collectionProp>
11080             <stringProp name="Assertion.custom_message"></stringProp>
11081             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11082             <boolProp name="Assertion.assume_success">false</boolProp>
11083             <intProp name="Assertion.test_type">1</intProp>
11084           </ResponseAssertion>
11085           <hashTree/>
11086         </hashTree>
11087         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Undeploy Default Policy" enabled="true">
11088           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
11089             <collectionProp name="Arguments.arguments"/>
11090           </elementProp>
11091           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11092           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11093           <stringProp name="HTTPSampler.protocol">http</stringProp>
11094           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
11095           <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/policies/operational.apex.stabilityTestDefaultDomain</stringProp>
11096           <stringProp name="HTTPSampler.method">DELETE</stringProp>
11097           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11098           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
11099           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11100           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
11101           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
11102           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
11103           <stringProp name="HTTPSampler.response_timeout"></stringProp>
11104         </HTTPSamplerProxy>
11105         <hashTree>
11106           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11107             <collectionProp name="Asserion.test_strings">
11108               <stringProp name="49588">202</stringProp>
11109             </collectionProp>
11110             <stringProp name="Assertion.custom_message"></stringProp>
11111             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11112             <boolProp name="Assertion.assume_success">false</boolProp>
11113             <intProp name="Assertion.test_type">1</intProp>
11114           </ResponseAssertion>
11115           <hashTree/>
11116           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
11117             <stringProp name="ConstantTimer.delay">5000</stringProp>
11118           </ConstantTimer>
11119           <hashTree/>
11120           <JSR223PostProcessor guiclass="TestBeanGUI" testclass="JSR223PostProcessor" testname="JSR223 PostProcessor" enabled="true">
11121             <stringProp name="TestPlan.comments">Set variables to use for verifying the deployment status</stringProp>
11122             <stringProp name="scriptLanguage">groovy</stringProp>
11123             <stringProp name="parameters"></stringProp>
11124             <stringProp name="filename"></stringProp>
11125             <stringProp name="cacheKey">true</stringProp>
11126             <stringProp name="script">// reset with an initial value for the while loop condition in next step to pass and the status request is made atleast once
11127 vars.put(&quot;statusResponse&quot;, &quot;operational.apex.stabilityTestDefaultDomain&quot;);
11128 //initialize counter to 0
11129 vars.put(&quot;status_check_counter&quot;, &quot;0&quot;);</stringProp>
11130           </JSR223PostProcessor>
11131           <hashTree/>
11132         </hashTree>
11133         <WhileController guiclass="WhileControllerGui" testclass="WhileController" testname="While Controller" enabled="true">
11134           <stringProp name="WhileController.condition">${__javaScript((vars.get(&quot;statusResponse&quot;).indexOf(&quot;operational.apex.stabilityTestDefaultDomain&quot;) != -1 || vars.get(&quot;statusResponse&quot;).indexOf(&quot;operational.apex.stabilityTestSampleDomain&quot;) != -1) &amp;&amp; (parseInt(vars.get(&quot;status_check_counter&quot;)) &lt; 30),)}</stringProp>
11135           <stringProp name="TestPlan.comments">Wait until all policies are successfully undeployed</stringProp>
11136         </WhileController>
11137         <hashTree>
11138           <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check status of policies" enabled="true">
11139             <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
11140               <collectionProp name="Arguments.arguments"/>
11141             </elementProp>
11142             <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11143             <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11144             <stringProp name="HTTPSampler.protocol">http</stringProp>
11145             <stringProp name="HTTPSampler.contentEncoding"></stringProp>
11146             <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/status</stringProp>
11147             <stringProp name="HTTPSampler.method">GET</stringProp>
11148             <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11149             <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
11150             <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11151             <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
11152             <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
11153             <stringProp name="HTTPSampler.connect_timeout"></stringProp>
11154             <stringProp name="HTTPSampler.response_timeout"></stringProp>
11155           </HTTPSamplerProxy>
11156           <hashTree>
11157             <JSR223PostProcessor guiclass="TestBeanGUI" testclass="JSR223PostProcessor" testname="JSR223 PostProcessor" enabled="true">
11158               <stringProp name="scriptLanguage">groovy</stringProp>
11159               <stringProp name="parameters"></stringProp>
11160               <stringProp name="filename"></stringProp>
11161               <stringProp name="cacheKey">true</stringProp>
11162               <stringProp name="script">
11163 if (prev.getResponseCode() == &apos;200&apos;) {
11164     def res = prev.getResponseDataAsString();
11165     vars.put(&quot;statusResponse&quot;, res);
11166
11167     int x =(vars.get(&quot;status_check_counter&quot;)).toInteger();
11168     x = x + 1;
11169     vars.put(&quot;status_check_counter&quot;, Integer.toString(x));
11170 }</stringProp>
11171             </JSR223PostProcessor>
11172             <hashTree/>
11173           </hashTree>
11174           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
11175             <stringProp name="ConstantTimer.delay">3000</stringProp>
11176           </ConstantTimer>
11177           <hashTree/>
11178         </hashTree>
11179         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check PdpGroup Query" enabled="true">
11180           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
11181             <collectionProp name="Arguments.arguments"/>
11182           </elementProp>
11183           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11184           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11185           <stringProp name="HTTPSampler.protocol">http</stringProp>
11186           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
11187           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps</stringProp>
11188           <stringProp name="HTTPSampler.method">GET</stringProp>
11189           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11190           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
11191           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11192           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
11193           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
11194           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
11195           <stringProp name="HTTPSampler.response_timeout"></stringProp>
11196           <stringProp name="TestPlan.comments">Check PdpGroup Query</stringProp>
11197         </HTTPSamplerProxy>
11198         <hashTree>
11199           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11200             <collectionProp name="Asserion.test_strings">
11201               <stringProp name="49586">200</stringProp>
11202             </collectionProp>
11203             <stringProp name="Assertion.custom_message"></stringProp>
11204             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11205             <boolProp name="Assertion.assume_success">false</boolProp>
11206             <intProp name="Assertion.test_type">1</intProp>
11207           </ResponseAssertion>
11208           <hashTree/>
11209           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
11210             <stringProp name="scriptLanguage">groovy</stringProp>
11211             <stringProp name="parameters"></stringProp>
11212             <stringProp name="filename"></stringProp>
11213             <stringProp name="cacheKey">true</stringProp>
11214             <stringProp name="script">import groovy.json.JsonSlurper;
11215 def res = [];
11216 if (prev.getResponseCode() == &apos;200&apos;) {
11217     def jsonSlurper = new JsonSlurper();
11218     res = jsonSlurper.parseText(prev.getResponseDataAsString());
11219
11220     assert res instanceof Map;
11221     assert res.groups.size == 2;
11222
11223     for(int groupSize=0;groupSize&lt;res.groups.size;groupSize++){
11224
11225          for(int subGrpSize=0;subGrpSize&lt;res.groups[groupSize].pdpSubgroups.size;subGrpSize++){
11226                 
11227                         def pdpSubGrp=res.groups[groupSize].pdpSubgroups[subGrpSize];
11228                         if(pdpSubGrp.pdpType ==&apos;apex&apos;){
11229                                 assert pdpSubGrp.pdpInstances.size == 1; // 1 instance in defaultGroup and 1 in sampleGroup
11230                                 if (res.groups[groupSize].name == &apos;defaultGroup&apos;) {
11231                                              assert pdpSubGrp.policies.size == 0; 
11232                                 }
11233                              else if(res.groups[groupSize].name == &apos;sampleGroup&apos; ){
11234                                 assert pdpSubGrp.policies.size == 0;
11235                              }
11236                         }
11237                 
11238          }
11239     }
11240 }
11241 </stringProp>
11242           </JSR223Assertion>
11243           <hashTree/>
11244         </hashTree>
11245         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="PAP Metrics after deployments" enabled="true">
11246           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
11247             <collectionProp name="Arguments.arguments"/>
11248           </elementProp>
11249           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11250           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11251           <stringProp name="HTTPSampler.protocol">http</stringProp>
11252           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
11253           <stringProp name="HTTPSampler.path">/policy/pap/v1/metrics</stringProp>
11254           <stringProp name="HTTPSampler.method">GET</stringProp>
11255           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11256           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
11257           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11258           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
11259           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
11260           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
11261           <stringProp name="HTTPSampler.response_timeout"></stringProp>
11262           <stringProp name="TestPlan.comments">PAP Metrics after deployments</stringProp>
11263         </HTTPSamplerProxy>
11264         <hashTree>
11265           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11266             <collectionProp name="Asserion.test_strings">
11267               <stringProp name="49586">200</stringProp>
11268             </collectionProp>
11269             <stringProp name="Assertion.custom_message"></stringProp>
11270             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11271             <boolProp name="Assertion.assume_success">false</boolProp>
11272             <intProp name="Assertion.test_type">1</intProp>
11273           </ResponseAssertion>
11274           <hashTree/>
11275           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
11276             <stringProp name="scriptLanguage">groovy</stringProp>
11277             <stringProp name="parameters"></stringProp>
11278             <stringProp name="filename"></stringProp>
11279             <stringProp name="cacheKey">true</stringProp>
11280             <stringProp name="script">
11281 if (prev.getResponseCode() == &apos;200&apos;) {
11282     def res = prev.getResponseDataAsString();
11283
11284     def newDeploySuccessCount = &apos;0&apos;;
11285     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;deploy&quot;,status=&quot;SUCCESS&quot;,} &apos;)) {
11286         newDeploySuccessCount = (res =~ /pap_policy_deployments_total\{operation=&quot;deploy&quot;,status=&quot;SUCCESS&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1];
11287     }
11288
11289     def newUndeploySuccessCount = &apos;0&apos;;
11290     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;undeploy&quot;,status=&quot;SUCCESS&quot;,} &apos;)) {
11291         newUndeploySuccessCount = (res =~ /pap_policy_deployments_total\{operation=&quot;undeploy&quot;,status=&quot;SUCCESS&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1];
11292     }
11293     
11294     def newDeployFailureCount = &apos;0&apos;;
11295     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;deploy&quot;,status=&quot;FAILURE&quot;,} &apos;)) {
11296         newDeployFailureCount = (res =~ /pap_policy_deployments_total\{operation=&quot;deploy&quot;,status=&quot;FAILURE&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1];
11297     }
11298     def newUndeployFailureCount =  &apos;0&apos;;
11299     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;undeploy&quot;,status=&quot;FAILURE&quot;,} &apos;)) {
11300         newUndeployFailureCount = (res =~ /pap_policy_deployments_total\{operation=&quot;undeploy&quot;,status=&quot;FAILURE&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1]
11301     }
11302
11303     def newSimpleDeployAPICount =  &apos;0&apos;;
11304     if (res.contains(&apos;http_server_requests_seconds_count{error=&quot;none&quot;,exception=&quot;none&quot;,method=&quot;POST&quot;,outcome=&quot;SUCCESS&quot;,status=&quot;202&quot;,uri=&quot;/pdps/policies&quot;,} &apos;)) {
11305         newSimpleDeployAPICount = (res =~ /http_server_requests_seconds_count\{error=&quot;none&quot;,exception=&quot;none&quot;,method=&quot;POST&quot;,outcome=&quot;SUCCESS&quot;,status=&quot;202&quot;,uri=&quot;\/pdps\/policies&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1]
11306     }
11307     def newSimpleUndeployAPICount =  &apos;0&apos;;
11308     if (res.contains(&apos;http_server_requests_seconds_count{error=&quot;none&quot;,exception=&quot;none&quot;,method=&quot;DELETE&quot;,outcome=&quot;SUCCESS&quot;,status=&quot;202&quot;,uri=&quot;/pdps/policies/{name}&quot;,} &apos;)) {
11309         newSimpleUndeployAPICount = (res =~ /http_server_requests_seconds_count\{error=&quot;none&quot;,exception=&quot;none&quot;,method=&quot;DELETE&quot;,outcome=&quot;SUCCESS&quot;,status=&quot;202&quot;,uri=&quot;\/pdps\/policies\/\{name\}&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1]
11310     }
11311     def newBatchDeploymentAPICount =  &apos;0&apos;;
11312     if (res.contains(&apos;http_server_requests_seconds_count{error=&quot;none&quot;,exception=&quot;none&quot;,method=&quot;POST&quot;,outcome=&quot;SUCCESS&quot;,status=&quot;202&quot;,uri=&quot;/pdps/deployments/batch&quot;,} &apos;)) {
11313         newBatchDeploymentAPICount = (res =~ /http_server_requests_seconds_count\{error=&quot;none&quot;,exception=&quot;none&quot;,method=&quot;POST&quot;,outcome=&quot;SUCCESS&quot;,status=&quot;202&quot;,uri=&quot;\/pdps\/deployments\/batch&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1]
11314     }
11315     log.info(&quot;newDeploySuccessCount: &quot;+ newDeploySuccessCount);
11316     log.info(&quot;newUndeploySuccessCount: &quot;+ newUndeploySuccessCount);
11317     log.info(&quot;newBatchDeploymentAPICount: &quot;+ newBatchDeploymentAPICount);
11318     log.info(&quot;newSimpleDeployAPICount: &quot;+ newSimpleDeployAPICount);
11319     log.info(&quot;newSimpleUndeployAPICount: &quot;+ newSimpleUndeployAPICount);
11320
11321     assert Long.valueOf(vars.get(&quot;deployFailureCount&quot;)) == Long.valueOf(newDeployFailureCount);
11322     assert Long.valueOf(vars.get(&quot;undeployFailureCount&quot;)) == Long.valueOf(newUndeployFailureCount);
11323     // One policy is deployed/undeployed using batch API and the other one using simple APIs
11324     assert (Long.valueOf(vars.get(&quot;simpleDeployAPICount&quot;))+1) &lt;= Long.valueOf(newSimpleDeployAPICount);
11325     assert (Long.valueOf(vars.get(&quot;simpleUndeployAPICount&quot;))+1) &lt;= Long.valueOf(newSimpleUndeployAPICount);
11326     assert (Long.valueOf(vars.get(&quot;batchDeploymentAPICount&quot;))+2) &lt;= Long.valueOf(newBatchDeploymentAPICount);
11327     assert (Long.valueOf(vars.get(&quot;deploySuccessCount&quot;))+2) &lt;= Long.valueOf(newDeploySuccessCount);
11328     assert (Long.valueOf(vars.get(&quot;undeploySuccessCount&quot;))+2) &lt;= Long.valueOf(newUndeploySuccessCount);
11329
11330 }</stringProp>
11331           </JSR223Assertion>
11332           <hashTree/>
11333         </hashTree>
11334       </hashTree>
11335       <PostThreadGroup guiclass="PostThreadGroupGui" testclass="PostThreadGroup" testname="tearDown Thread Group" enabled="true">
11336         <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
11337         <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true">
11338           <boolProp name="LoopController.continue_forever">false</boolProp>
11339           <stringProp name="LoopController.loops">1</stringProp>
11340         </elementProp>
11341         <stringProp name="ThreadGroup.num_threads">1</stringProp>
11342         <stringProp name="ThreadGroup.ramp_time">1</stringProp>
11343         <boolProp name="ThreadGroup.scheduler">false</boolProp>
11344         <stringProp name="ThreadGroup.duration"></stringProp>
11345         <stringProp name="ThreadGroup.delay"></stringProp>
11346         <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp>
11347       </PostThreadGroup>
11348       <hashTree>
11349         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Change sampleGroup State to PASSIVE" enabled="true">
11350           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
11351             <collectionProp name="Arguments.arguments"/>
11352           </elementProp>
11353           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11354           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11355           <stringProp name="HTTPSampler.protocol">http</stringProp>
11356           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
11357           <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/groups/sampleGroup?state=PASSIVE</stringProp>
11358           <stringProp name="HTTPSampler.method">PUT</stringProp>
11359           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11360           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
11361           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11362           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
11363           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
11364           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
11365           <stringProp name="HTTPSampler.response_timeout"></stringProp>
11366         </HTTPSamplerProxy>
11367         <hashTree>
11368           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11369             <collectionProp name="Asserion.test_strings">
11370               <stringProp name="49586">200</stringProp>
11371             </collectionProp>
11372             <stringProp name="Assertion.custom_message"></stringProp>
11373             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11374             <boolProp name="Assertion.assume_success">false</boolProp>
11375             <intProp name="Assertion.test_type">1</intProp>
11376           </ResponseAssertion>
11377           <hashTree/>
11378         </hashTree>
11379         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Delete PdpGroup SampleGroup" enabled="true">
11380           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
11381             <collectionProp name="Arguments.arguments"/>
11382           </elementProp>
11383           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11384           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11385           <stringProp name="HTTPSampler.protocol">http</stringProp>
11386           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
11387           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps/groups/sampleGroup</stringProp>
11388           <stringProp name="HTTPSampler.method">DELETE</stringProp>
11389           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11390           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
11391           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11392           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
11393           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
11394           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
11395           <stringProp name="HTTPSampler.response_timeout"></stringProp>
11396           <stringProp name="TestPlan.comments">Delete PdpGroup </stringProp>
11397         </HTTPSamplerProxy>
11398         <hashTree>
11399           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11400             <collectionProp name="Asserion.test_strings">
11401               <stringProp name="49586">200</stringProp>
11402             </collectionProp>
11403             <stringProp name="Assertion.custom_message"></stringProp>
11404             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11405             <boolProp name="Assertion.assume_success">false</boolProp>
11406             <intProp name="Assertion.test_type">1</intProp>
11407           </ResponseAssertion>
11408           <hashTree/>
11409         </hashTree>
11410         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Change defaultGroup State to PASSIVE" enabled="true">
11411           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
11412             <collectionProp name="Arguments.arguments"/>
11413           </elementProp>
11414           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11415           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11416           <stringProp name="HTTPSampler.protocol">http</stringProp>
11417           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
11418           <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/groups/defaultGroup?state=PASSIVE</stringProp>
11419           <stringProp name="HTTPSampler.method">PUT</stringProp>
11420           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11421           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
11422           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11423           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
11424           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
11425           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
11426           <stringProp name="HTTPSampler.response_timeout"></stringProp>
11427         </HTTPSamplerProxy>
11428         <hashTree>
11429           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11430             <collectionProp name="Asserion.test_strings">
11431               <stringProp name="49586">200</stringProp>
11432             </collectionProp>
11433             <stringProp name="Assertion.custom_message"></stringProp>
11434             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11435             <boolProp name="Assertion.assume_success">false</boolProp>
11436             <intProp name="Assertion.test_type">1</intProp>
11437           </ResponseAssertion>
11438           <hashTree/>
11439         </hashTree>
11440         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Delete Policy defaultDomain" enabled="true">
11441           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
11442             <collectionProp name="Arguments.arguments"/>
11443           </elementProp>
11444           <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp>
11445           <stringProp name="HTTPSampler.port">${API_PORT}</stringProp>
11446           <stringProp name="HTTPSampler.protocol">http</stringProp>
11447           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
11448           <stringProp name="HTTPSampler.path">/policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Apex/versions/1.0.0/policies/operational.apex.stabilityTestDefaultDomain/versions/1.0.0</stringProp>
11449           <stringProp name="HTTPSampler.method">DELETE</stringProp>
11450           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11451           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
11452           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11453           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
11454           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
11455           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
11456           <stringProp name="HTTPSampler.response_timeout"></stringProp>
11457         </HTTPSamplerProxy>
11458         <hashTree>
11459           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11460             <collectionProp name="Asserion.test_strings">
11461               <stringProp name="49586">200</stringProp>
11462             </collectionProp>
11463             <stringProp name="Assertion.custom_message"></stringProp>
11464             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11465             <boolProp name="Assertion.assume_success">false</boolProp>
11466             <intProp name="Assertion.test_type">1</intProp>
11467           </ResponseAssertion>
11468           <hashTree/>
11469         </hashTree>
11470         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Delete Policy for sampleGroup" enabled="true">
11471           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
11472             <collectionProp name="Arguments.arguments"/>
11473           </elementProp>
11474           <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp>
11475           <stringProp name="HTTPSampler.port">${API_PORT}</stringProp>
11476           <stringProp name="HTTPSampler.protocol">http</stringProp>
11477           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
11478           <stringProp name="HTTPSampler.path">/policy/api/v1/policytypes/onap.policies.native.Apex/versions/1.0.0/policies/operational.apex.stabilityTestSampleDomain/versions/1.0.0</stringProp>
11479           <stringProp name="HTTPSampler.method">DELETE</stringProp>
11480           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11481           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
11482           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11483           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
11484           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
11485           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
11486           <stringProp name="HTTPSampler.response_timeout"></stringProp>
11487         </HTTPSamplerProxy>
11488         <hashTree>
11489           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11490             <collectionProp name="Asserion.test_strings">
11491               <stringProp name="49586">200</stringProp>
11492             </collectionProp>
11493             <stringProp name="Assertion.custom_message"></stringProp>
11494             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11495             <boolProp name="Assertion.assume_success">false</boolProp>
11496             <intProp name="Assertion.test_type">1</intProp>
11497           </ResponseAssertion>
11498           <hashTree/>
11499         </hashTree>
11500         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Delete Nodetemplate metadata for sampleDomain policy" enabled="true">
11501           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
11502             <collectionProp name="Arguments.arguments"/>
11503           </elementProp>
11504           <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp>
11505           <stringProp name="HTTPSampler.port">${API_PORT}</stringProp>
11506           <stringProp name="HTTPSampler.protocol">http</stringProp>
11507           <stringProp name="HTTPSampler.contentEncoding"></stringProp>
11508           <stringProp name="HTTPSampler.path">/policy/api/v1/nodetemplates/apex.metadata.pnf/versions/1.0.0</stringProp>
11509           <stringProp name="HTTPSampler.method">DELETE</stringProp>
11510           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11511           <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
11512           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11513           <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
11514           <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
11515           <stringProp name="HTTPSampler.connect_timeout"></stringProp>
11516           <stringProp name="HTTPSampler.response_timeout"></stringProp>
11517         </HTTPSamplerProxy>
11518         <hashTree>
11519           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11520             <collectionProp name="Asserion.test_strings">
11521               <stringProp name="49586">200</stringProp>
11522             </collectionProp>
11523             <stringProp name="Assertion.custom_message"></stringProp>
11524             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11525             <boolProp name="Assertion.assume_success">false</boolProp>
11526             <intProp name="Assertion.test_type">1</intProp>
11527           </ResponseAssertion>
11528           <hashTree/>
11529         </hashTree>
11530       </hashTree>
11531       <ResultCollector guiclass="SummaryReport" testclass="ResultCollector" testname="Summary Report" enabled="true">
11532         <boolProp name="ResultCollector.error_logging">false</boolProp>
11533         <objProp>
11534           <name>saveConfig</name>
11535           <value class="SampleSaveConfiguration">
11536             <time>true</time>
11537             <latency>true</latency>
11538             <timestamp>true</timestamp>
11539             <success>true</success>
11540             <label>true</label>
11541             <code>true</code>
11542             <message>true</message>
11543             <threadName>true</threadName>
11544             <dataType>true</dataType>
11545             <encoding>false</encoding>
11546             <assertions>true</assertions>
11547             <subresults>true</subresults>
11548             <responseData>false</responseData>
11549             <samplerData>false</samplerData>
11550             <xml>false</xml>
11551             <fieldNames>true</fieldNames>
11552             <responseHeaders>false</responseHeaders>
11553             <requestHeaders>false</requestHeaders>
11554             <responseDataOnError>false</responseDataOnError>
11555             <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
11556             <assertionsResultsToSave>0</assertionsResultsToSave>
11557             <bytes>true</bytes>
11558             <sentBytes>true</sentBytes>
11559             <url>true</url>
11560             <threadCounts>true</threadCounts>
11561             <sampleCount>true</sampleCount>
11562             <idleTime>true</idleTime>
11563             <connectTime>true</connectTime>
11564           </value>
11565         </objProp>
11566         <stringProp name="filename">/home/ramesh/s3pTestResults.jtl</stringProp>
11567       </ResultCollector>
11568       <hashTree/>
11569       <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="true">
11570         <boolProp name="ResultCollector.error_logging">false</boolProp>
11571         <objProp>
11572           <name>saveConfig</name>
11573           <value class="SampleSaveConfiguration">
11574             <time>true</time>
11575             <latency>true</latency>
11576             <timestamp>true</timestamp>
11577             <success>true</success>
11578             <label>true</label>
11579             <code>true</code>
11580             <message>true</message>
11581             <threadName>true</threadName>
11582             <dataType>true</dataType>
11583             <encoding>false</encoding>
11584             <assertions>true</assertions>
11585             <subresults>true</subresults>
11586             <responseData>false</responseData>
11587             <samplerData>false</samplerData>
11588             <xml>false</xml>
11589             <fieldNames>true</fieldNames>
11590             <responseHeaders>false</responseHeaders>
11591             <requestHeaders>false</requestHeaders>
11592             <responseDataOnError>false</responseDataOnError>
11593             <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
11594             <assertionsResultsToSave>0</assertionsResultsToSave>
11595             <bytes>true</bytes>
11596             <sentBytes>true</sentBytes>
11597             <url>true</url>
11598             <threadCounts>true</threadCounts>
11599             <idleTime>true</idleTime>
11600             <connectTime>true</connectTime>
11601           </value>
11602         </objProp>
11603         <stringProp name="filename">/home/ramesh/s3pTestResults.jtl</stringProp>
11604       </ResultCollector>
11605       <hashTree/>
11606       <ResultCollector guiclass="TableVisualizer" testclass="ResultCollector" testname="View Results in Table" enabled="true">
11607         <boolProp name="ResultCollector.error_logging">false</boolProp>
11608         <objProp>
11609           <name>saveConfig</name>
11610           <value class="SampleSaveConfiguration">
11611             <time>true</time>
11612             <latency>true</latency>
11613             <timestamp>true</timestamp>
11614             <success>true</success>
11615             <label>true</label>
11616             <code>true</code>
11617             <message>true</message>
11618             <threadName>true</threadName>
11619             <dataType>true</dataType>
11620             <encoding>false</encoding>
11621             <assertions>true</assertions>
11622             <subresults>true</subresults>
11623             <responseData>false</responseData>
11624             <samplerData>false</samplerData>
11625             <xml>false</xml>
11626             <fieldNames>true</fieldNames>
11627             <responseHeaders>false</responseHeaders>
11628             <requestHeaders>false</requestHeaders>
11629             <responseDataOnError>false</responseDataOnError>
11630             <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
11631             <assertionsResultsToSave>0</assertionsResultsToSave>
11632             <bytes>true</bytes>
11633             <sentBytes>true</sentBytes>
11634             <url>true</url>
11635             <threadCounts>true</threadCounts>
11636             <idleTime>true</idleTime>
11637             <connectTime>true</connectTime>
11638           </value>
11639         </objProp>
11640         <stringProp name="filename">/home/ramesh/s3pTestResults.jtl</stringProp>
11641       </ResultCollector>
11642       <hashTree/>
11643     </hashTree>
11644   </hashTree>
11645 </jmeterTestPlan>