Update S3Ps to use Kafka
[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,2024 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.3">
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">
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">
93         <intProp name="ThreadGroup.num_threads">1</intProp>
94         <intProp name="ThreadGroup.ramp_time">1</intProp>
95         <longProp name="ThreadGroup.duration">260000</longProp>
96         <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp>
97         <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
98         <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller">
99           <stringProp name="LoopController.loops">1</stringProp>
100           <boolProp name="LoopController.continue_forever">false</boolProp>
101         </elementProp>
102       </SetupThreadGroup>
103       <hashTree>
104         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Create Policy">
105           <intProp name="HTTPSampler.concurrentPool">6</intProp>
106           <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp>
107           <stringProp name="HTTPSampler.port">${API_PORT}</stringProp>
108           <stringProp name="HTTPSampler.protocol">http</stringProp>
109           <stringProp name="HTTPSampler.path">/policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Apex/versions/1.0.0/policies</stringProp>
110           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
111           <stringProp name="HTTPSampler.method">POST</stringProp>
112           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
113           <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
114           <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
115             <collectionProp name="Arguments.arguments">
116               <elementProp name="" elementType="HTTPArgument">
117                 <boolProp name="HTTPArgument.always_encode">false</boolProp>
118                 <stringProp name="Argument.value">{&#xd;
119   &quot;tosca_definitions_version&quot;: &quot;tosca_simple_yaml_1_1_0&quot;,&#xd;
120   &quot;topology_template&quot;: {&#xd;
121     &quot;policies&quot;: [&#xd;
122       {&#xd;
123         &quot;operational.apex.stabilityTestDefaultDomain&quot;: {&#xd;
124           &quot;type&quot;: &quot;onap.policies.controlloop.operational.common.Apex&quot;,&#xd;
125           &quot;type_version&quot;: &quot;1.0.0&quot;,&#xd;
126           &quot;version&quot;: &quot;1.0.0&quot;,&#xd;
127           &quot;metadata&quot;: {&#xd;
128             &quot;policy-id&quot;: &quot;operational.apex.defaultDomain&quot;,&#xd;
129             &quot;policy-version&quot;: 1&#xd;
130           },&#xd;
131           &quot;properties&quot;: {&#xd;
132             &quot;engineServiceParameters&quot;: {&#xd;
133               &quot;name&quot;: &quot;MyApexEngine&quot;,&#xd;
134               &quot;version&quot;: &quot;0.0.1&quot;,&#xd;
135               &quot;id&quot;: 45,&#xd;
136               &quot;instanceCount&quot;: 4,&#xd;
137               &quot;deploymentPort&quot;: 12561,&#xd;
138               &quot;policy_type_impl&quot;: {&#xd;
139                 &quot;apexPolicyModel&quot;: {&#xd;
140                   &quot;key&quot;: {&#xd;
141                     &quot;name&quot;: &quot;SamplePolicyModelJAVASCRIPT&quot;,&#xd;
142                     &quot;version&quot;: &quot;0.0.1&quot;&#xd;
143                   },&#xd;
144                   &quot;keyInformation&quot;: {&#xd;
145                     &quot;key&quot;: {&#xd;
146                       &quot;name&quot;: &quot;KeyInformation&quot;,&#xd;
147                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
148                     },&#xd;
149                     &quot;keyInfoMap&quot;: {&#xd;
150                       &quot;entry&quot;: [&#xd;
151                         {&#xd;
152                           &quot;key&quot;: {&#xd;
153                             &quot;name&quot;: &quot;Context&quot;,&#xd;
154                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
155                           },&#xd;
156                           &quot;value&quot;: {&#xd;
157                             &quot;key&quot;: {&#xd;
158                               &quot;name&quot;: &quot;Context&quot;,&#xd;
159                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
160                             },&#xd;
161                             &quot;UUID&quot;: &quot;ca36bfd8-6042-3633-8c85-89c66507c3bf&quot;,&#xd;
162                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Context:0.0.1\&quot;&quot;&#xd;
163                           }&#xd;
164                         },&#xd;
165                         {&#xd;
166                           &quot;key&quot;: {&#xd;
167                             &quot;name&quot;: &quot;Event0000&quot;,&#xd;
168                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
169                           },&#xd;
170                           &quot;value&quot;: {&#xd;
171                             &quot;key&quot;: {&#xd;
172                               &quot;name&quot;: &quot;Event0000&quot;,&#xd;
173                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
174                             },&#xd;
175                             &quot;UUID&quot;: &quot;465a81cc-885f-3a4d-bc4e-1508da92b236&quot;,&#xd;
176                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Event0000:0.0.1\&quot;&quot;&#xd;
177                           }&#xd;
178                         },&#xd;
179                         {&#xd;
180                           &quot;key&quot;: {&#xd;
181                             &quot;name&quot;: &quot;Event0001&quot;,&#xd;
182                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
183                           },&#xd;
184                           &quot;value&quot;: {&#xd;
185                             &quot;key&quot;: {&#xd;
186                               &quot;name&quot;: &quot;Event0001&quot;,&#xd;
187                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
188                             },&#xd;
189                             &quot;UUID&quot;: &quot;36b2d570-fff7-3a4b-bab2-6bf492f5129a&quot;,&#xd;
190                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Event0001:0.0.1\&quot;&quot;&#xd;
191                           }&#xd;
192                         },&#xd;
193                         {&#xd;
194                           &quot;key&quot;: {&#xd;
195                             &quot;name&quot;: &quot;Event0002&quot;,&#xd;
196                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
197                           },&#xd;
198                           &quot;value&quot;: {&#xd;
199                             &quot;key&quot;: {&#xd;
200                               &quot;name&quot;: &quot;Event0002&quot;,&#xd;
201                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
202                             },&#xd;
203                             &quot;UUID&quot;: &quot;ff6160a7-fb5e-379c-a6d2-2cd28053eacf&quot;,&#xd;
204                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Event0002:0.0.1\&quot;&quot;&#xd;
205                           }&#xd;
206                         },&#xd;
207                         {&#xd;
208                           &quot;key&quot;: {&#xd;
209                             &quot;name&quot;: &quot;Event0003&quot;,&#xd;
210                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
211                           },&#xd;
212                           &quot;value&quot;: {&#xd;
213                             &quot;key&quot;: {&#xd;
214                               &quot;name&quot;: &quot;Event0003&quot;,&#xd;
215                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
216                             },&#xd;
217                             &quot;UUID&quot;: &quot;5899e216-2abf-3781-abc4-2c257b92721e&quot;,&#xd;
218                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Event0003:0.0.1\&quot;&quot;&#xd;
219                           }&#xd;
220                         },&#xd;
221                         {&#xd;
222                           &quot;key&quot;: {&#xd;
223                             &quot;name&quot;: &quot;Event0004&quot;,&#xd;
224                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
225                           },&#xd;
226                           &quot;value&quot;: {&#xd;
227                             &quot;key&quot;: {&#xd;
228                               &quot;name&quot;: &quot;Event0004&quot;,&#xd;
229                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
230                             },&#xd;
231                             &quot;UUID&quot;: &quot;7c2692a7-4587-3d09-abf9-d96b339a316f&quot;,&#xd;
232                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Event0004:0.0.1\&quot;&quot;&#xd;
233                           }&#xd;
234                         },&#xd;
235                         {&#xd;
236                           &quot;key&quot;: {&#xd;
237                             &quot;name&quot;: &quot;Event0100&quot;,&#xd;
238                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
239                           },&#xd;
240                           &quot;value&quot;: {&#xd;
241                             &quot;key&quot;: {&#xd;
242                               &quot;name&quot;: &quot;Event0100&quot;,&#xd;
243                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
244                             },&#xd;
245                             &quot;UUID&quot;: &quot;b696048c-c0b0-34c1-8dbe-32ab6c8bc0c7&quot;,&#xd;
246                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Event0100:0.0.1\&quot;&quot;&#xd;
247                           }&#xd;
248                         },&#xd;
249                         {&#xd;
250                           &quot;key&quot;: {&#xd;
251                             &quot;name&quot;: &quot;Event0101&quot;,&#xd;
252                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
253                           },&#xd;
254                           &quot;value&quot;: {&#xd;
255                             &quot;key&quot;: {&#xd;
256                               &quot;name&quot;: &quot;Event0101&quot;,&#xd;
257                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
258                             },&#xd;
259                             &quot;UUID&quot;: &quot;edbfa868-2ab2-30fd-8078-4c7f67ca6122&quot;,&#xd;
260                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Event0101:0.0.1\&quot;&quot;&#xd;
261                           }&#xd;
262                         },&#xd;
263                         {&#xd;
264                           &quot;key&quot;: {&#xd;
265                             &quot;name&quot;: &quot;Event0102&quot;,&#xd;
266                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
267                           },&#xd;
268                           &quot;value&quot;: {&#xd;
269                             &quot;key&quot;: {&#xd;
270                               &quot;name&quot;: &quot;Event0102&quot;,&#xd;
271                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
272                             },&#xd;
273                             &quot;UUID&quot;: &quot;6b6ad2ff-ef63-3f7b-aabb-fba44f8de9d4&quot;,&#xd;
274                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Event0102:0.0.1\&quot;&quot;&#xd;
275                           }&#xd;
276                         },&#xd;
277                         {&#xd;
278                           &quot;key&quot;: {&#xd;
279                             &quot;name&quot;: &quot;Event0103&quot;,&#xd;
280                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
281                           },&#xd;
282                           &quot;value&quot;: {&#xd;
283                             &quot;key&quot;: {&#xd;
284                               &quot;name&quot;: &quot;Event0103&quot;,&#xd;
285                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
286                             },&#xd;
287                             &quot;UUID&quot;: &quot;c2550912-10d9-3000-8826-377288cd6cb1&quot;,&#xd;
288                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Event0103:0.0.1\&quot;&quot;&#xd;
289                           }&#xd;
290                         },&#xd;
291                         {&#xd;
292                           &quot;key&quot;: {&#xd;
293                             &quot;name&quot;: &quot;Event0104&quot;,&#xd;
294                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
295                           },&#xd;
296                           &quot;value&quot;: {&#xd;
297                             &quot;key&quot;: {&#xd;
298                               &quot;name&quot;: &quot;Event0104&quot;,&#xd;
299                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
300                             },&#xd;
301                             &quot;UUID&quot;: &quot;f6d75b71-c8a7-3337-a121-88d68c389f5a&quot;,&#xd;
302                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Event0104:0.0.1\&quot;&quot;&#xd;
303                           }&#xd;
304                         },&#xd;
305                         {&#xd;
306                           &quot;key&quot;: {&#xd;
307                             &quot;name&quot;: &quot;Events&quot;,&#xd;
308                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
309                           },&#xd;
310                           &quot;value&quot;: {&#xd;
311                             &quot;key&quot;: {&#xd;
312                               &quot;name&quot;: &quot;Events&quot;,&#xd;
313                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
314                             },&#xd;
315                             &quot;UUID&quot;: &quot;0215644c-4531-375c-8335-d558b4de8c03&quot;,&#xd;
316                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Events:0.0.1\&quot;&quot;&#xd;
317                           }&#xd;
318                         },&#xd;
319                         {&#xd;
320                           &quot;key&quot;: {&#xd;
321                             &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
322                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
323                           },&#xd;
324                           &quot;value&quot;: {&#xd;
325                             &quot;key&quot;: {&#xd;
326                               &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
327                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
328                             },&#xd;
329                             &quot;UUID&quot;: &quot;976a79e7-5c80-3c03-9503-da3f41fec395&quot;,&#xd;
330                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;ExternalContextAlbum:0.0.1\&quot;&quot;&#xd;
331                           }&#xd;
332                         },&#xd;
333                         {&#xd;
334                           &quot;key&quot;: {&#xd;
335                             &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
336                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
337                           },&#xd;
338                           &quot;value&quot;: {&#xd;
339                             &quot;key&quot;: {&#xd;
340                               &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
341                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
342                             },&#xd;
343                             &quot;UUID&quot;: &quot;c95e9e5f-d2c7-3ac7-a205-ea3574530cb7&quot;,&#xd;
344                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;GlobalContextAlbum:0.0.1\&quot;&quot;&#xd;
345                           }&#xd;
346                         },&#xd;
347                         {&#xd;
348                           &quot;key&quot;: {&#xd;
349                             &quot;name&quot;: &quot;KeyInformation&quot;,&#xd;
350                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
351                           },&#xd;
352                           &quot;value&quot;: {&#xd;
353                             &quot;key&quot;: {&#xd;
354                               &quot;name&quot;: &quot;KeyInformation&quot;,&#xd;
355                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
356                             },&#xd;
357                             &quot;UUID&quot;: &quot;1ff2f905-685c-3caf-95bc-0bbc90345888&quot;,&#xd;
358                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;KeyInformation:0.0.1\&quot;&quot;&#xd;
359                           }&#xd;
360                         },&#xd;
361                         {&#xd;
362                           &quot;key&quot;: {&#xd;
363                             &quot;name&quot;: &quot;Policies&quot;,&#xd;
364                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
365                           },&#xd;
366                           &quot;value&quot;: {&#xd;
367                             &quot;key&quot;: {&#xd;
368                               &quot;name&quot;: &quot;Policies&quot;,&#xd;
369                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
370                             },&#xd;
371                             &quot;UUID&quot;: &quot;f54c3b2b-be76-31c4-adfc-87c494c06808&quot;,&#xd;
372                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Policies:0.0.1\&quot;&quot;&#xd;
373                           }&#xd;
374                         },&#xd;
375                         {&#xd;
376                           &quot;key&quot;: {&#xd;
377                             &quot;name&quot;: &quot;Policy0&quot;,&#xd;
378                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
379                           },&#xd;
380                           &quot;value&quot;: {&#xd;
381                             &quot;key&quot;: {&#xd;
382                               &quot;name&quot;: &quot;Policy0&quot;,&#xd;
383                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
384                             },&#xd;
385                             &quot;UUID&quot;: &quot;3410e939-30ca-32c4-a2d8-c30b6fee6eec&quot;,&#xd;
386                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Policy0:0.0.1\&quot;&quot;&#xd;
387                           }&#xd;
388                         },&#xd;
389                         {&#xd;
390                           &quot;key&quot;: {&#xd;
391                             &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
392                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
393                           },&#xd;
394                           &quot;value&quot;: {&#xd;
395                             &quot;key&quot;: {&#xd;
396                               &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
397                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
398                             },&#xd;
399                             &quot;UUID&quot;: &quot;e27564c4-3cbf-3db2-9bf3-83ae80a2f907&quot;,&#xd;
400                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Policy0ContextAlbum:0.0.1\&quot;&quot;&#xd;
401                           }&#xd;
402                         },&#xd;
403                         {&#xd;
404                           &quot;key&quot;: {&#xd;
405                             &quot;name&quot;: &quot;Policy1&quot;,&#xd;
406                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
407                           },&#xd;
408                           &quot;value&quot;: {&#xd;
409                             &quot;key&quot;: {&#xd;
410                               &quot;name&quot;: &quot;Policy1&quot;,&#xd;
411                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
412                             },&#xd;
413                             &quot;UUID&quot;: &quot;d0b2b585-f344-33b8-af9e-250e7f4cfbce&quot;,&#xd;
414                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Policy1:0.0.1\&quot;&quot;&#xd;
415                           }&#xd;
416                         },&#xd;
417                         {&#xd;
418                           &quot;key&quot;: {&#xd;
419                             &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
420                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
421                           },&#xd;
422                           &quot;value&quot;: {&#xd;
423                             &quot;key&quot;: {&#xd;
424                               &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
425                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
426                             },&#xd;
427                             &quot;UUID&quot;: &quot;815d74ae-6fc0-3221-87b9-2bb1dfdfa7f0&quot;,&#xd;
428                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Policy1ContextAlbum:0.0.1\&quot;&quot;&#xd;
429                           }&#xd;
430                         },&#xd;
431                         {&#xd;
432                           &quot;key&quot;: {&#xd;
433                             &quot;name&quot;: &quot;SamplePolicyModelJAVASCRIPT&quot;,&#xd;
434                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
435                           },&#xd;
436                           &quot;value&quot;: {&#xd;
437                             &quot;key&quot;: {&#xd;
438                               &quot;name&quot;: &quot;SamplePolicyModelJAVASCRIPT&quot;,&#xd;
439                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
440                             },&#xd;
441                             &quot;UUID&quot;: &quot;bc8ee312-81ce-3c4a-92d5-4a73b8077148&quot;,&#xd;
442                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SamplePolicyModelJAVASCRIPT:0.0.1\&quot;&quot;&#xd;
443                           }&#xd;
444                         },&#xd;
445                         {&#xd;
446                           &quot;key&quot;: {&#xd;
447                             &quot;name&quot;: &quot;Task_Act0&quot;,&#xd;
448                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
449                           },&#xd;
450                           &quot;value&quot;: {&#xd;
451                             &quot;key&quot;: {&#xd;
452                               &quot;name&quot;: &quot;Task_Act0&quot;,&#xd;
453                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
454                             },&#xd;
455                             &quot;UUID&quot;: &quot;0589ff20-adcc-3ce5-95fe-8d7978ed54ed&quot;,&#xd;
456                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Act0:0.0.1\&quot;&quot;&#xd;
457                           }&#xd;
458                         },&#xd;
459                         {&#xd;
460                           &quot;key&quot;: {&#xd;
461                             &quot;name&quot;: &quot;Task_Act1&quot;,&#xd;
462                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
463                           },&#xd;
464                           &quot;value&quot;: {&#xd;
465                             &quot;key&quot;: {&#xd;
466                               &quot;name&quot;: &quot;Task_Act1&quot;,&#xd;
467                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
468                             },&#xd;
469                             &quot;UUID&quot;: &quot;095b126d-ca8b-32c9-ad52-d744e817a79c&quot;,&#xd;
470                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Act1:0.0.1\&quot;&quot;&#xd;
471                           }&#xd;
472                         },&#xd;
473                         {&#xd;
474                           &quot;key&quot;: {&#xd;
475                             &quot;name&quot;: &quot;Task_Act2&quot;,&#xd;
476                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
477                           },&#xd;
478                           &quot;value&quot;: {&#xd;
479                             &quot;key&quot;: {&#xd;
480                               &quot;name&quot;: &quot;Task_Act2&quot;,&#xd;
481                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
482                             },&#xd;
483                             &quot;UUID&quot;: &quot;3d786b4c-d9ee-3367-ab71-c67271a4ea2f&quot;,&#xd;
484                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Act2:0.0.1\&quot;&quot;&#xd;
485                           }&#xd;
486                         },&#xd;
487                         {&#xd;
488                           &quot;key&quot;: {&#xd;
489                             &quot;name&quot;: &quot;Task_Act3&quot;,&#xd;
490                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
491                           },&#xd;
492                           &quot;value&quot;: {&#xd;
493                             &quot;key&quot;: {&#xd;
494                               &quot;name&quot;: &quot;Task_Act3&quot;,&#xd;
495                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
496                             },&#xd;
497                             &quot;UUID&quot;: &quot;9231753e-20c5-3436-982f-9100340cc570&quot;,&#xd;
498                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Act3:0.0.1\&quot;&quot;&#xd;
499                           }&#xd;
500                         },&#xd;
501                         {&#xd;
502                           &quot;key&quot;: {&#xd;
503                             &quot;name&quot;: &quot;Task_Decide0&quot;,&#xd;
504                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
505                           },&#xd;
506                           &quot;value&quot;: {&#xd;
507                             &quot;key&quot;: {&#xd;
508                               &quot;name&quot;: &quot;Task_Decide0&quot;,&#xd;
509                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
510                             },&#xd;
511                             &quot;UUID&quot;: &quot;502383d3-483f-3a56-a426-2f0406674c8d&quot;,&#xd;
512                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Decide0:0.0.1\&quot;&quot;&#xd;
513                           }&#xd;
514                         },&#xd;
515                         {&#xd;
516                           &quot;key&quot;: {&#xd;
517                             &quot;name&quot;: &quot;Task_Decide1&quot;,&#xd;
518                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
519                           },&#xd;
520                           &quot;value&quot;: {&#xd;
521                             &quot;key&quot;: {&#xd;
522                               &quot;name&quot;: &quot;Task_Decide1&quot;,&#xd;
523                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
524                             },&#xd;
525                             &quot;UUID&quot;: &quot;16598106-41c8-3b5a-99c6-5fcf6d1a5ddf&quot;,&#xd;
526                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Decide1:0.0.1\&quot;&quot;&#xd;
527                           }&#xd;
528                         },&#xd;
529                         {&#xd;
530                           &quot;key&quot;: {&#xd;
531                             &quot;name&quot;: &quot;Task_Decide2&quot;,&#xd;
532                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
533                           },&#xd;
534                           &quot;value&quot;: {&#xd;
535                             &quot;key&quot;: {&#xd;
536                               &quot;name&quot;: &quot;Task_Decide2&quot;,&#xd;
537                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
538                             },&#xd;
539                             &quot;UUID&quot;: &quot;ad3a89f5-e369-3c66-b22c-669f7b3653b8&quot;,&#xd;
540                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Decide2:0.0.1\&quot;&quot;&#xd;
541                           }&#xd;
542                         },&#xd;
543                         {&#xd;
544                           &quot;key&quot;: {&#xd;
545                             &quot;name&quot;: &quot;Task_Decide3&quot;,&#xd;
546                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
547                           },&#xd;
548                           &quot;value&quot;: {&#xd;
549                             &quot;key&quot;: {&#xd;
550                               &quot;name&quot;: &quot;Task_Decide3&quot;,&#xd;
551                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
552                             },&#xd;
553                             &quot;UUID&quot;: &quot;56815939-1164-3867-9ed1-0a27ff8aafb3&quot;,&#xd;
554                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Decide3:0.0.1\&quot;&quot;&#xd;
555                           }&#xd;
556                         },&#xd;
557                         {&#xd;
558                           &quot;key&quot;: {&#xd;
559                             &quot;name&quot;: &quot;Task_Establish0&quot;,&#xd;
560                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
561                           },&#xd;
562                           &quot;value&quot;: {&#xd;
563                             &quot;key&quot;: {&#xd;
564                               &quot;name&quot;: &quot;Task_Establish0&quot;,&#xd;
565                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
566                             },&#xd;
567                             &quot;UUID&quot;: &quot;0db0c566-ecd7-3e27-9865-4b82c893abdb&quot;,&#xd;
568                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Establish0:0.0.1\&quot;&quot;&#xd;
569                           }&#xd;
570                         },&#xd;
571                         {&#xd;
572                           &quot;key&quot;: {&#xd;
573                             &quot;name&quot;: &quot;Task_Establish1&quot;,&#xd;
574                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
575                           },&#xd;
576                           &quot;value&quot;: {&#xd;
577                             &quot;key&quot;: {&#xd;
578                               &quot;name&quot;: &quot;Task_Establish1&quot;,&#xd;
579                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
580                             },&#xd;
581                             &quot;UUID&quot;: &quot;6944a4c1-6201-317c-8d7e-eaa7f2ee0ea0&quot;,&#xd;
582                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Establish1:0.0.1\&quot;&quot;&#xd;
583                           }&#xd;
584                         },&#xd;
585                         {&#xd;
586                           &quot;key&quot;: {&#xd;
587                             &quot;name&quot;: &quot;Task_Establish2&quot;,&#xd;
588                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
589                           },&#xd;
590                           &quot;value&quot;: {&#xd;
591                             &quot;key&quot;: {&#xd;
592                               &quot;name&quot;: &quot;Task_Establish2&quot;,&#xd;
593                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
594                             },&#xd;
595                             &quot;UUID&quot;: &quot;0f766ea9-11cd-3e7d-a8c8-28c8dee6a85a&quot;,&#xd;
596                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Establish2:0.0.1\&quot;&quot;&#xd;
597                           }&#xd;
598                         },&#xd;
599                         {&#xd;
600                           &quot;key&quot;: {&#xd;
601                             &quot;name&quot;: &quot;Task_Establish3&quot;,&#xd;
602                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
603                           },&#xd;
604                           &quot;value&quot;: {&#xd;
605                             &quot;key&quot;: {&#xd;
606                               &quot;name&quot;: &quot;Task_Establish3&quot;,&#xd;
607                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
608                             },&#xd;
609                             &quot;UUID&quot;: &quot;c3237a38-cc6d-3418-b1e1-0dc8b4bdcc66&quot;,&#xd;
610                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Establish3:0.0.1\&quot;&quot;&#xd;
611                           }&#xd;
612                         },&#xd;
613                         {&#xd;
614                           &quot;key&quot;: {&#xd;
615                             &quot;name&quot;: &quot;Task_Match0&quot;,&#xd;
616                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
617                           },&#xd;
618                           &quot;value&quot;: {&#xd;
619                             &quot;key&quot;: {&#xd;
620                               &quot;name&quot;: &quot;Task_Match0&quot;,&#xd;
621                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
622                             },&#xd;
623                             &quot;UUID&quot;: &quot;051bcfd5-cf73-3c89-8ee7-ea6e005ec059&quot;,&#xd;
624                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Match0:0.0.1\&quot;&quot;&#xd;
625                           }&#xd;
626                         },&#xd;
627                         {&#xd;
628                           &quot;key&quot;: {&#xd;
629                             &quot;name&quot;: &quot;Task_Match1&quot;,&#xd;
630                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
631                           },&#xd;
632                           &quot;value&quot;: {&#xd;
633                             &quot;key&quot;: {&#xd;
634                               &quot;name&quot;: &quot;Task_Match1&quot;,&#xd;
635                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
636                             },&#xd;
637                             &quot;UUID&quot;: &quot;3754fe19-98f2-34a1-9f45-db31052208d8&quot;,&#xd;
638                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Match1:0.0.1\&quot;&quot;&#xd;
639                           }&#xd;
640                         },&#xd;
641                         {&#xd;
642                           &quot;key&quot;: {&#xd;
643                             &quot;name&quot;: &quot;Task_Match2&quot;,&#xd;
644                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
645                           },&#xd;
646                           &quot;value&quot;: {&#xd;
647                             &quot;key&quot;: {&#xd;
648                               &quot;name&quot;: &quot;Task_Match2&quot;,&#xd;
649                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
650                             },&#xd;
651                             &quot;UUID&quot;: &quot;8c200709-a180-3c8b-916f-275ff49ce194&quot;,&#xd;
652                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Match2:0.0.1\&quot;&quot;&#xd;
653                           }&#xd;
654                         },&#xd;
655                         {&#xd;
656                           &quot;key&quot;: {&#xd;
657                             &quot;name&quot;: &quot;Task_Match3&quot;,&#xd;
658                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
659                           },&#xd;
660                           &quot;value&quot;: {&#xd;
661                             &quot;key&quot;: {&#xd;
662                               &quot;name&quot;: &quot;Task_Match3&quot;,&#xd;
663                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
664                             },&#xd;
665                             &quot;UUID&quot;: &quot;a1a879c6-4510-33b0-bbd0-ad6256189a37&quot;,&#xd;
666                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Task_Match3:0.0.1\&quot;&quot;&#xd;
667                           }&#xd;
668                         },&#xd;
669                         {&#xd;
670                           &quot;key&quot;: {&#xd;
671                             &quot;name&quot;: &quot;Tasks&quot;,&#xd;
672                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
673                           },&#xd;
674                           &quot;value&quot;: {&#xd;
675                             &quot;key&quot;: {&#xd;
676                               &quot;name&quot;: &quot;Tasks&quot;,&#xd;
677                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
678                             },&#xd;
679                             &quot;UUID&quot;: &quot;a7fab96b-ce1c-37ce-bbb2-556b6db524a5&quot;,&#xd;
680                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;Tasks:0.0.1\&quot;&quot;&#xd;
681                           }&#xd;
682                         },&#xd;
683                         {&#xd;
684                           &quot;key&quot;: {&#xd;
685                             &quot;name&quot;: &quot;TestCase&quot;,&#xd;
686                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
687                           },&#xd;
688                           &quot;value&quot;: {&#xd;
689                             &quot;key&quot;: {&#xd;
690                               &quot;name&quot;: &quot;TestCase&quot;,&#xd;
691                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
692                             },&#xd;
693                             &quot;UUID&quot;: &quot;0a652886-c88d-3f8c-8994-ae9161e7c963&quot;,&#xd;
694                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestCase:0.0.1\&quot;&quot;&#xd;
695                           }&#xd;
696                         },&#xd;
697                         {&#xd;
698                           &quot;key&quot;: {&#xd;
699                             &quot;name&quot;: &quot;TestContextItem000&quot;,&#xd;
700                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
701                           },&#xd;
702                           &quot;value&quot;: {&#xd;
703                             &quot;key&quot;: {&#xd;
704                               &quot;name&quot;: &quot;TestContextItem000&quot;,&#xd;
705                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
706                             },&#xd;
707                             &quot;UUID&quot;: &quot;8efba9fa-371e-33df-a7d6-88b0284e7fd0&quot;,&#xd;
708                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem000:0.0.1\&quot;&quot;&#xd;
709                           }&#xd;
710                         },&#xd;
711                         {&#xd;
712                           &quot;key&quot;: {&#xd;
713                             &quot;name&quot;: &quot;TestContextItem001&quot;,&#xd;
714                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
715                           },&#xd;
716                           &quot;value&quot;: {&#xd;
717                             &quot;key&quot;: {&#xd;
718                               &quot;name&quot;: &quot;TestContextItem001&quot;,&#xd;
719                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
720                             },&#xd;
721                             &quot;UUID&quot;: &quot;3740077c-a2b3-356b-81dc-5ded2118a951&quot;,&#xd;
722                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem001:0.0.1\&quot;&quot;&#xd;
723                           }&#xd;
724                         },&#xd;
725                         {&#xd;
726                           &quot;key&quot;: {&#xd;
727                             &quot;name&quot;: &quot;TestContextItem002&quot;,&#xd;
728                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
729                           },&#xd;
730                           &quot;value&quot;: {&#xd;
731                             &quot;key&quot;: {&#xd;
732                               &quot;name&quot;: &quot;TestContextItem002&quot;,&#xd;
733                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
734                             },&#xd;
735                             &quot;UUID&quot;: &quot;b5c7df95-9af5-322f-9ea8-eb440a2bf926&quot;,&#xd;
736                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem002:0.0.1\&quot;&quot;&#xd;
737                           }&#xd;
738                         },&#xd;
739                         {&#xd;
740                           &quot;key&quot;: {&#xd;
741                             &quot;name&quot;: &quot;TestContextItem003&quot;,&#xd;
742                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
743                           },&#xd;
744                           &quot;value&quot;: {&#xd;
745                             &quot;key&quot;: {&#xd;
746                               &quot;name&quot;: &quot;TestContextItem003&quot;,&#xd;
747                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
748                             },&#xd;
749                             &quot;UUID&quot;: &quot;b36f0aa5-0fb9-3e2c-8fa2-fddb7fd05f4b&quot;,&#xd;
750                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem003:0.0.1\&quot;&quot;&#xd;
751                           }&#xd;
752                         },&#xd;
753                         {&#xd;
754                           &quot;key&quot;: {&#xd;
755                             &quot;name&quot;: &quot;TestContextItem004&quot;,&#xd;
756                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
757                           },&#xd;
758                           &quot;value&quot;: {&#xd;
759                             &quot;key&quot;: {&#xd;
760                               &quot;name&quot;: &quot;TestContextItem004&quot;,&#xd;
761                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
762                             },&#xd;
763                             &quot;UUID&quot;: &quot;093cda11-eaeb-3a46-a5b6-d5e30c00935b&quot;,&#xd;
764                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem004:0.0.1\&quot;&quot;&#xd;
765                           }&#xd;
766                         },&#xd;
767                         {&#xd;
768                           &quot;key&quot;: {&#xd;
769                             &quot;name&quot;: &quot;TestContextItem005&quot;,&#xd;
770                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
771                           },&#xd;
772                           &quot;value&quot;: {&#xd;
773                             &quot;key&quot;: {&#xd;
774                               &quot;name&quot;: &quot;TestContextItem005&quot;,&#xd;
775                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
776                             },&#xd;
777                             &quot;UUID&quot;: &quot;569a758d-ba40-37c0-aebb-7ad138df25ac&quot;,&#xd;
778                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem005:0.0.1\&quot;&quot;&#xd;
779                           }&#xd;
780                         },&#xd;
781                         {&#xd;
782                           &quot;key&quot;: {&#xd;
783                             &quot;name&quot;: &quot;TestContextItem006&quot;,&#xd;
784                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
785                           },&#xd;
786                           &quot;value&quot;: {&#xd;
787                             &quot;key&quot;: {&#xd;
788                               &quot;name&quot;: &quot;TestContextItem006&quot;,&#xd;
789                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
790                             },&#xd;
791                             &quot;UUID&quot;: &quot;252818d9-b61f-3962-a905-8865fb00fb04&quot;,&#xd;
792                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem006:0.0.1\&quot;&quot;&#xd;
793                           }&#xd;
794                         },&#xd;
795                         {&#xd;
796                           &quot;key&quot;: {&#xd;
797                             &quot;name&quot;: &quot;TestContextItem007&quot;,&#xd;
798                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
799                           },&#xd;
800                           &quot;value&quot;: {&#xd;
801                             &quot;key&quot;: {&#xd;
802                               &quot;name&quot;: &quot;TestContextItem007&quot;,&#xd;
803                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
804                             },&#xd;
805                             &quot;UUID&quot;: &quot;fe1a5f7c-c083-377b-a797-752b01fc6c73&quot;,&#xd;
806                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem007:0.0.1\&quot;&quot;&#xd;
807                           }&#xd;
808                         },&#xd;
809                         {&#xd;
810                           &quot;key&quot;: {&#xd;
811                             &quot;name&quot;: &quot;TestContextItem008&quot;,&#xd;
812                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
813                           },&#xd;
814                           &quot;value&quot;: {&#xd;
815                             &quot;key&quot;: {&#xd;
816                               &quot;name&quot;: &quot;TestContextItem008&quot;,&#xd;
817                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
818                             },&#xd;
819                             &quot;UUID&quot;: &quot;aa87d007-d07e-3f67-8c6d-0ebc3d85479d&quot;,&#xd;
820                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem008:0.0.1\&quot;&quot;&#xd;
821                           }&#xd;
822                         },&#xd;
823                         {&#xd;
824                           &quot;key&quot;: {&#xd;
825                             &quot;name&quot;: &quot;TestContextItem009&quot;,&#xd;
826                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
827                           },&#xd;
828                           &quot;value&quot;: {&#xd;
829                             &quot;key&quot;: {&#xd;
830                               &quot;name&quot;: &quot;TestContextItem009&quot;,&#xd;
831                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
832                             },&#xd;
833                             &quot;UUID&quot;: &quot;126e7a3a-11b6-3f88-9397-c21d8819f859&quot;,&#xd;
834                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem009:0.0.1\&quot;&quot;&#xd;
835                           }&#xd;
836                         },&#xd;
837                         {&#xd;
838                           &quot;key&quot;: {&#xd;
839                             &quot;name&quot;: &quot;TestContextItem00A&quot;,&#xd;
840                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
841                           },&#xd;
842                           &quot;value&quot;: {&#xd;
843                             &quot;key&quot;: {&#xd;
844                               &quot;name&quot;: &quot;TestContextItem00A&quot;,&#xd;
845                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
846                             },&#xd;
847                             &quot;UUID&quot;: &quot;0e0e3dec-e03d-3379-a87b-1ecd4aa3d8cc&quot;,&#xd;
848                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem00A:0.0.1\&quot;&quot;&#xd;
849                           }&#xd;
850                         },&#xd;
851                         {&#xd;
852                           &quot;key&quot;: {&#xd;
853                             &quot;name&quot;: &quot;TestContextItem00B&quot;,&#xd;
854                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
855                           },&#xd;
856                           &quot;value&quot;: {&#xd;
857                             &quot;key&quot;: {&#xd;
858                               &quot;name&quot;: &quot;TestContextItem00B&quot;,&#xd;
859                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
860                             },&#xd;
861                             &quot;UUID&quot;: &quot;dbdc98df-3ff4-360c-b8d3-a7a836ac3de6&quot;,&#xd;
862                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem00B:0.0.1\&quot;&quot;&#xd;
863                           }&#xd;
864                         },&#xd;
865                         {&#xd;
866                           &quot;key&quot;: {&#xd;
867                             &quot;name&quot;: &quot;TestContextItem00C&quot;,&#xd;
868                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
869                           },&#xd;
870                           &quot;value&quot;: {&#xd;
871                             &quot;key&quot;: {&#xd;
872                               &quot;name&quot;: &quot;TestContextItem00C&quot;,&#xd;
873                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
874                             },&#xd;
875                             &quot;UUID&quot;: &quot;32a2f355-77f3-3b25-ace6-7a9c5763a5ad&quot;,&#xd;
876                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestContextItem00C:0.0.1\&quot;&quot;&#xd;
877                           }&#xd;
878                         },&#xd;
879                         {&#xd;
880                           &quot;key&quot;: {&#xd;
881                             &quot;name&quot;: &quot;TestDatatypes&quot;,&#xd;
882                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
883                           },&#xd;
884                           &quot;value&quot;: {&#xd;
885                             &quot;key&quot;: {&#xd;
886                               &quot;name&quot;: &quot;TestDatatypes&quot;,&#xd;
887                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
888                             },&#xd;
889                             &quot;UUID&quot;: &quot;3f95472c-973e-30e2-95f1-bf00cbef909a&quot;,&#xd;
890                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestDatatypes:0.0.1\&quot;&quot;&#xd;
891                           }&#xd;
892                         },&#xd;
893                         {&#xd;
894                           &quot;key&quot;: {&#xd;
895                             &quot;name&quot;: &quot;TestExternalContextItem&quot;,&#xd;
896                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
897                           },&#xd;
898                           &quot;value&quot;: {&#xd;
899                             &quot;key&quot;: {&#xd;
900                               &quot;name&quot;: &quot;TestExternalContextItem&quot;,&#xd;
901                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
902                             },&#xd;
903                             &quot;UUID&quot;: &quot;610dbbd4-9149-3b3c-9af4-819056f0e169&quot;,&#xd;
904                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestExternalContextItem:0.0.1\&quot;&quot;&#xd;
905                           }&#xd;
906                         },&#xd;
907                         {&#xd;
908                           &quot;key&quot;: {&#xd;
909                             &quot;name&quot;: &quot;TestGlobalContextItem&quot;,&#xd;
910                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
911                           },&#xd;
912                           &quot;value&quot;: {&#xd;
913                             &quot;key&quot;: {&#xd;
914                               &quot;name&quot;: &quot;TestGlobalContextItem&quot;,&#xd;
915                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
916                             },&#xd;
917                             &quot;UUID&quot;: &quot;07fa8f68-55f1-3fd0-81c1-749a379753a7&quot;,&#xd;
918                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestGlobalContextItem:0.0.1\&quot;&quot;&#xd;
919                           }&#xd;
920                         },&#xd;
921                         {&#xd;
922                           &quot;key&quot;: {&#xd;
923                             &quot;name&quot;: &quot;TestPolicyContextItem&quot;,&#xd;
924                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
925                           },&#xd;
926                           &quot;value&quot;: {&#xd;
927                             &quot;key&quot;: {&#xd;
928                               &quot;name&quot;: &quot;TestPolicyContextItem&quot;,&#xd;
929                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
930                             },&#xd;
931                             &quot;UUID&quot;: &quot;d9c93cd1-539e-35c5-aaec-bb711ceb1251&quot;,&#xd;
932                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestPolicyContextItem:0.0.1\&quot;&quot;&#xd;
933                           }&#xd;
934                         },&#xd;
935                         {&#xd;
936                           &quot;key&quot;: {&#xd;
937                             &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
938                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
939                           },&#xd;
940                           &quot;value&quot;: {&#xd;
941                             &quot;key&quot;: {&#xd;
942                               &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
943                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
944                             },&#xd;
945                             &quot;UUID&quot;: &quot;683fe492-7eae-3ac7-9924-bb7850208d05&quot;,&#xd;
946                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestSlogan:0.0.1\&quot;&quot;&#xd;
947                           }&#xd;
948                         },&#xd;
949                         {&#xd;
950                           &quot;key&quot;: {&#xd;
951                             &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
952                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
953                           },&#xd;
954                           &quot;value&quot;: {&#xd;
955                             &quot;key&quot;: {&#xd;
956                               &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
957                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
958                             },&#xd;
959                             &quot;UUID&quot;: &quot;bba25b6f-e3cd-3060-9022-4ef3a79f8eb0&quot;,&#xd;
960                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestTemperature:0.0.1\&quot;&quot;&#xd;
961                           }&#xd;
962                         },&#xd;
963                         {&#xd;
964                           &quot;key&quot;: {&#xd;
965                             &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
966                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
967                           },&#xd;
968                           &quot;value&quot;: {&#xd;
969                             &quot;key&quot;: {&#xd;
970                               &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
971                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
972                             },&#xd;
973                             &quot;UUID&quot;: &quot;97b73937-c344-33c0-924c-4d26b6449564&quot;,&#xd;
974                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;TestTimestamp:0.0.1\&quot;&quot;&#xd;
975                           }&#xd;
976                         }&#xd;
977                       ]&#xd;
978                     }&#xd;
979                   },&#xd;
980                   &quot;policies&quot;: {&#xd;
981                     &quot;key&quot;: {&#xd;
982                       &quot;name&quot;: &quot;Policies&quot;,&#xd;
983                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
984                     },&#xd;
985                     &quot;policyMap&quot;: {&#xd;
986                       &quot;entry&quot;: [&#xd;
987                         {&#xd;
988                           &quot;key&quot;: {&#xd;
989                             &quot;name&quot;: &quot;Policy0&quot;,&#xd;
990                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
991                           },&#xd;
992                           &quot;value&quot;: {&#xd;
993                             &quot;policyKey&quot;: {&#xd;
994                               &quot;name&quot;: &quot;Policy0&quot;,&#xd;
995                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
996                             },&#xd;
997                             &quot;template&quot;: &quot;MEDA&quot;,&#xd;
998                             &quot;state&quot;: {&#xd;
999                               &quot;entry&quot;: [&#xd;
1000                                 {&#xd;
1001                                   &quot;key&quot;: &quot;Act&quot;,&#xd;
1002                                   &quot;value&quot;: {&#xd;
1003                                     &quot;stateKey&quot;: {&#xd;
1004                                       &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1005                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1006                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1007                                       &quot;localName&quot;: &quot;Act&quot;&#xd;
1008                                     },&#xd;
1009                                     &quot;trigger&quot;: {&#xd;
1010                                       &quot;name&quot;: &quot;Event0003&quot;,&#xd;
1011                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1012                                     },&#xd;
1013                                     &quot;stateOutputs&quot;: {&#xd;
1014                                       &quot;entry&quot;: [&#xd;
1015                                         {&#xd;
1016                                           &quot;key&quot;: &quot;Act_NULL&quot;,&#xd;
1017                                           &quot;value&quot;: {&#xd;
1018                                             &quot;key&quot;: {&#xd;
1019                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1020                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1021                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1022                                               &quot;localName&quot;: &quot;Act_NULL&quot;&#xd;
1023                                             },&#xd;
1024                                             &quot;outgoingEvent&quot;: {&#xd;
1025                                               &quot;name&quot;: &quot;Event0004&quot;,&#xd;
1026                                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1027                                             },&#xd;
1028                                             &quot;nextState&quot;: {&#xd;
1029                                               &quot;parentKeyName&quot;: &quot;NULL&quot;,&#xd;
1030                                               &quot;parentKeyVersion&quot;: &quot;0.0.0&quot;,&#xd;
1031                                               &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1032                                               &quot;localName&quot;: &quot;NULL&quot;&#xd;
1033                                             }&#xd;
1034                                           }&#xd;
1035                                         }&#xd;
1036                                       ]&#xd;
1037                                     },&#xd;
1038                                     &quot;contextAlbumReference&quot;: [&#xd;
1039                                       {&#xd;
1040                                         &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
1041                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1042                                       }&#xd;
1043                                     ],&#xd;
1044                                     &quot;taskSelectionLogic&quot;: {&#xd;
1045                                       &quot;key&quot;: &quot;TaskSelectionLigic&quot;,&#xd;
1046                                       &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
1047                                       &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;
1048                                     },&#xd;
1049                                     &quot;stateFinalizerLogicMap&quot;: {&#xd;
1050                                       &quot;entry&quot;: []&#xd;
1051                                     },&#xd;
1052                                     &quot;defaultTask&quot;: {&#xd;
1053                                       &quot;name&quot;: &quot;Task_Act1&quot;,&#xd;
1054                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1055                                     },&#xd;
1056                                     &quot;taskReferences&quot;: {&#xd;
1057                                       &quot;entry&quot;: [&#xd;
1058                                         {&#xd;
1059                                           &quot;key&quot;: {&#xd;
1060                                             &quot;name&quot;: &quot;Task_Act0&quot;,&#xd;
1061                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1062                                           },&#xd;
1063                                           &quot;value&quot;: {&#xd;
1064                                             &quot;key&quot;: {&#xd;
1065                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1066                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1067                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1068                                               &quot;localName&quot;: &quot;Task_Act0_DIRECT_Act_NULL&quot;&#xd;
1069                                             },&#xd;
1070                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1071                                             &quot;output&quot;: {&#xd;
1072                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1073                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1074                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1075                                               &quot;localName&quot;: &quot;Act_NULL&quot;&#xd;
1076                                             }&#xd;
1077                                           }&#xd;
1078                                         },&#xd;
1079                                         {&#xd;
1080                                           &quot;key&quot;: {&#xd;
1081                                             &quot;name&quot;: &quot;Task_Act1&quot;,&#xd;
1082                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1083                                           },&#xd;
1084                                           &quot;value&quot;: {&#xd;
1085                                             &quot;key&quot;: {&#xd;
1086                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1087                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1088                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1089                                               &quot;localName&quot;: &quot;Task_Act1_DIRECT_Act_NULL&quot;&#xd;
1090                                             },&#xd;
1091                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1092                                             &quot;output&quot;: {&#xd;
1093                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1094                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1095                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1096                                               &quot;localName&quot;: &quot;Act_NULL&quot;&#xd;
1097                                             }&#xd;
1098                                           }&#xd;
1099                                         },&#xd;
1100                                         {&#xd;
1101                                           &quot;key&quot;: {&#xd;
1102                                             &quot;name&quot;: &quot;Task_Act2&quot;,&#xd;
1103                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1104                                           },&#xd;
1105                                           &quot;value&quot;: {&#xd;
1106                                             &quot;key&quot;: {&#xd;
1107                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1108                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1109                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1110                                               &quot;localName&quot;: &quot;Task_Act2_DIRECT_Act_NULL&quot;&#xd;
1111                                             },&#xd;
1112                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1113                                             &quot;output&quot;: {&#xd;
1114                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1115                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1116                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1117                                               &quot;localName&quot;: &quot;Act_NULL&quot;&#xd;
1118                                             }&#xd;
1119                                           }&#xd;
1120                                         },&#xd;
1121                                         {&#xd;
1122                                           &quot;key&quot;: {&#xd;
1123                                             &quot;name&quot;: &quot;Task_Act3&quot;,&#xd;
1124                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1125                                           },&#xd;
1126                                           &quot;value&quot;: {&#xd;
1127                                             &quot;key&quot;: {&#xd;
1128                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1129                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1130                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1131                                               &quot;localName&quot;: &quot;Task_Act3_DIRECT_Act_NULL&quot;&#xd;
1132                                             },&#xd;
1133                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1134                                             &quot;output&quot;: {&#xd;
1135                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1136                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1137                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1138                                               &quot;localName&quot;: &quot;Act_NULL&quot;&#xd;
1139                                             }&#xd;
1140                                           }&#xd;
1141                                         }&#xd;
1142                                       ]&#xd;
1143                                     }&#xd;
1144                                   }&#xd;
1145                                 },&#xd;
1146                                 {&#xd;
1147                                   &quot;key&quot;: &quot;Decide&quot;,&#xd;
1148                                   &quot;value&quot;: {&#xd;
1149                                     &quot;stateKey&quot;: {&#xd;
1150                                       &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1151                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1152                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1153                                       &quot;localName&quot;: &quot;Decide&quot;&#xd;
1154                                     },&#xd;
1155                                     &quot;trigger&quot;: {&#xd;
1156                                       &quot;name&quot;: &quot;Event0002&quot;,&#xd;
1157                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1158                                     },&#xd;
1159                                     &quot;stateOutputs&quot;: {&#xd;
1160                                       &quot;entry&quot;: [&#xd;
1161                                         {&#xd;
1162                                           &quot;key&quot;: &quot;Decide_Act&quot;,&#xd;
1163                                           &quot;value&quot;: {&#xd;
1164                                             &quot;key&quot;: {&#xd;
1165                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1166                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1167                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1168                                               &quot;localName&quot;: &quot;Decide_Act&quot;&#xd;
1169                                             },&#xd;
1170                                             &quot;outgoingEvent&quot;: {&#xd;
1171                                               &quot;name&quot;: &quot;Event0003&quot;,&#xd;
1172                                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1173                                             },&#xd;
1174                                             &quot;nextState&quot;: {&#xd;
1175                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1176                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1177                                               &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1178                                               &quot;localName&quot;: &quot;Act&quot;&#xd;
1179                                             }&#xd;
1180                                           }&#xd;
1181                                         }&#xd;
1182                                       ]&#xd;
1183                                     },&#xd;
1184                                     &quot;contextAlbumReference&quot;: [&#xd;
1185                                       {&#xd;
1186                                         &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
1187                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1188                                       },&#xd;
1189                                       {&#xd;
1190                                         &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
1191                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1192                                       },&#xd;
1193                                       {&#xd;
1194                                         &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
1195                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1196                                       }&#xd;
1197                                     ],&#xd;
1198                                     &quot;taskSelectionLogic&quot;: {&#xd;
1199                                       &quot;key&quot;: &quot;TaskSelectionLigic&quot;,&#xd;
1200                                       &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
1201                                       &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;
1202                                     },&#xd;
1203                                     &quot;stateFinalizerLogicMap&quot;: {&#xd;
1204                                       &quot;entry&quot;: []&#xd;
1205                                     },&#xd;
1206                                     &quot;defaultTask&quot;: {&#xd;
1207                                       &quot;name&quot;: &quot;Task_Decide3&quot;,&#xd;
1208                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1209                                     },&#xd;
1210                                     &quot;taskReferences&quot;: {&#xd;
1211                                       &quot;entry&quot;: [&#xd;
1212                                         {&#xd;
1213                                           &quot;key&quot;: {&#xd;
1214                                             &quot;name&quot;: &quot;Task_Decide0&quot;,&#xd;
1215                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1216                                           },&#xd;
1217                                           &quot;value&quot;: {&#xd;
1218                                             &quot;key&quot;: {&#xd;
1219                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1220                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1221                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1222                                               &quot;localName&quot;: &quot;Task_Decide0_DIRECT_Decide_Act&quot;&#xd;
1223                                             },&#xd;
1224                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1225                                             &quot;output&quot;: {&#xd;
1226                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1227                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1228                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1229                                               &quot;localName&quot;: &quot;Decide_Act&quot;&#xd;
1230                                             }&#xd;
1231                                           }&#xd;
1232                                         },&#xd;
1233                                         {&#xd;
1234                                           &quot;key&quot;: {&#xd;
1235                                             &quot;name&quot;: &quot;Task_Decide1&quot;,&#xd;
1236                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1237                                           },&#xd;
1238                                           &quot;value&quot;: {&#xd;
1239                                             &quot;key&quot;: {&#xd;
1240                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1241                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1242                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1243                                               &quot;localName&quot;: &quot;Task_Decide1_DIRECT_Decide_Act&quot;&#xd;
1244                                             },&#xd;
1245                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1246                                             &quot;output&quot;: {&#xd;
1247                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1248                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1249                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1250                                               &quot;localName&quot;: &quot;Decide_Act&quot;&#xd;
1251                                             }&#xd;
1252                                           }&#xd;
1253                                         },&#xd;
1254                                         {&#xd;
1255                                           &quot;key&quot;: {&#xd;
1256                                             &quot;name&quot;: &quot;Task_Decide2&quot;,&#xd;
1257                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1258                                           },&#xd;
1259                                           &quot;value&quot;: {&#xd;
1260                                             &quot;key&quot;: {&#xd;
1261                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1262                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1263                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1264                                               &quot;localName&quot;: &quot;Task_Decide2_DIRECT_Decide_Act&quot;&#xd;
1265                                             },&#xd;
1266                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1267                                             &quot;output&quot;: {&#xd;
1268                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1269                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1270                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1271                                               &quot;localName&quot;: &quot;Decide_Act&quot;&#xd;
1272                                             }&#xd;
1273                                           }&#xd;
1274                                         },&#xd;
1275                                         {&#xd;
1276                                           &quot;key&quot;: {&#xd;
1277                                             &quot;name&quot;: &quot;Task_Decide3&quot;,&#xd;
1278                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1279                                           },&#xd;
1280                                           &quot;value&quot;: {&#xd;
1281                                             &quot;key&quot;: {&#xd;
1282                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1283                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1284                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1285                                               &quot;localName&quot;: &quot;Task_Decide3_DIRECT_Decide_Act&quot;&#xd;
1286                                             },&#xd;
1287                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1288                                             &quot;output&quot;: {&#xd;
1289                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1290                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1291                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1292                                               &quot;localName&quot;: &quot;Decide_Act&quot;&#xd;
1293                                             }&#xd;
1294                                           }&#xd;
1295                                         }&#xd;
1296                                       ]&#xd;
1297                                     }&#xd;
1298                                   }&#xd;
1299                                 },&#xd;
1300                                 {&#xd;
1301                                   &quot;key&quot;: &quot;Establish&quot;,&#xd;
1302                                   &quot;value&quot;: {&#xd;
1303                                     &quot;stateKey&quot;: {&#xd;
1304                                       &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1305                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1306                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1307                                       &quot;localName&quot;: &quot;Establish&quot;&#xd;
1308                                     },&#xd;
1309                                     &quot;trigger&quot;: {&#xd;
1310                                       &quot;name&quot;: &quot;Event0001&quot;,&#xd;
1311                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1312                                     },&#xd;
1313                                     &quot;stateOutputs&quot;: {&#xd;
1314                                       &quot;entry&quot;: [&#xd;
1315                                         {&#xd;
1316                                           &quot;key&quot;: &quot;Establish_Decide&quot;,&#xd;
1317                                           &quot;value&quot;: {&#xd;
1318                                             &quot;key&quot;: {&#xd;
1319                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1320                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1321                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1322                                               &quot;localName&quot;: &quot;Establish_Decide&quot;&#xd;
1323                                             },&#xd;
1324                                             &quot;outgoingEvent&quot;: {&#xd;
1325                                               &quot;name&quot;: &quot;Event0002&quot;,&#xd;
1326                                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1327                                             },&#xd;
1328                                             &quot;nextState&quot;: {&#xd;
1329                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1330                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1331                                               &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1332                                               &quot;localName&quot;: &quot;Decide&quot;&#xd;
1333                                             }&#xd;
1334                                           }&#xd;
1335                                         }&#xd;
1336                                       ]&#xd;
1337                                     },&#xd;
1338                                     &quot;contextAlbumReference&quot;: [&#xd;
1339                                       {&#xd;
1340                                         &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
1341                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1342                                       },&#xd;
1343                                       {&#xd;
1344                                         &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
1345                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1346                                       },&#xd;
1347                                       {&#xd;
1348                                         &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
1349                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1350                                       }&#xd;
1351                                     ],&#xd;
1352                                     &quot;taskSelectionLogic&quot;: {&#xd;
1353                                       &quot;key&quot;: &quot;TaskSelectionLigic&quot;,&#xd;
1354                                       &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
1355                                       &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;
1356                                     },&#xd;
1357                                     &quot;stateFinalizerLogicMap&quot;: {&#xd;
1358                                       &quot;entry&quot;: []&#xd;
1359                                     },&#xd;
1360                                     &quot;defaultTask&quot;: {&#xd;
1361                                       &quot;name&quot;: &quot;Task_Establish2&quot;,&#xd;
1362                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1363                                     },&#xd;
1364                                     &quot;taskReferences&quot;: {&#xd;
1365                                       &quot;entry&quot;: [&#xd;
1366                                         {&#xd;
1367                                           &quot;key&quot;: {&#xd;
1368                                             &quot;name&quot;: &quot;Task_Establish0&quot;,&#xd;
1369                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1370                                           },&#xd;
1371                                           &quot;value&quot;: {&#xd;
1372                                             &quot;key&quot;: {&#xd;
1373                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1374                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1375                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1376                                               &quot;localName&quot;: &quot;Task_Establish0_DIRECT_Establish_Decide&quot;&#xd;
1377                                             },&#xd;
1378                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1379                                             &quot;output&quot;: {&#xd;
1380                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1381                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1382                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1383                                               &quot;localName&quot;: &quot;Establish_Decide&quot;&#xd;
1384                                             }&#xd;
1385                                           }&#xd;
1386                                         },&#xd;
1387                                         {&#xd;
1388                                           &quot;key&quot;: {&#xd;
1389                                             &quot;name&quot;: &quot;Task_Establish1&quot;,&#xd;
1390                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1391                                           },&#xd;
1392                                           &quot;value&quot;: {&#xd;
1393                                             &quot;key&quot;: {&#xd;
1394                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1395                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1396                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1397                                               &quot;localName&quot;: &quot;Task_Establish1_DIRECT_Establish_Decide&quot;&#xd;
1398                                             },&#xd;
1399                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1400                                             &quot;output&quot;: {&#xd;
1401                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1402                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1403                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1404                                               &quot;localName&quot;: &quot;Establish_Decide&quot;&#xd;
1405                                             }&#xd;
1406                                           }&#xd;
1407                                         },&#xd;
1408                                         {&#xd;
1409                                           &quot;key&quot;: {&#xd;
1410                                             &quot;name&quot;: &quot;Task_Establish2&quot;,&#xd;
1411                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1412                                           },&#xd;
1413                                           &quot;value&quot;: {&#xd;
1414                                             &quot;key&quot;: {&#xd;
1415                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1416                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1417                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1418                                               &quot;localName&quot;: &quot;Task_Establish2_DIRECT_Establish_Decide&quot;&#xd;
1419                                             },&#xd;
1420                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1421                                             &quot;output&quot;: {&#xd;
1422                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1423                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1424                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1425                                               &quot;localName&quot;: &quot;Establish_Decide&quot;&#xd;
1426                                             }&#xd;
1427                                           }&#xd;
1428                                         },&#xd;
1429                                         {&#xd;
1430                                           &quot;key&quot;: {&#xd;
1431                                             &quot;name&quot;: &quot;Task_Establish3&quot;,&#xd;
1432                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1433                                           },&#xd;
1434                                           &quot;value&quot;: {&#xd;
1435                                             &quot;key&quot;: {&#xd;
1436                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1437                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1438                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1439                                               &quot;localName&quot;: &quot;Task_Establish3_DIRECT_Establish_Decide&quot;&#xd;
1440                                             },&#xd;
1441                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1442                                             &quot;output&quot;: {&#xd;
1443                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1444                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1445                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1446                                               &quot;localName&quot;: &quot;Establish_Decide&quot;&#xd;
1447                                             }&#xd;
1448                                           }&#xd;
1449                                         }&#xd;
1450                                       ]&#xd;
1451                                     }&#xd;
1452                                   }&#xd;
1453                                 },&#xd;
1454                                 {&#xd;
1455                                   &quot;key&quot;: &quot;Match&quot;,&#xd;
1456                                   &quot;value&quot;: {&#xd;
1457                                     &quot;stateKey&quot;: {&#xd;
1458                                       &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1459                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1460                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1461                                       &quot;localName&quot;: &quot;Match&quot;&#xd;
1462                                     },&#xd;
1463                                     &quot;trigger&quot;: {&#xd;
1464                                       &quot;name&quot;: &quot;Event0000&quot;,&#xd;
1465                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1466                                     },&#xd;
1467                                     &quot;stateOutputs&quot;: {&#xd;
1468                                       &quot;entry&quot;: [&#xd;
1469                                         {&#xd;
1470                                           &quot;key&quot;: &quot;Match_Establish&quot;,&#xd;
1471                                           &quot;value&quot;: {&#xd;
1472                                             &quot;key&quot;: {&#xd;
1473                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1474                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1475                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
1476                                               &quot;localName&quot;: &quot;Match_Establish&quot;&#xd;
1477                                             },&#xd;
1478                                             &quot;outgoingEvent&quot;: {&#xd;
1479                                               &quot;name&quot;: &quot;Event0001&quot;,&#xd;
1480                                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1481                                             },&#xd;
1482                                             &quot;nextState&quot;: {&#xd;
1483                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1484                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1485                                               &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1486                                               &quot;localName&quot;: &quot;Establish&quot;&#xd;
1487                                             }&#xd;
1488                                           }&#xd;
1489                                         }&#xd;
1490                                       ]&#xd;
1491                                     },&#xd;
1492                                     &quot;contextAlbumReference&quot;: [&#xd;
1493                                       {&#xd;
1494                                         &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
1495                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1496                                       },&#xd;
1497                                       {&#xd;
1498                                         &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
1499                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1500                                       }&#xd;
1501                                     ],&#xd;
1502                                     &quot;taskSelectionLogic&quot;: {&#xd;
1503                                       &quot;key&quot;: &quot;TaskSelectionLigic&quot;,&#xd;
1504                                       &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
1505                                       &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;
1506                                     },&#xd;
1507                                     &quot;stateFinalizerLogicMap&quot;: {&#xd;
1508                                       &quot;entry&quot;: []&#xd;
1509                                     },&#xd;
1510                                     &quot;defaultTask&quot;: {&#xd;
1511                                       &quot;name&quot;: &quot;Task_Match0&quot;,&#xd;
1512                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1513                                     },&#xd;
1514                                     &quot;taskReferences&quot;: {&#xd;
1515                                       &quot;entry&quot;: [&#xd;
1516                                         {&#xd;
1517                                           &quot;key&quot;: {&#xd;
1518                                             &quot;name&quot;: &quot;Task_Match0&quot;,&#xd;
1519                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1520                                           },&#xd;
1521                                           &quot;value&quot;: {&#xd;
1522                                             &quot;key&quot;: {&#xd;
1523                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1524                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1525                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
1526                                               &quot;localName&quot;: &quot;Task_Match0_DIRECT_Match_Establish&quot;&#xd;
1527                                             },&#xd;
1528                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1529                                             &quot;output&quot;: {&#xd;
1530                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1531                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1532                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
1533                                               &quot;localName&quot;: &quot;Match_Establish&quot;&#xd;
1534                                             }&#xd;
1535                                           }&#xd;
1536                                         },&#xd;
1537                                         {&#xd;
1538                                           &quot;key&quot;: {&#xd;
1539                                             &quot;name&quot;: &quot;Task_Match1&quot;,&#xd;
1540                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1541                                           },&#xd;
1542                                           &quot;value&quot;: {&#xd;
1543                                             &quot;key&quot;: {&#xd;
1544                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1545                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1546                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
1547                                               &quot;localName&quot;: &quot;Task_Match1_DIRECT_Match_Establish&quot;&#xd;
1548                                             },&#xd;
1549                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1550                                             &quot;output&quot;: {&#xd;
1551                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1552                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1553                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
1554                                               &quot;localName&quot;: &quot;Match_Establish&quot;&#xd;
1555                                             }&#xd;
1556                                           }&#xd;
1557                                         },&#xd;
1558                                         {&#xd;
1559                                           &quot;key&quot;: {&#xd;
1560                                             &quot;name&quot;: &quot;Task_Match2&quot;,&#xd;
1561                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1562                                           },&#xd;
1563                                           &quot;value&quot;: {&#xd;
1564                                             &quot;key&quot;: {&#xd;
1565                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1566                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1567                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
1568                                               &quot;localName&quot;: &quot;Task_Match2_DIRECT_Match_Establish&quot;&#xd;
1569                                             },&#xd;
1570                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1571                                             &quot;output&quot;: {&#xd;
1572                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1573                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1574                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
1575                                               &quot;localName&quot;: &quot;Match_Establish&quot;&#xd;
1576                                             }&#xd;
1577                                           }&#xd;
1578                                         },&#xd;
1579                                         {&#xd;
1580                                           &quot;key&quot;: {&#xd;
1581                                             &quot;name&quot;: &quot;Task_Match3&quot;,&#xd;
1582                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1583                                           },&#xd;
1584                                           &quot;value&quot;: {&#xd;
1585                                             &quot;key&quot;: {&#xd;
1586                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1587                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1588                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
1589                                               &quot;localName&quot;: &quot;Task_Match3_DIRECT_Match_Establish&quot;&#xd;
1590                                             },&#xd;
1591                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1592                                             &quot;output&quot;: {&#xd;
1593                                               &quot;parentKeyName&quot;: &quot;Policy0&quot;,&#xd;
1594                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1595                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
1596                                               &quot;localName&quot;: &quot;Match_Establish&quot;&#xd;
1597                                             }&#xd;
1598                                           }&#xd;
1599                                         }&#xd;
1600                                       ]&#xd;
1601                                     }&#xd;
1602                                   }&#xd;
1603                                 }&#xd;
1604                               ]&#xd;
1605                             },&#xd;
1606                             &quot;firstState&quot;: &quot;Match&quot;&#xd;
1607                           }&#xd;
1608                         },&#xd;
1609                         {&#xd;
1610                           &quot;key&quot;: {&#xd;
1611                             &quot;name&quot;: &quot;Policy1&quot;,&#xd;
1612                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1613                           },&#xd;
1614                           &quot;value&quot;: {&#xd;
1615                             &quot;policyKey&quot;: {&#xd;
1616                               &quot;name&quot;: &quot;Policy1&quot;,&#xd;
1617                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1618                             },&#xd;
1619                             &quot;template&quot;: &quot;MEDA&quot;,&#xd;
1620                             &quot;state&quot;: {&#xd;
1621                               &quot;entry&quot;: [&#xd;
1622                                 {&#xd;
1623                                   &quot;key&quot;: &quot;Act&quot;,&#xd;
1624                                   &quot;value&quot;: {&#xd;
1625                                     &quot;stateKey&quot;: {&#xd;
1626                                       &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1627                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1628                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1629                                       &quot;localName&quot;: &quot;Act&quot;&#xd;
1630                                     },&#xd;
1631                                     &quot;trigger&quot;: {&#xd;
1632                                       &quot;name&quot;: &quot;Event0103&quot;,&#xd;
1633                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1634                                     },&#xd;
1635                                     &quot;stateOutputs&quot;: {&#xd;
1636                                       &quot;entry&quot;: [&#xd;
1637                                         {&#xd;
1638                                           &quot;key&quot;: &quot;Act_NULL&quot;,&#xd;
1639                                           &quot;value&quot;: {&#xd;
1640                                             &quot;key&quot;: {&#xd;
1641                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1642                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1643                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1644                                               &quot;localName&quot;: &quot;Act_NULL&quot;&#xd;
1645                                             },&#xd;
1646                                             &quot;outgoingEvent&quot;: {&#xd;
1647                                               &quot;name&quot;: &quot;Event0104&quot;,&#xd;
1648                                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1649                                             },&#xd;
1650                                             &quot;nextState&quot;: {&#xd;
1651                                               &quot;parentKeyName&quot;: &quot;NULL&quot;,&#xd;
1652                                               &quot;parentKeyVersion&quot;: &quot;0.0.0&quot;,&#xd;
1653                                               &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1654                                               &quot;localName&quot;: &quot;NULL&quot;&#xd;
1655                                             }&#xd;
1656                                           }&#xd;
1657                                         }&#xd;
1658                                       ]&#xd;
1659                                     },&#xd;
1660                                     &quot;contextAlbumReference&quot;: [&#xd;
1661                                       {&#xd;
1662                                         &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
1663                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1664                                       }&#xd;
1665                                     ],&#xd;
1666                                     &quot;taskSelectionLogic&quot;: {&#xd;
1667                                       &quot;key&quot;: &quot;TaskSelectionLigic&quot;,&#xd;
1668                                       &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
1669                                       &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;
1670                                     },&#xd;
1671                                     &quot;stateFinalizerLogicMap&quot;: {&#xd;
1672                                       &quot;entry&quot;: []&#xd;
1673                                     },&#xd;
1674                                     &quot;defaultTask&quot;: {&#xd;
1675                                       &quot;name&quot;: &quot;Task_Act0&quot;,&#xd;
1676                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1677                                     },&#xd;
1678                                     &quot;taskReferences&quot;: {&#xd;
1679                                       &quot;entry&quot;: [&#xd;
1680                                         {&#xd;
1681                                           &quot;key&quot;: {&#xd;
1682                                             &quot;name&quot;: &quot;Task_Act0&quot;,&#xd;
1683                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1684                                           },&#xd;
1685                                           &quot;value&quot;: {&#xd;
1686                                             &quot;key&quot;: {&#xd;
1687                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1688                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1689                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1690                                               &quot;localName&quot;: &quot;Task_Act0_DIRECT_Act_NULL&quot;&#xd;
1691                                             },&#xd;
1692                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1693                                             &quot;output&quot;: {&#xd;
1694                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1695                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1696                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1697                                               &quot;localName&quot;: &quot;Act_NULL&quot;&#xd;
1698                                             }&#xd;
1699                                           }&#xd;
1700                                         },&#xd;
1701                                         {&#xd;
1702                                           &quot;key&quot;: {&#xd;
1703                                             &quot;name&quot;: &quot;Task_Act1&quot;,&#xd;
1704                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1705                                           },&#xd;
1706                                           &quot;value&quot;: {&#xd;
1707                                             &quot;key&quot;: {&#xd;
1708                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1709                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1710                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1711                                               &quot;localName&quot;: &quot;Task_Act1_DIRECT_Act_NULL&quot;&#xd;
1712                                             },&#xd;
1713                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1714                                             &quot;output&quot;: {&#xd;
1715                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1716                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1717                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1718                                               &quot;localName&quot;: &quot;Act_NULL&quot;&#xd;
1719                                             }&#xd;
1720                                           }&#xd;
1721                                         },&#xd;
1722                                         {&#xd;
1723                                           &quot;key&quot;: {&#xd;
1724                                             &quot;name&quot;: &quot;Task_Act2&quot;,&#xd;
1725                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1726                                           },&#xd;
1727                                           &quot;value&quot;: {&#xd;
1728                                             &quot;key&quot;: {&#xd;
1729                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1730                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1731                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1732                                               &quot;localName&quot;: &quot;Task_Act2_DIRECT_Act_NULL&quot;&#xd;
1733                                             },&#xd;
1734                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1735                                             &quot;output&quot;: {&#xd;
1736                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1737                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1738                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1739                                               &quot;localName&quot;: &quot;Act_NULL&quot;&#xd;
1740                                             }&#xd;
1741                                           }&#xd;
1742                                         },&#xd;
1743                                         {&#xd;
1744                                           &quot;key&quot;: {&#xd;
1745                                             &quot;name&quot;: &quot;Task_Act3&quot;,&#xd;
1746                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1747                                           },&#xd;
1748                                           &quot;value&quot;: {&#xd;
1749                                             &quot;key&quot;: {&#xd;
1750                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1751                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1752                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1753                                               &quot;localName&quot;: &quot;Task_Act3_DIRECT_Act_NULL&quot;&#xd;
1754                                             },&#xd;
1755                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1756                                             &quot;output&quot;: {&#xd;
1757                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1758                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1759                                               &quot;parentLocalName&quot;: &quot;Act&quot;,&#xd;
1760                                               &quot;localName&quot;: &quot;Act_NULL&quot;&#xd;
1761                                             }&#xd;
1762                                           }&#xd;
1763                                         }&#xd;
1764                                       ]&#xd;
1765                                     }&#xd;
1766                                   }&#xd;
1767                                 },&#xd;
1768                                 {&#xd;
1769                                   &quot;key&quot;: &quot;Decide&quot;,&#xd;
1770                                   &quot;value&quot;: {&#xd;
1771                                     &quot;stateKey&quot;: {&#xd;
1772                                       &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1773                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1774                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1775                                       &quot;localName&quot;: &quot;Decide&quot;&#xd;
1776                                     },&#xd;
1777                                     &quot;trigger&quot;: {&#xd;
1778                                       &quot;name&quot;: &quot;Event0102&quot;,&#xd;
1779                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1780                                     },&#xd;
1781                                     &quot;stateOutputs&quot;: {&#xd;
1782                                       &quot;entry&quot;: [&#xd;
1783                                         {&#xd;
1784                                           &quot;key&quot;: &quot;Decide_Act&quot;,&#xd;
1785                                           &quot;value&quot;: {&#xd;
1786                                             &quot;key&quot;: {&#xd;
1787                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1788                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1789                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1790                                               &quot;localName&quot;: &quot;Decide_Act&quot;&#xd;
1791                                             },&#xd;
1792                                             &quot;outgoingEvent&quot;: {&#xd;
1793                                               &quot;name&quot;: &quot;Event0103&quot;,&#xd;
1794                                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1795                                             },&#xd;
1796                                             &quot;nextState&quot;: {&#xd;
1797                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1798                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1799                                               &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1800                                               &quot;localName&quot;: &quot;Act&quot;&#xd;
1801                                             }&#xd;
1802                                           }&#xd;
1803                                         }&#xd;
1804                                       ]&#xd;
1805                                     },&#xd;
1806                                     &quot;contextAlbumReference&quot;: [&#xd;
1807                                       {&#xd;
1808                                         &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
1809                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1810                                       },&#xd;
1811                                       {&#xd;
1812                                         &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
1813                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1814                                       },&#xd;
1815                                       {&#xd;
1816                                         &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
1817                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1818                                       }&#xd;
1819                                     ],&#xd;
1820                                     &quot;taskSelectionLogic&quot;: {&#xd;
1821                                       &quot;key&quot;: &quot;TaskSelectionLigic&quot;,&#xd;
1822                                       &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
1823                                       &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;
1824                                     },&#xd;
1825                                     &quot;stateFinalizerLogicMap&quot;: {&#xd;
1826                                       &quot;entry&quot;: []&#xd;
1827                                     },&#xd;
1828                                     &quot;defaultTask&quot;: {&#xd;
1829                                       &quot;name&quot;: &quot;Task_Decide3&quot;,&#xd;
1830                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1831                                     },&#xd;
1832                                     &quot;taskReferences&quot;: {&#xd;
1833                                       &quot;entry&quot;: [&#xd;
1834                                         {&#xd;
1835                                           &quot;key&quot;: {&#xd;
1836                                             &quot;name&quot;: &quot;Task_Decide0&quot;,&#xd;
1837                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1838                                           },&#xd;
1839                                           &quot;value&quot;: {&#xd;
1840                                             &quot;key&quot;: {&#xd;
1841                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1842                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1843                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1844                                               &quot;localName&quot;: &quot;Task_Decide0_DIRECT_Decide_Act&quot;&#xd;
1845                                             },&#xd;
1846                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1847                                             &quot;output&quot;: {&#xd;
1848                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1849                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1850                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1851                                               &quot;localName&quot;: &quot;Decide_Act&quot;&#xd;
1852                                             }&#xd;
1853                                           }&#xd;
1854                                         },&#xd;
1855                                         {&#xd;
1856                                           &quot;key&quot;: {&#xd;
1857                                             &quot;name&quot;: &quot;Task_Decide1&quot;,&#xd;
1858                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1859                                           },&#xd;
1860                                           &quot;value&quot;: {&#xd;
1861                                             &quot;key&quot;: {&#xd;
1862                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1863                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1864                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1865                                               &quot;localName&quot;: &quot;Task_Decide1_DIRECT_Decide_Act&quot;&#xd;
1866                                             },&#xd;
1867                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1868                                             &quot;output&quot;: {&#xd;
1869                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1870                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1871                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1872                                               &quot;localName&quot;: &quot;Decide_Act&quot;&#xd;
1873                                             }&#xd;
1874                                           }&#xd;
1875                                         },&#xd;
1876                                         {&#xd;
1877                                           &quot;key&quot;: {&#xd;
1878                                             &quot;name&quot;: &quot;Task_Decide2&quot;,&#xd;
1879                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1880                                           },&#xd;
1881                                           &quot;value&quot;: {&#xd;
1882                                             &quot;key&quot;: {&#xd;
1883                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1884                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1885                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1886                                               &quot;localName&quot;: &quot;Task_Decide2_DIRECT_Decide_Act&quot;&#xd;
1887                                             },&#xd;
1888                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1889                                             &quot;output&quot;: {&#xd;
1890                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1891                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1892                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1893                                               &quot;localName&quot;: &quot;Decide_Act&quot;&#xd;
1894                                             }&#xd;
1895                                           }&#xd;
1896                                         },&#xd;
1897                                         {&#xd;
1898                                           &quot;key&quot;: {&#xd;
1899                                             &quot;name&quot;: &quot;Task_Decide3&quot;,&#xd;
1900                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1901                                           },&#xd;
1902                                           &quot;value&quot;: {&#xd;
1903                                             &quot;key&quot;: {&#xd;
1904                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1905                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1906                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1907                                               &quot;localName&quot;: &quot;Task_Decide3_DIRECT_Decide_Act&quot;&#xd;
1908                                             },&#xd;
1909                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
1910                                             &quot;output&quot;: {&#xd;
1911                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1912                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1913                                               &quot;parentLocalName&quot;: &quot;Decide&quot;,&#xd;
1914                                               &quot;localName&quot;: &quot;Decide_Act&quot;&#xd;
1915                                             }&#xd;
1916                                           }&#xd;
1917                                         }&#xd;
1918                                       ]&#xd;
1919                                     }&#xd;
1920                                   }&#xd;
1921                                 },&#xd;
1922                                 {&#xd;
1923                                   &quot;key&quot;: &quot;Establish&quot;,&#xd;
1924                                   &quot;value&quot;: {&#xd;
1925                                     &quot;stateKey&quot;: {&#xd;
1926                                       &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1927                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1928                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1929                                       &quot;localName&quot;: &quot;Establish&quot;&#xd;
1930                                     },&#xd;
1931                                     &quot;trigger&quot;: {&#xd;
1932                                       &quot;name&quot;: &quot;Event0101&quot;,&#xd;
1933                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1934                                     },&#xd;
1935                                     &quot;stateOutputs&quot;: {&#xd;
1936                                       &quot;entry&quot;: [&#xd;
1937                                         {&#xd;
1938                                           &quot;key&quot;: &quot;Establish_Decide&quot;,&#xd;
1939                                           &quot;value&quot;: {&#xd;
1940                                             &quot;key&quot;: {&#xd;
1941                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1942                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1943                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1944                                               &quot;localName&quot;: &quot;Establish_Decide&quot;&#xd;
1945                                             },&#xd;
1946                                             &quot;outgoingEvent&quot;: {&#xd;
1947                                               &quot;name&quot;: &quot;Event0102&quot;,&#xd;
1948                                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1949                                             },&#xd;
1950                                             &quot;nextState&quot;: {&#xd;
1951                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1952                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1953                                               &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
1954                                               &quot;localName&quot;: &quot;Decide&quot;&#xd;
1955                                             }&#xd;
1956                                           }&#xd;
1957                                         }&#xd;
1958                                       ]&#xd;
1959                                     },&#xd;
1960                                     &quot;contextAlbumReference&quot;: [&#xd;
1961                                       {&#xd;
1962                                         &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
1963                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1964                                       },&#xd;
1965                                       {&#xd;
1966                                         &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
1967                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1968                                       },&#xd;
1969                                       {&#xd;
1970                                         &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
1971                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1972                                       }&#xd;
1973                                     ],&#xd;
1974                                     &quot;taskSelectionLogic&quot;: {&#xd;
1975                                       &quot;key&quot;: &quot;TaskSelectionLigic&quot;,&#xd;
1976                                       &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
1977                                       &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;
1978                                     },&#xd;
1979                                     &quot;stateFinalizerLogicMap&quot;: {&#xd;
1980                                       &quot;entry&quot;: []&#xd;
1981                                     },&#xd;
1982                                     &quot;defaultTask&quot;: {&#xd;
1983                                       &quot;name&quot;: &quot;Task_Establish1&quot;,&#xd;
1984                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1985                                     },&#xd;
1986                                     &quot;taskReferences&quot;: {&#xd;
1987                                       &quot;entry&quot;: [&#xd;
1988                                         {&#xd;
1989                                           &quot;key&quot;: {&#xd;
1990                                             &quot;name&quot;: &quot;Task_Establish0&quot;,&#xd;
1991                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
1992                                           },&#xd;
1993                                           &quot;value&quot;: {&#xd;
1994                                             &quot;key&quot;: {&#xd;
1995                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
1996                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
1997                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
1998                                               &quot;localName&quot;: &quot;Task_Establish0_DIRECT_Establish_Decide&quot;&#xd;
1999                                             },&#xd;
2000                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
2001                                             &quot;output&quot;: {&#xd;
2002                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2003                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2004                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
2005                                               &quot;localName&quot;: &quot;Establish_Decide&quot;&#xd;
2006                                             }&#xd;
2007                                           }&#xd;
2008                                         },&#xd;
2009                                         {&#xd;
2010                                           &quot;key&quot;: {&#xd;
2011                                             &quot;name&quot;: &quot;Task_Establish1&quot;,&#xd;
2012                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2013                                           },&#xd;
2014                                           &quot;value&quot;: {&#xd;
2015                                             &quot;key&quot;: {&#xd;
2016                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2017                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2018                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
2019                                               &quot;localName&quot;: &quot;Task_Establish1_DIRECT_Establish_Decide&quot;&#xd;
2020                                             },&#xd;
2021                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
2022                                             &quot;output&quot;: {&#xd;
2023                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2024                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2025                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
2026                                               &quot;localName&quot;: &quot;Establish_Decide&quot;&#xd;
2027                                             }&#xd;
2028                                           }&#xd;
2029                                         },&#xd;
2030                                         {&#xd;
2031                                           &quot;key&quot;: {&#xd;
2032                                             &quot;name&quot;: &quot;Task_Establish2&quot;,&#xd;
2033                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2034                                           },&#xd;
2035                                           &quot;value&quot;: {&#xd;
2036                                             &quot;key&quot;: {&#xd;
2037                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2038                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2039                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
2040                                               &quot;localName&quot;: &quot;Task_Establish2_DIRECT_Establish_Decide&quot;&#xd;
2041                                             },&#xd;
2042                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
2043                                             &quot;output&quot;: {&#xd;
2044                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2045                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2046                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
2047                                               &quot;localName&quot;: &quot;Establish_Decide&quot;&#xd;
2048                                             }&#xd;
2049                                           }&#xd;
2050                                         },&#xd;
2051                                         {&#xd;
2052                                           &quot;key&quot;: {&#xd;
2053                                             &quot;name&quot;: &quot;Task_Establish3&quot;,&#xd;
2054                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2055                                           },&#xd;
2056                                           &quot;value&quot;: {&#xd;
2057                                             &quot;key&quot;: {&#xd;
2058                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2059                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2060                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
2061                                               &quot;localName&quot;: &quot;Task_Establish3_DIRECT_Establish_Decide&quot;&#xd;
2062                                             },&#xd;
2063                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
2064                                             &quot;output&quot;: {&#xd;
2065                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2066                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2067                                               &quot;parentLocalName&quot;: &quot;Establish&quot;,&#xd;
2068                                               &quot;localName&quot;: &quot;Establish_Decide&quot;&#xd;
2069                                             }&#xd;
2070                                           }&#xd;
2071                                         }&#xd;
2072                                       ]&#xd;
2073                                     }&#xd;
2074                                   }&#xd;
2075                                 },&#xd;
2076                                 {&#xd;
2077                                   &quot;key&quot;: &quot;Match&quot;,&#xd;
2078                                   &quot;value&quot;: {&#xd;
2079                                     &quot;stateKey&quot;: {&#xd;
2080                                       &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2081                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2082                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
2083                                       &quot;localName&quot;: &quot;Match&quot;&#xd;
2084                                     },&#xd;
2085                                     &quot;trigger&quot;: {&#xd;
2086                                       &quot;name&quot;: &quot;Event0100&quot;,&#xd;
2087                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2088                                     },&#xd;
2089                                     &quot;stateOutputs&quot;: {&#xd;
2090                                       &quot;entry&quot;: [&#xd;
2091                                         {&#xd;
2092                                           &quot;key&quot;: &quot;Match_Establish&quot;,&#xd;
2093                                           &quot;value&quot;: {&#xd;
2094                                             &quot;key&quot;: {&#xd;
2095                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2096                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2097                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
2098                                               &quot;localName&quot;: &quot;Match_Establish&quot;&#xd;
2099                                             },&#xd;
2100                                             &quot;outgoingEvent&quot;: {&#xd;
2101                                               &quot;name&quot;: &quot;Event0101&quot;,&#xd;
2102                                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2103                                             },&#xd;
2104                                             &quot;nextState&quot;: {&#xd;
2105                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2106                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2107                                               &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
2108                                               &quot;localName&quot;: &quot;Establish&quot;&#xd;
2109                                             }&#xd;
2110                                           }&#xd;
2111                                         }&#xd;
2112                                       ]&#xd;
2113                                     },&#xd;
2114                                     &quot;contextAlbumReference&quot;: [&#xd;
2115                                       {&#xd;
2116                                         &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
2117                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2118                                       },&#xd;
2119                                       {&#xd;
2120                                         &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
2121                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2122                                       },&#xd;
2123                                       {&#xd;
2124                                         &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
2125                                         &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2126                                       }&#xd;
2127                                     ],&#xd;
2128                                     &quot;taskSelectionLogic&quot;: {&#xd;
2129                                       &quot;key&quot;: &quot;TaskSelectionLigic&quot;,&#xd;
2130                                       &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
2131                                       &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;
2132                                     },&#xd;
2133                                     &quot;stateFinalizerLogicMap&quot;: {&#xd;
2134                                       &quot;entry&quot;: []&#xd;
2135                                     },&#xd;
2136                                     &quot;defaultTask&quot;: {&#xd;
2137                                       &quot;name&quot;: &quot;Task_Match3&quot;,&#xd;
2138                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2139                                     },&#xd;
2140                                     &quot;taskReferences&quot;: {&#xd;
2141                                       &quot;entry&quot;: [&#xd;
2142                                         {&#xd;
2143                                           &quot;key&quot;: {&#xd;
2144                                             &quot;name&quot;: &quot;Task_Match0&quot;,&#xd;
2145                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2146                                           },&#xd;
2147                                           &quot;value&quot;: {&#xd;
2148                                             &quot;key&quot;: {&#xd;
2149                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2150                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2151                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
2152                                               &quot;localName&quot;: &quot;Task_Match0_DIRECT_Match_Establish&quot;&#xd;
2153                                             },&#xd;
2154                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
2155                                             &quot;output&quot;: {&#xd;
2156                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2157                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2158                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
2159                                               &quot;localName&quot;: &quot;Match_Establish&quot;&#xd;
2160                                             }&#xd;
2161                                           }&#xd;
2162                                         },&#xd;
2163                                         {&#xd;
2164                                           &quot;key&quot;: {&#xd;
2165                                             &quot;name&quot;: &quot;Task_Match1&quot;,&#xd;
2166                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2167                                           },&#xd;
2168                                           &quot;value&quot;: {&#xd;
2169                                             &quot;key&quot;: {&#xd;
2170                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2171                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2172                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
2173                                               &quot;localName&quot;: &quot;Task_Match1_DIRECT_Match_Establish&quot;&#xd;
2174                                             },&#xd;
2175                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
2176                                             &quot;output&quot;: {&#xd;
2177                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2178                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2179                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
2180                                               &quot;localName&quot;: &quot;Match_Establish&quot;&#xd;
2181                                             }&#xd;
2182                                           }&#xd;
2183                                         },&#xd;
2184                                         {&#xd;
2185                                           &quot;key&quot;: {&#xd;
2186                                             &quot;name&quot;: &quot;Task_Match2&quot;,&#xd;
2187                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2188                                           },&#xd;
2189                                           &quot;value&quot;: {&#xd;
2190                                             &quot;key&quot;: {&#xd;
2191                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2192                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2193                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
2194                                               &quot;localName&quot;: &quot;Task_Match2_DIRECT_Match_Establish&quot;&#xd;
2195                                             },&#xd;
2196                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
2197                                             &quot;output&quot;: {&#xd;
2198                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2199                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2200                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
2201                                               &quot;localName&quot;: &quot;Match_Establish&quot;&#xd;
2202                                             }&#xd;
2203                                           }&#xd;
2204                                         },&#xd;
2205                                         {&#xd;
2206                                           &quot;key&quot;: {&#xd;
2207                                             &quot;name&quot;: &quot;Task_Match3&quot;,&#xd;
2208                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2209                                           },&#xd;
2210                                           &quot;value&quot;: {&#xd;
2211                                             &quot;key&quot;: {&#xd;
2212                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2213                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2214                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
2215                                               &quot;localName&quot;: &quot;Task_Match3_DIRECT_Match_Establish&quot;&#xd;
2216                                             },&#xd;
2217                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
2218                                             &quot;output&quot;: {&#xd;
2219                                               &quot;parentKeyName&quot;: &quot;Policy1&quot;,&#xd;
2220                                               &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2221                                               &quot;parentLocalName&quot;: &quot;Match&quot;,&#xd;
2222                                               &quot;localName&quot;: &quot;Match_Establish&quot;&#xd;
2223                                             }&#xd;
2224                                           }&#xd;
2225                                         }&#xd;
2226                                       ]&#xd;
2227                                     }&#xd;
2228                                   }&#xd;
2229                                 }&#xd;
2230                               ]&#xd;
2231                             },&#xd;
2232                             &quot;firstState&quot;: &quot;Match&quot;&#xd;
2233                           }&#xd;
2234                         }&#xd;
2235                       ]&#xd;
2236                     }&#xd;
2237                   },&#xd;
2238                   &quot;tasks&quot;: {&#xd;
2239                     &quot;key&quot;: {&#xd;
2240                       &quot;name&quot;: &quot;Tasks&quot;,&#xd;
2241                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2242                     },&#xd;
2243                     &quot;taskMap&quot;: {&#xd;
2244                       &quot;entry&quot;: [&#xd;
2245                         {&#xd;
2246                           &quot;key&quot;: {&#xd;
2247                             &quot;name&quot;: &quot;Task_Act0&quot;,&#xd;
2248                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2249                           },&#xd;
2250                           &quot;value&quot;: {&#xd;
2251                             &quot;key&quot;: {&#xd;
2252                               &quot;name&quot;: &quot;Task_Act0&quot;,&#xd;
2253                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2254                             },&#xd;
2255                             &quot;inputFields&quot;: {&#xd;
2256                               &quot;entry&quot;: [&#xd;
2257                                 {&#xd;
2258                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
2259                                   &quot;value&quot;: {&#xd;
2260                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
2261                                     &quot;fieldSchemaKey&quot;: {&#xd;
2262                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2263                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2264                                     },&#xd;
2265                                     &quot;optional&quot;: false&#xd;
2266                                   }&#xd;
2267                                 },&#xd;
2268                                 {&#xd;
2269                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
2270                                   &quot;value&quot;: {&#xd;
2271                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
2272                                     &quot;fieldSchemaKey&quot;: {&#xd;
2273                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2274                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2275                                     },&#xd;
2276                                     &quot;optional&quot;: false&#xd;
2277                                   }&#xd;
2278                                 },&#xd;
2279                                 {&#xd;
2280                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
2281                                   &quot;value&quot;: {&#xd;
2282                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
2283                                     &quot;fieldSchemaKey&quot;: {&#xd;
2284                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2285                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2286                                     },&#xd;
2287                                     &quot;optional&quot;: false&#xd;
2288                                   }&#xd;
2289                                 },&#xd;
2290                                 {&#xd;
2291                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
2292                                   &quot;value&quot;: {&#xd;
2293                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
2294                                     &quot;fieldSchemaKey&quot;: {&#xd;
2295                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2296                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2297                                     },&#xd;
2298                                     &quot;optional&quot;: false&#xd;
2299                                   }&#xd;
2300                                 },&#xd;
2301                                 {&#xd;
2302                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
2303                                   &quot;value&quot;: {&#xd;
2304                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
2305                                     &quot;fieldSchemaKey&quot;: {&#xd;
2306                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2307                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2308                                     },&#xd;
2309                                     &quot;optional&quot;: false&#xd;
2310                                   }&#xd;
2311                                 },&#xd;
2312                                 {&#xd;
2313                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
2314                                   &quot;value&quot;: {&#xd;
2315                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
2316                                     &quot;fieldSchemaKey&quot;: {&#xd;
2317                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2318                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2319                                     },&#xd;
2320                                     &quot;optional&quot;: false&#xd;
2321                                   }&#xd;
2322                                 },&#xd;
2323                                 {&#xd;
2324                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
2325                                   &quot;value&quot;: {&#xd;
2326                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
2327                                     &quot;fieldSchemaKey&quot;: {&#xd;
2328                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2329                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2330                                     },&#xd;
2331                                     &quot;optional&quot;: false&#xd;
2332                                   }&#xd;
2333                                 },&#xd;
2334                                 {&#xd;
2335                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
2336                                   &quot;value&quot;: {&#xd;
2337                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
2338                                     &quot;fieldSchemaKey&quot;: {&#xd;
2339                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
2340                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2341                                     },&#xd;
2342                                     &quot;optional&quot;: false&#xd;
2343                                   }&#xd;
2344                                 },&#xd;
2345                                 {&#xd;
2346                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
2347                                   &quot;value&quot;: {&#xd;
2348                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
2349                                     &quot;fieldSchemaKey&quot;: {&#xd;
2350                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
2351                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2352                                     },&#xd;
2353                                     &quot;optional&quot;: false&#xd;
2354                                   }&#xd;
2355                                 },&#xd;
2356                                 {&#xd;
2357                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
2358                                   &quot;value&quot;: {&#xd;
2359                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
2360                                     &quot;fieldSchemaKey&quot;: {&#xd;
2361                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2362                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2363                                     },&#xd;
2364                                     &quot;optional&quot;: false&#xd;
2365                                   }&#xd;
2366                                 }&#xd;
2367                               ]&#xd;
2368                             },&#xd;
2369                             &quot;outputFields&quot;: {&#xd;
2370                               &quot;entry&quot;: [&#xd;
2371                                 {&#xd;
2372                                   &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
2373                                   &quot;value&quot;: {&#xd;
2374                                     &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
2375                                     &quot;fieldSchemaKey&quot;: {&#xd;
2376                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2377                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2378                                     },&#xd;
2379                                     &quot;optional&quot;: false&#xd;
2380                                   }&#xd;
2381                                 },&#xd;
2382                                 {&#xd;
2383                                   &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
2384                                   &quot;value&quot;: {&#xd;
2385                                     &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
2386                                     &quot;fieldSchemaKey&quot;: {&#xd;
2387                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2388                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2389                                     },&#xd;
2390                                     &quot;optional&quot;: false&#xd;
2391                                   }&#xd;
2392                                 },&#xd;
2393                                 {&#xd;
2394                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
2395                                   &quot;value&quot;: {&#xd;
2396                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
2397                                     &quot;fieldSchemaKey&quot;: {&#xd;
2398                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2399                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2400                                     },&#xd;
2401                                     &quot;optional&quot;: false&#xd;
2402                                   }&#xd;
2403                                 },&#xd;
2404                                 {&#xd;
2405                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
2406                                   &quot;value&quot;: {&#xd;
2407                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
2408                                     &quot;fieldSchemaKey&quot;: {&#xd;
2409                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2410                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2411                                     },&#xd;
2412                                     &quot;optional&quot;: false&#xd;
2413                                   }&#xd;
2414                                 },&#xd;
2415                                 {&#xd;
2416                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
2417                                   &quot;value&quot;: {&#xd;
2418                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
2419                                     &quot;fieldSchemaKey&quot;: {&#xd;
2420                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2421                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2422                                     },&#xd;
2423                                     &quot;optional&quot;: false&#xd;
2424                                   }&#xd;
2425                                 },&#xd;
2426                                 {&#xd;
2427                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
2428                                   &quot;value&quot;: {&#xd;
2429                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
2430                                     &quot;fieldSchemaKey&quot;: {&#xd;
2431                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2432                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2433                                     },&#xd;
2434                                     &quot;optional&quot;: false&#xd;
2435                                   }&#xd;
2436                                 },&#xd;
2437                                 {&#xd;
2438                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
2439                                   &quot;value&quot;: {&#xd;
2440                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
2441                                     &quot;fieldSchemaKey&quot;: {&#xd;
2442                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2443                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2444                                     },&#xd;
2445                                     &quot;optional&quot;: false&#xd;
2446                                   }&#xd;
2447                                 },&#xd;
2448                                 {&#xd;
2449                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
2450                                   &quot;value&quot;: {&#xd;
2451                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
2452                                     &quot;fieldSchemaKey&quot;: {&#xd;
2453                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2454                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2455                                     },&#xd;
2456                                     &quot;optional&quot;: false&#xd;
2457                                   }&#xd;
2458                                 },&#xd;
2459                                 {&#xd;
2460                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
2461                                   &quot;value&quot;: {&#xd;
2462                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
2463                                     &quot;fieldSchemaKey&quot;: {&#xd;
2464                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2465                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2466                                     },&#xd;
2467                                     &quot;optional&quot;: false&#xd;
2468                                   }&#xd;
2469                                 },&#xd;
2470                                 {&#xd;
2471                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
2472                                   &quot;value&quot;: {&#xd;
2473                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
2474                                     &quot;fieldSchemaKey&quot;: {&#xd;
2475                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
2476                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2477                                     },&#xd;
2478                                     &quot;optional&quot;: false&#xd;
2479                                   }&#xd;
2480                                 },&#xd;
2481                                 {&#xd;
2482                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
2483                                   &quot;value&quot;: {&#xd;
2484                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
2485                                     &quot;fieldSchemaKey&quot;: {&#xd;
2486                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
2487                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2488                                     },&#xd;
2489                                     &quot;optional&quot;: false&#xd;
2490                                   }&#xd;
2491                                 },&#xd;
2492                                 {&#xd;
2493                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
2494                                   &quot;value&quot;: {&#xd;
2495                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
2496                                     &quot;fieldSchemaKey&quot;: {&#xd;
2497                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2498                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2499                                     },&#xd;
2500                                     &quot;optional&quot;: false&#xd;
2501                                   }&#xd;
2502                                 }&#xd;
2503                               ]&#xd;
2504                             },&#xd;
2505                             &quot;taskParameters&quot;: {&#xd;
2506                               &quot;entry&quot;: [&#xd;
2507                                 {&#xd;
2508                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
2509                                   &quot;value&quot;: {&#xd;
2510                                     &quot;key&quot;: {&#xd;
2511                                       &quot;parentKeyName&quot;: &quot;Task_Act0&quot;,&#xd;
2512                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2513                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
2514                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
2515                                     },&#xd;
2516                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
2517                                   }&#xd;
2518                                 },&#xd;
2519                                 {&#xd;
2520                                   &quot;key&quot;: &quot;Parameter1&quot;,&#xd;
2521                                   &quot;value&quot;: {&#xd;
2522                                     &quot;key&quot;: {&#xd;
2523                                       &quot;parentKeyName&quot;: &quot;Task_Act0&quot;,&#xd;
2524                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2525                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
2526                                       &quot;localName&quot;: &quot;Parameter1&quot;&#xd;
2527                                     },&#xd;
2528                                     &quot;defaultValue&quot;: &quot;DefaultValue1&quot;&#xd;
2529                                   }&#xd;
2530                                 },&#xd;
2531                                 {&#xd;
2532                                   &quot;key&quot;: &quot;Parameter2&quot;,&#xd;
2533                                   &quot;value&quot;: {&#xd;
2534                                     &quot;key&quot;: {&#xd;
2535                                       &quot;parentKeyName&quot;: &quot;Task_Act0&quot;,&#xd;
2536                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2537                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
2538                                       &quot;localName&quot;: &quot;Parameter2&quot;&#xd;
2539                                     },&#xd;
2540                                     &quot;defaultValue&quot;: &quot;DefaultValue2&quot;&#xd;
2541                                   }&#xd;
2542                                 }&#xd;
2543                               ]&#xd;
2544                             },&#xd;
2545                             &quot;contextAlbumReference&quot;: [&#xd;
2546                               {&#xd;
2547                                 &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
2548                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2549                               },&#xd;
2550                               {&#xd;
2551                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
2552                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2553                               },&#xd;
2554                               {&#xd;
2555                                 &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
2556                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2557                               },&#xd;
2558                               {&#xd;
2559                                 &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
2560                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2561                               }&#xd;
2562                             ],&#xd;
2563                             &quot;taskLogic&quot;: {&#xd;
2564                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
2565                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
2566                               &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;
2567                             }&#xd;
2568                           }&#xd;
2569                         },&#xd;
2570                         {&#xd;
2571                           &quot;key&quot;: {&#xd;
2572                             &quot;name&quot;: &quot;Task_Act1&quot;,&#xd;
2573                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2574                           },&#xd;
2575                           &quot;value&quot;: {&#xd;
2576                             &quot;key&quot;: {&#xd;
2577                               &quot;name&quot;: &quot;Task_Act1&quot;,&#xd;
2578                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2579                             },&#xd;
2580                             &quot;inputFields&quot;: {&#xd;
2581                               &quot;entry&quot;: [&#xd;
2582                                 {&#xd;
2583                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
2584                                   &quot;value&quot;: {&#xd;
2585                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
2586                                     &quot;fieldSchemaKey&quot;: {&#xd;
2587                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2588                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2589                                     },&#xd;
2590                                     &quot;optional&quot;: false&#xd;
2591                                   }&#xd;
2592                                 },&#xd;
2593                                 {&#xd;
2594                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
2595                                   &quot;value&quot;: {&#xd;
2596                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
2597                                     &quot;fieldSchemaKey&quot;: {&#xd;
2598                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2599                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2600                                     },&#xd;
2601                                     &quot;optional&quot;: false&#xd;
2602                                   }&#xd;
2603                                 },&#xd;
2604                                 {&#xd;
2605                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
2606                                   &quot;value&quot;: {&#xd;
2607                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
2608                                     &quot;fieldSchemaKey&quot;: {&#xd;
2609                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2610                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2611                                     },&#xd;
2612                                     &quot;optional&quot;: false&#xd;
2613                                   }&#xd;
2614                                 },&#xd;
2615                                 {&#xd;
2616                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
2617                                   &quot;value&quot;: {&#xd;
2618                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
2619                                     &quot;fieldSchemaKey&quot;: {&#xd;
2620                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2621                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2622                                     },&#xd;
2623                                     &quot;optional&quot;: false&#xd;
2624                                   }&#xd;
2625                                 },&#xd;
2626                                 {&#xd;
2627                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
2628                                   &quot;value&quot;: {&#xd;
2629                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
2630                                     &quot;fieldSchemaKey&quot;: {&#xd;
2631                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2632                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2633                                     },&#xd;
2634                                     &quot;optional&quot;: false&#xd;
2635                                   }&#xd;
2636                                 },&#xd;
2637                                 {&#xd;
2638                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
2639                                   &quot;value&quot;: {&#xd;
2640                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
2641                                     &quot;fieldSchemaKey&quot;: {&#xd;
2642                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2643                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2644                                     },&#xd;
2645                                     &quot;optional&quot;: false&#xd;
2646                                   }&#xd;
2647                                 },&#xd;
2648                                 {&#xd;
2649                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
2650                                   &quot;value&quot;: {&#xd;
2651                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
2652                                     &quot;fieldSchemaKey&quot;: {&#xd;
2653                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2654                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2655                                     },&#xd;
2656                                     &quot;optional&quot;: false&#xd;
2657                                   }&#xd;
2658                                 },&#xd;
2659                                 {&#xd;
2660                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
2661                                   &quot;value&quot;: {&#xd;
2662                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
2663                                     &quot;fieldSchemaKey&quot;: {&#xd;
2664                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
2665                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2666                                     },&#xd;
2667                                     &quot;optional&quot;: false&#xd;
2668                                   }&#xd;
2669                                 },&#xd;
2670                                 {&#xd;
2671                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
2672                                   &quot;value&quot;: {&#xd;
2673                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
2674                                     &quot;fieldSchemaKey&quot;: {&#xd;
2675                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
2676                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2677                                     },&#xd;
2678                                     &quot;optional&quot;: false&#xd;
2679                                   }&#xd;
2680                                 },&#xd;
2681                                 {&#xd;
2682                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
2683                                   &quot;value&quot;: {&#xd;
2684                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
2685                                     &quot;fieldSchemaKey&quot;: {&#xd;
2686                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2687                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2688                                     },&#xd;
2689                                     &quot;optional&quot;: false&#xd;
2690                                   }&#xd;
2691                                 }&#xd;
2692                               ]&#xd;
2693                             },&#xd;
2694                             &quot;outputFields&quot;: {&#xd;
2695                               &quot;entry&quot;: [&#xd;
2696                                 {&#xd;
2697                                   &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
2698                                   &quot;value&quot;: {&#xd;
2699                                     &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
2700                                     &quot;fieldSchemaKey&quot;: {&#xd;
2701                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2702                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2703                                     },&#xd;
2704                                     &quot;optional&quot;: false&#xd;
2705                                   }&#xd;
2706                                 },&#xd;
2707                                 {&#xd;
2708                                   &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
2709                                   &quot;value&quot;: {&#xd;
2710                                     &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
2711                                     &quot;fieldSchemaKey&quot;: {&#xd;
2712                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2713                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2714                                     },&#xd;
2715                                     &quot;optional&quot;: false&#xd;
2716                                   }&#xd;
2717                                 },&#xd;
2718                                 {&#xd;
2719                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
2720                                   &quot;value&quot;: {&#xd;
2721                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
2722                                     &quot;fieldSchemaKey&quot;: {&#xd;
2723                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2724                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2725                                     },&#xd;
2726                                     &quot;optional&quot;: false&#xd;
2727                                   }&#xd;
2728                                 },&#xd;
2729                                 {&#xd;
2730                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
2731                                   &quot;value&quot;: {&#xd;
2732                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
2733                                     &quot;fieldSchemaKey&quot;: {&#xd;
2734                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2735                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2736                                     },&#xd;
2737                                     &quot;optional&quot;: false&#xd;
2738                                   }&#xd;
2739                                 },&#xd;
2740                                 {&#xd;
2741                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
2742                                   &quot;value&quot;: {&#xd;
2743                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
2744                                     &quot;fieldSchemaKey&quot;: {&#xd;
2745                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2746                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2747                                     },&#xd;
2748                                     &quot;optional&quot;: false&#xd;
2749                                   }&#xd;
2750                                 },&#xd;
2751                                 {&#xd;
2752                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
2753                                   &quot;value&quot;: {&#xd;
2754                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
2755                                     &quot;fieldSchemaKey&quot;: {&#xd;
2756                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2757                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2758                                     },&#xd;
2759                                     &quot;optional&quot;: false&#xd;
2760                                   }&#xd;
2761                                 },&#xd;
2762                                 {&#xd;
2763                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
2764                                   &quot;value&quot;: {&#xd;
2765                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
2766                                     &quot;fieldSchemaKey&quot;: {&#xd;
2767                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2768                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2769                                     },&#xd;
2770                                     &quot;optional&quot;: false&#xd;
2771                                   }&#xd;
2772                                 },&#xd;
2773                                 {&#xd;
2774                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
2775                                   &quot;value&quot;: {&#xd;
2776                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
2777                                     &quot;fieldSchemaKey&quot;: {&#xd;
2778                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2779                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2780                                     },&#xd;
2781                                     &quot;optional&quot;: false&#xd;
2782                                   }&#xd;
2783                                 },&#xd;
2784                                 {&#xd;
2785                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
2786                                   &quot;value&quot;: {&#xd;
2787                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
2788                                     &quot;fieldSchemaKey&quot;: {&#xd;
2789                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2790                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2791                                     },&#xd;
2792                                     &quot;optional&quot;: false&#xd;
2793                                   }&#xd;
2794                                 },&#xd;
2795                                 {&#xd;
2796                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
2797                                   &quot;value&quot;: {&#xd;
2798                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
2799                                     &quot;fieldSchemaKey&quot;: {&#xd;
2800                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
2801                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2802                                     },&#xd;
2803                                     &quot;optional&quot;: false&#xd;
2804                                   }&#xd;
2805                                 },&#xd;
2806                                 {&#xd;
2807                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
2808                                   &quot;value&quot;: {&#xd;
2809                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
2810                                     &quot;fieldSchemaKey&quot;: {&#xd;
2811                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
2812                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2813                                     },&#xd;
2814                                     &quot;optional&quot;: false&#xd;
2815                                   }&#xd;
2816                                 },&#xd;
2817                                 {&#xd;
2818                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
2819                                   &quot;value&quot;: {&#xd;
2820                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
2821                                     &quot;fieldSchemaKey&quot;: {&#xd;
2822                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2823                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2824                                     },&#xd;
2825                                     &quot;optional&quot;: false&#xd;
2826                                   }&#xd;
2827                                 }&#xd;
2828                               ]&#xd;
2829                             },&#xd;
2830                             &quot;taskParameters&quot;: {&#xd;
2831                               &quot;entry&quot;: [&#xd;
2832                                 {&#xd;
2833                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
2834                                   &quot;value&quot;: {&#xd;
2835                                     &quot;key&quot;: {&#xd;
2836                                       &quot;parentKeyName&quot;: &quot;Task_Act1&quot;,&#xd;
2837                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2838                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
2839                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
2840                                     },&#xd;
2841                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
2842                                   }&#xd;
2843                                 },&#xd;
2844                                 {&#xd;
2845                                   &quot;key&quot;: &quot;Parameter1&quot;,&#xd;
2846                                   &quot;value&quot;: {&#xd;
2847                                     &quot;key&quot;: {&#xd;
2848                                       &quot;parentKeyName&quot;: &quot;Task_Act1&quot;,&#xd;
2849                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
2850                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
2851                                       &quot;localName&quot;: &quot;Parameter1&quot;&#xd;
2852                                     },&#xd;
2853                                     &quot;defaultValue&quot;: &quot;DefaultValue1&quot;&#xd;
2854                                   }&#xd;
2855                                 }&#xd;
2856                               ]&#xd;
2857                             },&#xd;
2858                             &quot;contextAlbumReference&quot;: [&#xd;
2859                               {&#xd;
2860                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
2861                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2862                               },&#xd;
2863                               {&#xd;
2864                                 &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
2865                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2866                               }&#xd;
2867                             ],&#xd;
2868                             &quot;taskLogic&quot;: {&#xd;
2869                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
2870                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
2871                               &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;
2872                             }&#xd;
2873                           }&#xd;
2874                         },&#xd;
2875                         {&#xd;
2876                           &quot;key&quot;: {&#xd;
2877                             &quot;name&quot;: &quot;Task_Act2&quot;,&#xd;
2878                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2879                           },&#xd;
2880                           &quot;value&quot;: {&#xd;
2881                             &quot;key&quot;: {&#xd;
2882                               &quot;name&quot;: &quot;Task_Act2&quot;,&#xd;
2883                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2884                             },&#xd;
2885                             &quot;inputFields&quot;: {&#xd;
2886                               &quot;entry&quot;: [&#xd;
2887                                 {&#xd;
2888                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
2889                                   &quot;value&quot;: {&#xd;
2890                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
2891                                     &quot;fieldSchemaKey&quot;: {&#xd;
2892                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2893                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2894                                     },&#xd;
2895                                     &quot;optional&quot;: false&#xd;
2896                                   }&#xd;
2897                                 },&#xd;
2898                                 {&#xd;
2899                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
2900                                   &quot;value&quot;: {&#xd;
2901                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
2902                                     &quot;fieldSchemaKey&quot;: {&#xd;
2903                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2904                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2905                                     },&#xd;
2906                                     &quot;optional&quot;: false&#xd;
2907                                   }&#xd;
2908                                 },&#xd;
2909                                 {&#xd;
2910                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
2911                                   &quot;value&quot;: {&#xd;
2912                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
2913                                     &quot;fieldSchemaKey&quot;: {&#xd;
2914                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2915                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2916                                     },&#xd;
2917                                     &quot;optional&quot;: false&#xd;
2918                                   }&#xd;
2919                                 },&#xd;
2920                                 {&#xd;
2921                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
2922                                   &quot;value&quot;: {&#xd;
2923                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
2924                                     &quot;fieldSchemaKey&quot;: {&#xd;
2925                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2926                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2927                                     },&#xd;
2928                                     &quot;optional&quot;: false&#xd;
2929                                   }&#xd;
2930                                 },&#xd;
2931                                 {&#xd;
2932                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
2933                                   &quot;value&quot;: {&#xd;
2934                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
2935                                     &quot;fieldSchemaKey&quot;: {&#xd;
2936                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2937                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2938                                     },&#xd;
2939                                     &quot;optional&quot;: false&#xd;
2940                                   }&#xd;
2941                                 },&#xd;
2942                                 {&#xd;
2943                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
2944                                   &quot;value&quot;: {&#xd;
2945                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
2946                                     &quot;fieldSchemaKey&quot;: {&#xd;
2947                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
2948                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2949                                     },&#xd;
2950                                     &quot;optional&quot;: false&#xd;
2951                                   }&#xd;
2952                                 },&#xd;
2953                                 {&#xd;
2954                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
2955                                   &quot;value&quot;: {&#xd;
2956                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
2957                                     &quot;fieldSchemaKey&quot;: {&#xd;
2958                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2959                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2960                                     },&#xd;
2961                                     &quot;optional&quot;: false&#xd;
2962                                   }&#xd;
2963                                 },&#xd;
2964                                 {&#xd;
2965                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
2966                                   &quot;value&quot;: {&#xd;
2967                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
2968                                     &quot;fieldSchemaKey&quot;: {&#xd;
2969                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
2970                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2971                                     },&#xd;
2972                                     &quot;optional&quot;: false&#xd;
2973                                   }&#xd;
2974                                 },&#xd;
2975                                 {&#xd;
2976                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
2977                                   &quot;value&quot;: {&#xd;
2978                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
2979                                     &quot;fieldSchemaKey&quot;: {&#xd;
2980                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
2981                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2982                                     },&#xd;
2983                                     &quot;optional&quot;: false&#xd;
2984                                   }&#xd;
2985                                 },&#xd;
2986                                 {&#xd;
2987                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
2988                                   &quot;value&quot;: {&#xd;
2989                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
2990                                     &quot;fieldSchemaKey&quot;: {&#xd;
2991                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
2992                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
2993                                     },&#xd;
2994                                     &quot;optional&quot;: false&#xd;
2995                                   }&#xd;
2996                                 }&#xd;
2997                               ]&#xd;
2998                             },&#xd;
2999                             &quot;outputFields&quot;: {&#xd;
3000                               &quot;entry&quot;: [&#xd;
3001                                 {&#xd;
3002                                   &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
3003                                   &quot;value&quot;: {&#xd;
3004                                     &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
3005                                     &quot;fieldSchemaKey&quot;: {&#xd;
3006                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3007                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3008                                     },&#xd;
3009                                     &quot;optional&quot;: false&#xd;
3010                                   }&#xd;
3011                                 },&#xd;
3012                                 {&#xd;
3013                                   &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
3014                                   &quot;value&quot;: {&#xd;
3015                                     &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
3016                                     &quot;fieldSchemaKey&quot;: {&#xd;
3017                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3018                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3019                                     },&#xd;
3020                                     &quot;optional&quot;: false&#xd;
3021                                   }&#xd;
3022                                 },&#xd;
3023                                 {&#xd;
3024                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
3025                                   &quot;value&quot;: {&#xd;
3026                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
3027                                     &quot;fieldSchemaKey&quot;: {&#xd;
3028                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3029                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3030                                     },&#xd;
3031                                     &quot;optional&quot;: false&#xd;
3032                                   }&#xd;
3033                                 },&#xd;
3034                                 {&#xd;
3035                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
3036                                   &quot;value&quot;: {&#xd;
3037                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
3038                                     &quot;fieldSchemaKey&quot;: {&#xd;
3039                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3040                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3041                                     },&#xd;
3042                                     &quot;optional&quot;: false&#xd;
3043                                   }&#xd;
3044                                 },&#xd;
3045                                 {&#xd;
3046                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3047                                   &quot;value&quot;: {&#xd;
3048                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3049                                     &quot;fieldSchemaKey&quot;: {&#xd;
3050                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3051                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3052                                     },&#xd;
3053                                     &quot;optional&quot;: false&#xd;
3054                                   }&#xd;
3055                                 },&#xd;
3056                                 {&#xd;
3057                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3058                                   &quot;value&quot;: {&#xd;
3059                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3060                                     &quot;fieldSchemaKey&quot;: {&#xd;
3061                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3062                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3063                                     },&#xd;
3064                                     &quot;optional&quot;: false&#xd;
3065                                   }&#xd;
3066                                 },&#xd;
3067                                 {&#xd;
3068                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3069                                   &quot;value&quot;: {&#xd;
3070                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3071                                     &quot;fieldSchemaKey&quot;: {&#xd;
3072                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3073                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3074                                     },&#xd;
3075                                     &quot;optional&quot;: false&#xd;
3076                                   }&#xd;
3077                                 },&#xd;
3078                                 {&#xd;
3079                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3080                                   &quot;value&quot;: {&#xd;
3081                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3082                                     &quot;fieldSchemaKey&quot;: {&#xd;
3083                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3084                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3085                                     },&#xd;
3086                                     &quot;optional&quot;: false&#xd;
3087                                   }&#xd;
3088                                 },&#xd;
3089                                 {&#xd;
3090                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3091                                   &quot;value&quot;: {&#xd;
3092                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3093                                     &quot;fieldSchemaKey&quot;: {&#xd;
3094                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3095                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3096                                     },&#xd;
3097                                     &quot;optional&quot;: false&#xd;
3098                                   }&#xd;
3099                                 },&#xd;
3100                                 {&#xd;
3101                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3102                                   &quot;value&quot;: {&#xd;
3103                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3104                                     &quot;fieldSchemaKey&quot;: {&#xd;
3105                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
3106                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3107                                     },&#xd;
3108                                     &quot;optional&quot;: false&#xd;
3109                                   }&#xd;
3110                                 },&#xd;
3111                                 {&#xd;
3112                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3113                                   &quot;value&quot;: {&#xd;
3114                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3115                                     &quot;fieldSchemaKey&quot;: {&#xd;
3116                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
3117                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3118                                     },&#xd;
3119                                     &quot;optional&quot;: false&#xd;
3120                                   }&#xd;
3121                                 },&#xd;
3122                                 {&#xd;
3123                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3124                                   &quot;value&quot;: {&#xd;
3125                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3126                                     &quot;fieldSchemaKey&quot;: {&#xd;
3127                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3128                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3129                                     },&#xd;
3130                                     &quot;optional&quot;: false&#xd;
3131                                   }&#xd;
3132                                 }&#xd;
3133                               ]&#xd;
3134                             },&#xd;
3135                             &quot;taskParameters&quot;: {&#xd;
3136                               &quot;entry&quot;: [&#xd;
3137                                 {&#xd;
3138                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
3139                                   &quot;value&quot;: {&#xd;
3140                                     &quot;key&quot;: {&#xd;
3141                                       &quot;parentKeyName&quot;: &quot;Task_Act2&quot;,&#xd;
3142                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
3143                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
3144                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
3145                                     },&#xd;
3146                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
3147                                   }&#xd;
3148                                 }&#xd;
3149                               ]&#xd;
3150                             },&#xd;
3151                             &quot;contextAlbumReference&quot;: [&#xd;
3152                               {&#xd;
3153                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
3154                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3155                               },&#xd;
3156                               {&#xd;
3157                                 &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
3158                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3159                               }&#xd;
3160                             ],&#xd;
3161                             &quot;taskLogic&quot;: {&#xd;
3162                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
3163                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
3164                               &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;
3165                             }&#xd;
3166                           }&#xd;
3167                         },&#xd;
3168                         {&#xd;
3169                           &quot;key&quot;: {&#xd;
3170                             &quot;name&quot;: &quot;Task_Act3&quot;,&#xd;
3171                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3172                           },&#xd;
3173                           &quot;value&quot;: {&#xd;
3174                             &quot;key&quot;: {&#xd;
3175                               &quot;name&quot;: &quot;Task_Act3&quot;,&#xd;
3176                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3177                             },&#xd;
3178                             &quot;inputFields&quot;: {&#xd;
3179                               &quot;entry&quot;: [&#xd;
3180                                 {&#xd;
3181                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
3182                                   &quot;value&quot;: {&#xd;
3183                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
3184                                     &quot;fieldSchemaKey&quot;: {&#xd;
3185                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3186                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3187                                     },&#xd;
3188                                     &quot;optional&quot;: false&#xd;
3189                                   }&#xd;
3190                                 },&#xd;
3191                                 {&#xd;
3192                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
3193                                   &quot;value&quot;: {&#xd;
3194                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
3195                                     &quot;fieldSchemaKey&quot;: {&#xd;
3196                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3197                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3198                                     },&#xd;
3199                                     &quot;optional&quot;: false&#xd;
3200                                   }&#xd;
3201                                 },&#xd;
3202                                 {&#xd;
3203                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3204                                   &quot;value&quot;: {&#xd;
3205                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3206                                     &quot;fieldSchemaKey&quot;: {&#xd;
3207                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3208                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3209                                     },&#xd;
3210                                     &quot;optional&quot;: false&#xd;
3211                                   }&#xd;
3212                                 },&#xd;
3213                                 {&#xd;
3214                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3215                                   &quot;value&quot;: {&#xd;
3216                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3217                                     &quot;fieldSchemaKey&quot;: {&#xd;
3218                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3219                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3220                                     },&#xd;
3221                                     &quot;optional&quot;: false&#xd;
3222                                   }&#xd;
3223                                 },&#xd;
3224                                 {&#xd;
3225                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3226                                   &quot;value&quot;: {&#xd;
3227                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3228                                     &quot;fieldSchemaKey&quot;: {&#xd;
3229                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3230                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3231                                     },&#xd;
3232                                     &quot;optional&quot;: false&#xd;
3233                                   }&#xd;
3234                                 },&#xd;
3235                                 {&#xd;
3236                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3237                                   &quot;value&quot;: {&#xd;
3238                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3239                                     &quot;fieldSchemaKey&quot;: {&#xd;
3240                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3241                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3242                                     },&#xd;
3243                                     &quot;optional&quot;: false&#xd;
3244                                   }&#xd;
3245                                 },&#xd;
3246                                 {&#xd;
3247                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3248                                   &quot;value&quot;: {&#xd;
3249                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3250                                     &quot;fieldSchemaKey&quot;: {&#xd;
3251                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3252                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3253                                     },&#xd;
3254                                     &quot;optional&quot;: false&#xd;
3255                                   }&#xd;
3256                                 },&#xd;
3257                                 {&#xd;
3258                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3259                                   &quot;value&quot;: {&#xd;
3260                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3261                                     &quot;fieldSchemaKey&quot;: {&#xd;
3262                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
3263                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3264                                     },&#xd;
3265                                     &quot;optional&quot;: false&#xd;
3266                                   }&#xd;
3267                                 },&#xd;
3268                                 {&#xd;
3269                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3270                                   &quot;value&quot;: {&#xd;
3271                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3272                                     &quot;fieldSchemaKey&quot;: {&#xd;
3273                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
3274                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3275                                     },&#xd;
3276                                     &quot;optional&quot;: false&#xd;
3277                                   }&#xd;
3278                                 },&#xd;
3279                                 {&#xd;
3280                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3281                                   &quot;value&quot;: {&#xd;
3282                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3283                                     &quot;fieldSchemaKey&quot;: {&#xd;
3284                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3285                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3286                                     },&#xd;
3287                                     &quot;optional&quot;: false&#xd;
3288                                   }&#xd;
3289                                 }&#xd;
3290                               ]&#xd;
3291                             },&#xd;
3292                             &quot;outputFields&quot;: {&#xd;
3293                               &quot;entry&quot;: [&#xd;
3294                                 {&#xd;
3295                                   &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
3296                                   &quot;value&quot;: {&#xd;
3297                                     &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
3298                                     &quot;fieldSchemaKey&quot;: {&#xd;
3299                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3300                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3301                                     },&#xd;
3302                                     &quot;optional&quot;: false&#xd;
3303                                   }&#xd;
3304                                 },&#xd;
3305                                 {&#xd;
3306                                   &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
3307                                   &quot;value&quot;: {&#xd;
3308                                     &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
3309                                     &quot;fieldSchemaKey&quot;: {&#xd;
3310                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3311                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3312                                     },&#xd;
3313                                     &quot;optional&quot;: false&#xd;
3314                                   }&#xd;
3315                                 },&#xd;
3316                                 {&#xd;
3317                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
3318                                   &quot;value&quot;: {&#xd;
3319                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
3320                                     &quot;fieldSchemaKey&quot;: {&#xd;
3321                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3322                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3323                                     },&#xd;
3324                                     &quot;optional&quot;: false&#xd;
3325                                   }&#xd;
3326                                 },&#xd;
3327                                 {&#xd;
3328                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
3329                                   &quot;value&quot;: {&#xd;
3330                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
3331                                     &quot;fieldSchemaKey&quot;: {&#xd;
3332                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3333                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3334                                     },&#xd;
3335                                     &quot;optional&quot;: false&#xd;
3336                                   }&#xd;
3337                                 },&#xd;
3338                                 {&#xd;
3339                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3340                                   &quot;value&quot;: {&#xd;
3341                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3342                                     &quot;fieldSchemaKey&quot;: {&#xd;
3343                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3344                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3345                                     },&#xd;
3346                                     &quot;optional&quot;: false&#xd;
3347                                   }&#xd;
3348                                 },&#xd;
3349                                 {&#xd;
3350                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3351                                   &quot;value&quot;: {&#xd;
3352                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3353                                     &quot;fieldSchemaKey&quot;: {&#xd;
3354                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3355                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3356                                     },&#xd;
3357                                     &quot;optional&quot;: false&#xd;
3358                                   }&#xd;
3359                                 },&#xd;
3360                                 {&#xd;
3361                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3362                                   &quot;value&quot;: {&#xd;
3363                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3364                                     &quot;fieldSchemaKey&quot;: {&#xd;
3365                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3366                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3367                                     },&#xd;
3368                                     &quot;optional&quot;: false&#xd;
3369                                   }&#xd;
3370                                 },&#xd;
3371                                 {&#xd;
3372                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3373                                   &quot;value&quot;: {&#xd;
3374                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3375                                     &quot;fieldSchemaKey&quot;: {&#xd;
3376                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3377                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3378                                     },&#xd;
3379                                     &quot;optional&quot;: false&#xd;
3380                                   }&#xd;
3381                                 },&#xd;
3382                                 {&#xd;
3383                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3384                                   &quot;value&quot;: {&#xd;
3385                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3386                                     &quot;fieldSchemaKey&quot;: {&#xd;
3387                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3388                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3389                                     },&#xd;
3390                                     &quot;optional&quot;: false&#xd;
3391                                   }&#xd;
3392                                 },&#xd;
3393                                 {&#xd;
3394                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3395                                   &quot;value&quot;: {&#xd;
3396                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3397                                     &quot;fieldSchemaKey&quot;: {&#xd;
3398                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
3399                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3400                                     },&#xd;
3401                                     &quot;optional&quot;: false&#xd;
3402                                   }&#xd;
3403                                 },&#xd;
3404                                 {&#xd;
3405                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3406                                   &quot;value&quot;: {&#xd;
3407                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3408                                     &quot;fieldSchemaKey&quot;: {&#xd;
3409                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
3410                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3411                                     },&#xd;
3412                                     &quot;optional&quot;: false&#xd;
3413                                   }&#xd;
3414                                 },&#xd;
3415                                 {&#xd;
3416                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3417                                   &quot;value&quot;: {&#xd;
3418                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3419                                     &quot;fieldSchemaKey&quot;: {&#xd;
3420                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3421                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3422                                     },&#xd;
3423                                     &quot;optional&quot;: false&#xd;
3424                                   }&#xd;
3425                                 }&#xd;
3426                               ]&#xd;
3427                             },&#xd;
3428                             &quot;taskParameters&quot;: {&#xd;
3429                               &quot;entry&quot;: [&#xd;
3430                                 {&#xd;
3431                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
3432                                   &quot;value&quot;: {&#xd;
3433                                     &quot;key&quot;: {&#xd;
3434                                       &quot;parentKeyName&quot;: &quot;Task_Act3&quot;,&#xd;
3435                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
3436                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
3437                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
3438                                     },&#xd;
3439                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
3440                                   }&#xd;
3441                                 }&#xd;
3442                               ]&#xd;
3443                             },&#xd;
3444                             &quot;contextAlbumReference&quot;: [&#xd;
3445                               {&#xd;
3446                                 &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
3447                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3448                               },&#xd;
3449                               {&#xd;
3450                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
3451                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3452                               }&#xd;
3453                             ],&#xd;
3454                             &quot;taskLogic&quot;: {&#xd;
3455                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
3456                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
3457                               &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;
3458                             }&#xd;
3459                           }&#xd;
3460                         },&#xd;
3461                         {&#xd;
3462                           &quot;key&quot;: {&#xd;
3463                             &quot;name&quot;: &quot;Task_Decide0&quot;,&#xd;
3464                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3465                           },&#xd;
3466                           &quot;value&quot;: {&#xd;
3467                             &quot;key&quot;: {&#xd;
3468                               &quot;name&quot;: &quot;Task_Decide0&quot;,&#xd;
3469                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3470                             },&#xd;
3471                             &quot;inputFields&quot;: {&#xd;
3472                               &quot;entry&quot;: [&#xd;
3473                                 {&#xd;
3474                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3475                                   &quot;value&quot;: {&#xd;
3476                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3477                                     &quot;fieldSchemaKey&quot;: {&#xd;
3478                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3479                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3480                                     },&#xd;
3481                                     &quot;optional&quot;: false&#xd;
3482                                   }&#xd;
3483                                 },&#xd;
3484                                 {&#xd;
3485                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3486                                   &quot;value&quot;: {&#xd;
3487                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3488                                     &quot;fieldSchemaKey&quot;: {&#xd;
3489                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3490                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3491                                     },&#xd;
3492                                     &quot;optional&quot;: false&#xd;
3493                                   }&#xd;
3494                                 },&#xd;
3495                                 {&#xd;
3496                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3497                                   &quot;value&quot;: {&#xd;
3498                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3499                                     &quot;fieldSchemaKey&quot;: {&#xd;
3500                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3501                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3502                                     },&#xd;
3503                                     &quot;optional&quot;: false&#xd;
3504                                   }&#xd;
3505                                 },&#xd;
3506                                 {&#xd;
3507                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3508                                   &quot;value&quot;: {&#xd;
3509                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3510                                     &quot;fieldSchemaKey&quot;: {&#xd;
3511                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3512                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3513                                     },&#xd;
3514                                     &quot;optional&quot;: false&#xd;
3515                                   }&#xd;
3516                                 },&#xd;
3517                                 {&#xd;
3518                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3519                                   &quot;value&quot;: {&#xd;
3520                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3521                                     &quot;fieldSchemaKey&quot;: {&#xd;
3522                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3523                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3524                                     },&#xd;
3525                                     &quot;optional&quot;: false&#xd;
3526                                   }&#xd;
3527                                 },&#xd;
3528                                 {&#xd;
3529                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3530                                   &quot;value&quot;: {&#xd;
3531                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3532                                     &quot;fieldSchemaKey&quot;: {&#xd;
3533                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
3534                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3535                                     },&#xd;
3536                                     &quot;optional&quot;: false&#xd;
3537                                   }&#xd;
3538                                 },&#xd;
3539                                 {&#xd;
3540                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3541                                   &quot;value&quot;: {&#xd;
3542                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3543                                     &quot;fieldSchemaKey&quot;: {&#xd;
3544                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
3545                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3546                                     },&#xd;
3547                                     &quot;optional&quot;: false&#xd;
3548                                   }&#xd;
3549                                 },&#xd;
3550                                 {&#xd;
3551                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3552                                   &quot;value&quot;: {&#xd;
3553                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3554                                     &quot;fieldSchemaKey&quot;: {&#xd;
3555                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3556                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3557                                     },&#xd;
3558                                     &quot;optional&quot;: false&#xd;
3559                                   }&#xd;
3560                                 }&#xd;
3561                               ]&#xd;
3562                             },&#xd;
3563                             &quot;outputFields&quot;: {&#xd;
3564                               &quot;entry&quot;: [&#xd;
3565                                 {&#xd;
3566                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
3567                                   &quot;value&quot;: {&#xd;
3568                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
3569                                     &quot;fieldSchemaKey&quot;: {&#xd;
3570                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3571                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3572                                     },&#xd;
3573                                     &quot;optional&quot;: false&#xd;
3574                                   }&#xd;
3575                                 },&#xd;
3576                                 {&#xd;
3577                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
3578                                   &quot;value&quot;: {&#xd;
3579                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
3580                                     &quot;fieldSchemaKey&quot;: {&#xd;
3581                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3582                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3583                                     },&#xd;
3584                                     &quot;optional&quot;: false&#xd;
3585                                   }&#xd;
3586                                 },&#xd;
3587                                 {&#xd;
3588                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3589                                   &quot;value&quot;: {&#xd;
3590                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3591                                     &quot;fieldSchemaKey&quot;: {&#xd;
3592                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3593                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3594                                     },&#xd;
3595                                     &quot;optional&quot;: false&#xd;
3596                                   }&#xd;
3597                                 },&#xd;
3598                                 {&#xd;
3599                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3600                                   &quot;value&quot;: {&#xd;
3601                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3602                                     &quot;fieldSchemaKey&quot;: {&#xd;
3603                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3604                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3605                                     },&#xd;
3606                                     &quot;optional&quot;: false&#xd;
3607                                   }&#xd;
3608                                 },&#xd;
3609                                 {&#xd;
3610                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3611                                   &quot;value&quot;: {&#xd;
3612                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3613                                     &quot;fieldSchemaKey&quot;: {&#xd;
3614                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3615                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3616                                     },&#xd;
3617                                     &quot;optional&quot;: false&#xd;
3618                                   }&#xd;
3619                                 },&#xd;
3620                                 {&#xd;
3621                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3622                                   &quot;value&quot;: {&#xd;
3623                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3624                                     &quot;fieldSchemaKey&quot;: {&#xd;
3625                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3626                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3627                                     },&#xd;
3628                                     &quot;optional&quot;: false&#xd;
3629                                   }&#xd;
3630                                 },&#xd;
3631                                 {&#xd;
3632                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3633                                   &quot;value&quot;: {&#xd;
3634                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3635                                     &quot;fieldSchemaKey&quot;: {&#xd;
3636                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3637                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3638                                     },&#xd;
3639                                     &quot;optional&quot;: false&#xd;
3640                                   }&#xd;
3641                                 },&#xd;
3642                                 {&#xd;
3643                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3644                                   &quot;value&quot;: {&#xd;
3645                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3646                                     &quot;fieldSchemaKey&quot;: {&#xd;
3647                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
3648                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3649                                     },&#xd;
3650                                     &quot;optional&quot;: false&#xd;
3651                                   }&#xd;
3652                                 },&#xd;
3653                                 {&#xd;
3654                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3655                                   &quot;value&quot;: {&#xd;
3656                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3657                                     &quot;fieldSchemaKey&quot;: {&#xd;
3658                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
3659                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3660                                     },&#xd;
3661                                     &quot;optional&quot;: false&#xd;
3662                                   }&#xd;
3663                                 },&#xd;
3664                                 {&#xd;
3665                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3666                                   &quot;value&quot;: {&#xd;
3667                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3668                                     &quot;fieldSchemaKey&quot;: {&#xd;
3669                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3670                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3671                                     },&#xd;
3672                                     &quot;optional&quot;: false&#xd;
3673                                   }&#xd;
3674                                 }&#xd;
3675                               ]&#xd;
3676                             },&#xd;
3677                             &quot;taskParameters&quot;: {&#xd;
3678                               &quot;entry&quot;: [&#xd;
3679                                 {&#xd;
3680                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
3681                                   &quot;value&quot;: {&#xd;
3682                                     &quot;key&quot;: {&#xd;
3683                                       &quot;parentKeyName&quot;: &quot;Task_Decide0&quot;,&#xd;
3684                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
3685                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
3686                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
3687                                     },&#xd;
3688                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
3689                                   }&#xd;
3690                                 },&#xd;
3691                                 {&#xd;
3692                                   &quot;key&quot;: &quot;Parameter1&quot;,&#xd;
3693                                   &quot;value&quot;: {&#xd;
3694                                     &quot;key&quot;: {&#xd;
3695                                       &quot;parentKeyName&quot;: &quot;Task_Decide0&quot;,&#xd;
3696                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
3697                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
3698                                       &quot;localName&quot;: &quot;Parameter1&quot;&#xd;
3699                                     },&#xd;
3700                                     &quot;defaultValue&quot;: &quot;DefaultValue1&quot;&#xd;
3701                                   }&#xd;
3702                                 },&#xd;
3703                                 {&#xd;
3704                                   &quot;key&quot;: &quot;Parameter2&quot;,&#xd;
3705                                   &quot;value&quot;: {&#xd;
3706                                     &quot;key&quot;: {&#xd;
3707                                       &quot;parentKeyName&quot;: &quot;Task_Decide0&quot;,&#xd;
3708                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
3709                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
3710                                       &quot;localName&quot;: &quot;Parameter2&quot;&#xd;
3711                                     },&#xd;
3712                                     &quot;defaultValue&quot;: &quot;DefaultValue2&quot;&#xd;
3713                                   }&#xd;
3714                                 }&#xd;
3715                               ]&#xd;
3716                             },&#xd;
3717                             &quot;contextAlbumReference&quot;: [&#xd;
3718                               {&#xd;
3719                                 &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
3720                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3721                               },&#xd;
3722                               {&#xd;
3723                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
3724                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3725                               },&#xd;
3726                               {&#xd;
3727                                 &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
3728                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3729                               },&#xd;
3730                               {&#xd;
3731                                 &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
3732                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3733                               }&#xd;
3734                             ],&#xd;
3735                             &quot;taskLogic&quot;: {&#xd;
3736                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
3737                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
3738                               &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;
3739                             }&#xd;
3740                           }&#xd;
3741                         },&#xd;
3742                         {&#xd;
3743                           &quot;key&quot;: {&#xd;
3744                             &quot;name&quot;: &quot;Task_Decide1&quot;,&#xd;
3745                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3746                           },&#xd;
3747                           &quot;value&quot;: {&#xd;
3748                             &quot;key&quot;: {&#xd;
3749                               &quot;name&quot;: &quot;Task_Decide1&quot;,&#xd;
3750                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3751                             },&#xd;
3752                             &quot;inputFields&quot;: {&#xd;
3753                               &quot;entry&quot;: [&#xd;
3754                                 {&#xd;
3755                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3756                                   &quot;value&quot;: {&#xd;
3757                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3758                                     &quot;fieldSchemaKey&quot;: {&#xd;
3759                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3760                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3761                                     },&#xd;
3762                                     &quot;optional&quot;: false&#xd;
3763                                   }&#xd;
3764                                 },&#xd;
3765                                 {&#xd;
3766                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3767                                   &quot;value&quot;: {&#xd;
3768                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3769                                     &quot;fieldSchemaKey&quot;: {&#xd;
3770                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3771                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3772                                     },&#xd;
3773                                     &quot;optional&quot;: false&#xd;
3774                                   }&#xd;
3775                                 },&#xd;
3776                                 {&#xd;
3777                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3778                                   &quot;value&quot;: {&#xd;
3779                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3780                                     &quot;fieldSchemaKey&quot;: {&#xd;
3781                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3782                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3783                                     },&#xd;
3784                                     &quot;optional&quot;: false&#xd;
3785                                   }&#xd;
3786                                 },&#xd;
3787                                 {&#xd;
3788                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3789                                   &quot;value&quot;: {&#xd;
3790                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3791                                     &quot;fieldSchemaKey&quot;: {&#xd;
3792                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3793                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3794                                     },&#xd;
3795                                     &quot;optional&quot;: false&#xd;
3796                                   }&#xd;
3797                                 },&#xd;
3798                                 {&#xd;
3799                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3800                                   &quot;value&quot;: {&#xd;
3801                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3802                                     &quot;fieldSchemaKey&quot;: {&#xd;
3803                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3804                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3805                                     },&#xd;
3806                                     &quot;optional&quot;: false&#xd;
3807                                   }&#xd;
3808                                 },&#xd;
3809                                 {&#xd;
3810                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3811                                   &quot;value&quot;: {&#xd;
3812                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3813                                     &quot;fieldSchemaKey&quot;: {&#xd;
3814                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
3815                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3816                                     },&#xd;
3817                                     &quot;optional&quot;: false&#xd;
3818                                   }&#xd;
3819                                 },&#xd;
3820                                 {&#xd;
3821                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3822                                   &quot;value&quot;: {&#xd;
3823                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3824                                     &quot;fieldSchemaKey&quot;: {&#xd;
3825                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
3826                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3827                                     },&#xd;
3828                                     &quot;optional&quot;: false&#xd;
3829                                   }&#xd;
3830                                 },&#xd;
3831                                 {&#xd;
3832                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3833                                   &quot;value&quot;: {&#xd;
3834                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3835                                     &quot;fieldSchemaKey&quot;: {&#xd;
3836                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3837                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3838                                     },&#xd;
3839                                     &quot;optional&quot;: false&#xd;
3840                                   }&#xd;
3841                                 }&#xd;
3842                               ]&#xd;
3843                             },&#xd;
3844                             &quot;outputFields&quot;: {&#xd;
3845                               &quot;entry&quot;: [&#xd;
3846                                 {&#xd;
3847                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
3848                                   &quot;value&quot;: {&#xd;
3849                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
3850                                     &quot;fieldSchemaKey&quot;: {&#xd;
3851                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3852                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3853                                     },&#xd;
3854                                     &quot;optional&quot;: false&#xd;
3855                                   }&#xd;
3856                                 },&#xd;
3857                                 {&#xd;
3858                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
3859                                   &quot;value&quot;: {&#xd;
3860                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
3861                                     &quot;fieldSchemaKey&quot;: {&#xd;
3862                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3863                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3864                                     },&#xd;
3865                                     &quot;optional&quot;: false&#xd;
3866                                   }&#xd;
3867                                 },&#xd;
3868                                 {&#xd;
3869                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3870                                   &quot;value&quot;: {&#xd;
3871                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
3872                                     &quot;fieldSchemaKey&quot;: {&#xd;
3873                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3874                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3875                                     },&#xd;
3876                                     &quot;optional&quot;: false&#xd;
3877                                   }&#xd;
3878                                 },&#xd;
3879                                 {&#xd;
3880                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3881                                   &quot;value&quot;: {&#xd;
3882                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
3883                                     &quot;fieldSchemaKey&quot;: {&#xd;
3884                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3885                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3886                                     },&#xd;
3887                                     &quot;optional&quot;: false&#xd;
3888                                   }&#xd;
3889                                 },&#xd;
3890                                 {&#xd;
3891                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3892                                   &quot;value&quot;: {&#xd;
3893                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
3894                                     &quot;fieldSchemaKey&quot;: {&#xd;
3895                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3896                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3897                                     },&#xd;
3898                                     &quot;optional&quot;: false&#xd;
3899                                   }&#xd;
3900                                 },&#xd;
3901                                 {&#xd;
3902                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3903                                   &quot;value&quot;: {&#xd;
3904                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
3905                                     &quot;fieldSchemaKey&quot;: {&#xd;
3906                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
3907                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3908                                     },&#xd;
3909                                     &quot;optional&quot;: false&#xd;
3910                                   }&#xd;
3911                                 },&#xd;
3912                                 {&#xd;
3913                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3914                                   &quot;value&quot;: {&#xd;
3915                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
3916                                     &quot;fieldSchemaKey&quot;: {&#xd;
3917                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3918                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3919                                     },&#xd;
3920                                     &quot;optional&quot;: false&#xd;
3921                                   }&#xd;
3922                                 },&#xd;
3923                                 {&#xd;
3924                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3925                                   &quot;value&quot;: {&#xd;
3926                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
3927                                     &quot;fieldSchemaKey&quot;: {&#xd;
3928                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
3929                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3930                                     },&#xd;
3931                                     &quot;optional&quot;: false&#xd;
3932                                   }&#xd;
3933                                 },&#xd;
3934                                 {&#xd;
3935                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3936                                   &quot;value&quot;: {&#xd;
3937                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
3938                                     &quot;fieldSchemaKey&quot;: {&#xd;
3939                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
3940                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3941                                     },&#xd;
3942                                     &quot;optional&quot;: false&#xd;
3943                                   }&#xd;
3944                                 },&#xd;
3945                                 {&#xd;
3946                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3947                                   &quot;value&quot;: {&#xd;
3948                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
3949                                     &quot;fieldSchemaKey&quot;: {&#xd;
3950                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
3951                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3952                                     },&#xd;
3953                                     &quot;optional&quot;: false&#xd;
3954                                   }&#xd;
3955                                 }&#xd;
3956                               ]&#xd;
3957                             },&#xd;
3958                             &quot;taskParameters&quot;: {&#xd;
3959                               &quot;entry&quot;: [&#xd;
3960                                 {&#xd;
3961                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
3962                                   &quot;value&quot;: {&#xd;
3963                                     &quot;key&quot;: {&#xd;
3964                                       &quot;parentKeyName&quot;: &quot;Task_Decide1&quot;,&#xd;
3965                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
3966                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
3967                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
3968                                     },&#xd;
3969                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
3970                                   }&#xd;
3971                                 },&#xd;
3972                                 {&#xd;
3973                                   &quot;key&quot;: &quot;Parameter1&quot;,&#xd;
3974                                   &quot;value&quot;: {&#xd;
3975                                     &quot;key&quot;: {&#xd;
3976                                       &quot;parentKeyName&quot;: &quot;Task_Decide1&quot;,&#xd;
3977                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
3978                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
3979                                       &quot;localName&quot;: &quot;Parameter1&quot;&#xd;
3980                                     },&#xd;
3981                                     &quot;defaultValue&quot;: &quot;DefaultValue1&quot;&#xd;
3982                                   }&#xd;
3983                                 }&#xd;
3984                               ]&#xd;
3985                             },&#xd;
3986                             &quot;contextAlbumReference&quot;: [&#xd;
3987                               {&#xd;
3988                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
3989                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3990                               },&#xd;
3991                               {&#xd;
3992                                 &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
3993                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
3994                               }&#xd;
3995                             ],&#xd;
3996                             &quot;taskLogic&quot;: {&#xd;
3997                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
3998                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
3999                               &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;
4000                             }&#xd;
4001                           }&#xd;
4002                         },&#xd;
4003                         {&#xd;
4004                           &quot;key&quot;: {&#xd;
4005                             &quot;name&quot;: &quot;Task_Decide2&quot;,&#xd;
4006                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4007                           },&#xd;
4008                           &quot;value&quot;: {&#xd;
4009                             &quot;key&quot;: {&#xd;
4010                               &quot;name&quot;: &quot;Task_Decide2&quot;,&#xd;
4011                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4012                             },&#xd;
4013                             &quot;inputFields&quot;: {&#xd;
4014                               &quot;entry&quot;: [&#xd;
4015                                 {&#xd;
4016                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4017                                   &quot;value&quot;: {&#xd;
4018                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4019                                     &quot;fieldSchemaKey&quot;: {&#xd;
4020                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4021                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4022                                     },&#xd;
4023                                     &quot;optional&quot;: false&#xd;
4024                                   }&#xd;
4025                                 },&#xd;
4026                                 {&#xd;
4027                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4028                                   &quot;value&quot;: {&#xd;
4029                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4030                                     &quot;fieldSchemaKey&quot;: {&#xd;
4031                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4032                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4033                                     },&#xd;
4034                                     &quot;optional&quot;: false&#xd;
4035                                   }&#xd;
4036                                 },&#xd;
4037                                 {&#xd;
4038                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4039                                   &quot;value&quot;: {&#xd;
4040                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4041                                     &quot;fieldSchemaKey&quot;: {&#xd;
4042                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4043                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4044                                     },&#xd;
4045                                     &quot;optional&quot;: false&#xd;
4046                                   }&#xd;
4047                                 },&#xd;
4048                                 {&#xd;
4049                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4050                                   &quot;value&quot;: {&#xd;
4051                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4052                                     &quot;fieldSchemaKey&quot;: {&#xd;
4053                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4054                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4055                                     },&#xd;
4056                                     &quot;optional&quot;: false&#xd;
4057                                   }&#xd;
4058                                 },&#xd;
4059                                 {&#xd;
4060                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4061                                   &quot;value&quot;: {&#xd;
4062                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4063                                     &quot;fieldSchemaKey&quot;: {&#xd;
4064                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4065                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4066                                     },&#xd;
4067                                     &quot;optional&quot;: false&#xd;
4068                                   }&#xd;
4069                                 },&#xd;
4070                                 {&#xd;
4071                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4072                                   &quot;value&quot;: {&#xd;
4073                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4074                                     &quot;fieldSchemaKey&quot;: {&#xd;
4075                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
4076                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4077                                     },&#xd;
4078                                     &quot;optional&quot;: false&#xd;
4079                                   }&#xd;
4080                                 },&#xd;
4081                                 {&#xd;
4082                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4083                                   &quot;value&quot;: {&#xd;
4084                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4085                                     &quot;fieldSchemaKey&quot;: {&#xd;
4086                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
4087                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4088                                     },&#xd;
4089                                     &quot;optional&quot;: false&#xd;
4090                                   }&#xd;
4091                                 },&#xd;
4092                                 {&#xd;
4093                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4094                                   &quot;value&quot;: {&#xd;
4095                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4096                                     &quot;fieldSchemaKey&quot;: {&#xd;
4097                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4098                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4099                                     },&#xd;
4100                                     &quot;optional&quot;: false&#xd;
4101                                   }&#xd;
4102                                 }&#xd;
4103                               ]&#xd;
4104                             },&#xd;
4105                             &quot;outputFields&quot;: {&#xd;
4106                               &quot;entry&quot;: [&#xd;
4107                                 {&#xd;
4108                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
4109                                   &quot;value&quot;: {&#xd;
4110                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
4111                                     &quot;fieldSchemaKey&quot;: {&#xd;
4112                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4113                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4114                                     },&#xd;
4115                                     &quot;optional&quot;: false&#xd;
4116                                   }&#xd;
4117                                 },&#xd;
4118                                 {&#xd;
4119                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
4120                                   &quot;value&quot;: {&#xd;
4121                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
4122                                     &quot;fieldSchemaKey&quot;: {&#xd;
4123                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4124                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4125                                     },&#xd;
4126                                     &quot;optional&quot;: false&#xd;
4127                                   }&#xd;
4128                                 },&#xd;
4129                                 {&#xd;
4130                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4131                                   &quot;value&quot;: {&#xd;
4132                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4133                                     &quot;fieldSchemaKey&quot;: {&#xd;
4134                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4135                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4136                                     },&#xd;
4137                                     &quot;optional&quot;: false&#xd;
4138                                   }&#xd;
4139                                 },&#xd;
4140                                 {&#xd;
4141                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4142                                   &quot;value&quot;: {&#xd;
4143                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4144                                     &quot;fieldSchemaKey&quot;: {&#xd;
4145                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4146                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4147                                     },&#xd;
4148                                     &quot;optional&quot;: false&#xd;
4149                                   }&#xd;
4150                                 },&#xd;
4151                                 {&#xd;
4152                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4153                                   &quot;value&quot;: {&#xd;
4154                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4155                                     &quot;fieldSchemaKey&quot;: {&#xd;
4156                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4157                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4158                                     },&#xd;
4159                                     &quot;optional&quot;: false&#xd;
4160                                   }&#xd;
4161                                 },&#xd;
4162                                 {&#xd;
4163                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4164                                   &quot;value&quot;: {&#xd;
4165                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4166                                     &quot;fieldSchemaKey&quot;: {&#xd;
4167                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4168                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4169                                     },&#xd;
4170                                     &quot;optional&quot;: false&#xd;
4171                                   }&#xd;
4172                                 },&#xd;
4173                                 {&#xd;
4174                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4175                                   &quot;value&quot;: {&#xd;
4176                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4177                                     &quot;fieldSchemaKey&quot;: {&#xd;
4178                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4179                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4180                                     },&#xd;
4181                                     &quot;optional&quot;: false&#xd;
4182                                   }&#xd;
4183                                 },&#xd;
4184                                 {&#xd;
4185                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4186                                   &quot;value&quot;: {&#xd;
4187                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4188                                     &quot;fieldSchemaKey&quot;: {&#xd;
4189                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
4190                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4191                                     },&#xd;
4192                                     &quot;optional&quot;: false&#xd;
4193                                   }&#xd;
4194                                 },&#xd;
4195                                 {&#xd;
4196                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4197                                   &quot;value&quot;: {&#xd;
4198                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4199                                     &quot;fieldSchemaKey&quot;: {&#xd;
4200                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
4201                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4202                                     },&#xd;
4203                                     &quot;optional&quot;: false&#xd;
4204                                   }&#xd;
4205                                 },&#xd;
4206                                 {&#xd;
4207                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4208                                   &quot;value&quot;: {&#xd;
4209                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4210                                     &quot;fieldSchemaKey&quot;: {&#xd;
4211                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4212                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4213                                     },&#xd;
4214                                     &quot;optional&quot;: false&#xd;
4215                                   }&#xd;
4216                                 }&#xd;
4217                               ]&#xd;
4218                             },&#xd;
4219                             &quot;taskParameters&quot;: {&#xd;
4220                               &quot;entry&quot;: [&#xd;
4221                                 {&#xd;
4222                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
4223                                   &quot;value&quot;: {&#xd;
4224                                     &quot;key&quot;: {&#xd;
4225                                       &quot;parentKeyName&quot;: &quot;Task_Decide2&quot;,&#xd;
4226                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
4227                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
4228                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
4229                                     },&#xd;
4230                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
4231                                   }&#xd;
4232                                 }&#xd;
4233                               ]&#xd;
4234                             },&#xd;
4235                             &quot;contextAlbumReference&quot;: [&#xd;
4236                               {&#xd;
4237                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
4238                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4239                               },&#xd;
4240                               {&#xd;
4241                                 &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
4242                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4243                               }&#xd;
4244                             ],&#xd;
4245                             &quot;taskLogic&quot;: {&#xd;
4246                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
4247                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
4248                               &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;
4249                             }&#xd;
4250                           }&#xd;
4251                         },&#xd;
4252                         {&#xd;
4253                           &quot;key&quot;: {&#xd;
4254                             &quot;name&quot;: &quot;Task_Decide3&quot;,&#xd;
4255                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4256                           },&#xd;
4257                           &quot;value&quot;: {&#xd;
4258                             &quot;key&quot;: {&#xd;
4259                               &quot;name&quot;: &quot;Task_Decide3&quot;,&#xd;
4260                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4261                             },&#xd;
4262                             &quot;inputFields&quot;: {&#xd;
4263                               &quot;entry&quot;: [&#xd;
4264                                 {&#xd;
4265                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4266                                   &quot;value&quot;: {&#xd;
4267                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4268                                     &quot;fieldSchemaKey&quot;: {&#xd;
4269                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4270                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4271                                     },&#xd;
4272                                     &quot;optional&quot;: false&#xd;
4273                                   }&#xd;
4274                                 },&#xd;
4275                                 {&#xd;
4276                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4277                                   &quot;value&quot;: {&#xd;
4278                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4279                                     &quot;fieldSchemaKey&quot;: {&#xd;
4280                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4281                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4282                                     },&#xd;
4283                                     &quot;optional&quot;: false&#xd;
4284                                   }&#xd;
4285                                 },&#xd;
4286                                 {&#xd;
4287                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4288                                   &quot;value&quot;: {&#xd;
4289                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4290                                     &quot;fieldSchemaKey&quot;: {&#xd;
4291                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4292                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4293                                     },&#xd;
4294                                     &quot;optional&quot;: false&#xd;
4295                                   }&#xd;
4296                                 },&#xd;
4297                                 {&#xd;
4298                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4299                                   &quot;value&quot;: {&#xd;
4300                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4301                                     &quot;fieldSchemaKey&quot;: {&#xd;
4302                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4303                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4304                                     },&#xd;
4305                                     &quot;optional&quot;: false&#xd;
4306                                   }&#xd;
4307                                 },&#xd;
4308                                 {&#xd;
4309                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4310                                   &quot;value&quot;: {&#xd;
4311                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4312                                     &quot;fieldSchemaKey&quot;: {&#xd;
4313                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4314                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4315                                     },&#xd;
4316                                     &quot;optional&quot;: false&#xd;
4317                                   }&#xd;
4318                                 },&#xd;
4319                                 {&#xd;
4320                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4321                                   &quot;value&quot;: {&#xd;
4322                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4323                                     &quot;fieldSchemaKey&quot;: {&#xd;
4324                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
4325                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4326                                     },&#xd;
4327                                     &quot;optional&quot;: false&#xd;
4328                                   }&#xd;
4329                                 },&#xd;
4330                                 {&#xd;
4331                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4332                                   &quot;value&quot;: {&#xd;
4333                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4334                                     &quot;fieldSchemaKey&quot;: {&#xd;
4335                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
4336                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4337                                     },&#xd;
4338                                     &quot;optional&quot;: false&#xd;
4339                                   }&#xd;
4340                                 },&#xd;
4341                                 {&#xd;
4342                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4343                                   &quot;value&quot;: {&#xd;
4344                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4345                                     &quot;fieldSchemaKey&quot;: {&#xd;
4346                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4347                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4348                                     },&#xd;
4349                                     &quot;optional&quot;: false&#xd;
4350                                   }&#xd;
4351                                 }&#xd;
4352                               ]&#xd;
4353                             },&#xd;
4354                             &quot;outputFields&quot;: {&#xd;
4355                               &quot;entry&quot;: [&#xd;
4356                                 {&#xd;
4357                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
4358                                   &quot;value&quot;: {&#xd;
4359                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
4360                                     &quot;fieldSchemaKey&quot;: {&#xd;
4361                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4362                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4363                                     },&#xd;
4364                                     &quot;optional&quot;: false&#xd;
4365                                   }&#xd;
4366                                 },&#xd;
4367                                 {&#xd;
4368                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
4369                                   &quot;value&quot;: {&#xd;
4370                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
4371                                     &quot;fieldSchemaKey&quot;: {&#xd;
4372                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4373                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4374                                     },&#xd;
4375                                     &quot;optional&quot;: false&#xd;
4376                                   }&#xd;
4377                                 },&#xd;
4378                                 {&#xd;
4379                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4380                                   &quot;value&quot;: {&#xd;
4381                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4382                                     &quot;fieldSchemaKey&quot;: {&#xd;
4383                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4384                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4385                                     },&#xd;
4386                                     &quot;optional&quot;: false&#xd;
4387                                   }&#xd;
4388                                 },&#xd;
4389                                 {&#xd;
4390                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4391                                   &quot;value&quot;: {&#xd;
4392                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4393                                     &quot;fieldSchemaKey&quot;: {&#xd;
4394                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4395                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4396                                     },&#xd;
4397                                     &quot;optional&quot;: false&#xd;
4398                                   }&#xd;
4399                                 },&#xd;
4400                                 {&#xd;
4401                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4402                                   &quot;value&quot;: {&#xd;
4403                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4404                                     &quot;fieldSchemaKey&quot;: {&#xd;
4405                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4406                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4407                                     },&#xd;
4408                                     &quot;optional&quot;: false&#xd;
4409                                   }&#xd;
4410                                 },&#xd;
4411                                 {&#xd;
4412                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4413                                   &quot;value&quot;: {&#xd;
4414                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4415                                     &quot;fieldSchemaKey&quot;: {&#xd;
4416                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4417                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4418                                     },&#xd;
4419                                     &quot;optional&quot;: false&#xd;
4420                                   }&#xd;
4421                                 },&#xd;
4422                                 {&#xd;
4423                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4424                                   &quot;value&quot;: {&#xd;
4425                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4426                                     &quot;fieldSchemaKey&quot;: {&#xd;
4427                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4428                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4429                                     },&#xd;
4430                                     &quot;optional&quot;: false&#xd;
4431                                   }&#xd;
4432                                 },&#xd;
4433                                 {&#xd;
4434                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4435                                   &quot;value&quot;: {&#xd;
4436                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4437                                     &quot;fieldSchemaKey&quot;: {&#xd;
4438                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
4439                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4440                                     },&#xd;
4441                                     &quot;optional&quot;: false&#xd;
4442                                   }&#xd;
4443                                 },&#xd;
4444                                 {&#xd;
4445                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4446                                   &quot;value&quot;: {&#xd;
4447                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4448                                     &quot;fieldSchemaKey&quot;: {&#xd;
4449                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
4450                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4451                                     },&#xd;
4452                                     &quot;optional&quot;: false&#xd;
4453                                   }&#xd;
4454                                 },&#xd;
4455                                 {&#xd;
4456                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4457                                   &quot;value&quot;: {&#xd;
4458                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4459                                     &quot;fieldSchemaKey&quot;: {&#xd;
4460                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4461                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4462                                     },&#xd;
4463                                     &quot;optional&quot;: false&#xd;
4464                                   }&#xd;
4465                                 }&#xd;
4466                               ]&#xd;
4467                             },&#xd;
4468                             &quot;taskParameters&quot;: {&#xd;
4469                               &quot;entry&quot;: [&#xd;
4470                                 {&#xd;
4471                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
4472                                   &quot;value&quot;: {&#xd;
4473                                     &quot;key&quot;: {&#xd;
4474                                       &quot;parentKeyName&quot;: &quot;Task_Decide3&quot;,&#xd;
4475                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
4476                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
4477                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
4478                                     },&#xd;
4479                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
4480                                   }&#xd;
4481                                 }&#xd;
4482                               ]&#xd;
4483                             },&#xd;
4484                             &quot;contextAlbumReference&quot;: [&#xd;
4485                               {&#xd;
4486                                 &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
4487                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4488                               },&#xd;
4489                               {&#xd;
4490                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
4491                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4492                               }&#xd;
4493                             ],&#xd;
4494                             &quot;taskLogic&quot;: {&#xd;
4495                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
4496                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
4497                               &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;
4498                             }&#xd;
4499                           }&#xd;
4500                         },&#xd;
4501                         {&#xd;
4502                           &quot;key&quot;: {&#xd;
4503                             &quot;name&quot;: &quot;Task_Establish0&quot;,&#xd;
4504                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4505                           },&#xd;
4506                           &quot;value&quot;: {&#xd;
4507                             &quot;key&quot;: {&#xd;
4508                               &quot;name&quot;: &quot;Task_Establish0&quot;,&#xd;
4509                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4510                             },&#xd;
4511                             &quot;inputFields&quot;: {&#xd;
4512                               &quot;entry&quot;: [&#xd;
4513                                 {&#xd;
4514                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4515                                   &quot;value&quot;: {&#xd;
4516                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4517                                     &quot;fieldSchemaKey&quot;: {&#xd;
4518                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4519                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4520                                     },&#xd;
4521                                     &quot;optional&quot;: false&#xd;
4522                                   }&#xd;
4523                                 },&#xd;
4524                                 {&#xd;
4525                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4526                                   &quot;value&quot;: {&#xd;
4527                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4528                                     &quot;fieldSchemaKey&quot;: {&#xd;
4529                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4530                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4531                                     },&#xd;
4532                                     &quot;optional&quot;: false&#xd;
4533                                   }&#xd;
4534                                 },&#xd;
4535                                 {&#xd;
4536                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4537                                   &quot;value&quot;: {&#xd;
4538                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4539                                     &quot;fieldSchemaKey&quot;: {&#xd;
4540                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4541                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4542                                     },&#xd;
4543                                     &quot;optional&quot;: false&#xd;
4544                                   }&#xd;
4545                                 },&#xd;
4546                                 {&#xd;
4547                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4548                                   &quot;value&quot;: {&#xd;
4549                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4550                                     &quot;fieldSchemaKey&quot;: {&#xd;
4551                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
4552                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4553                                     },&#xd;
4554                                     &quot;optional&quot;: false&#xd;
4555                                   }&#xd;
4556                                 },&#xd;
4557                                 {&#xd;
4558                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4559                                   &quot;value&quot;: {&#xd;
4560                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4561                                     &quot;fieldSchemaKey&quot;: {&#xd;
4562                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
4563                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4564                                     },&#xd;
4565                                     &quot;optional&quot;: false&#xd;
4566                                   }&#xd;
4567                                 },&#xd;
4568                                 {&#xd;
4569                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4570                                   &quot;value&quot;: {&#xd;
4571                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4572                                     &quot;fieldSchemaKey&quot;: {&#xd;
4573                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4574                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4575                                     },&#xd;
4576                                     &quot;optional&quot;: false&#xd;
4577                                   }&#xd;
4578                                 }&#xd;
4579                               ]&#xd;
4580                             },&#xd;
4581                             &quot;outputFields&quot;: {&#xd;
4582                               &quot;entry&quot;: [&#xd;
4583                                 {&#xd;
4584                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4585                                   &quot;value&quot;: {&#xd;
4586                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4587                                     &quot;fieldSchemaKey&quot;: {&#xd;
4588                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4589                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4590                                     },&#xd;
4591                                     &quot;optional&quot;: false&#xd;
4592                                   }&#xd;
4593                                 },&#xd;
4594                                 {&#xd;
4595                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4596                                   &quot;value&quot;: {&#xd;
4597                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4598                                     &quot;fieldSchemaKey&quot;: {&#xd;
4599                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4600                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4601                                     },&#xd;
4602                                     &quot;optional&quot;: false&#xd;
4603                                   }&#xd;
4604                                 },&#xd;
4605                                 {&#xd;
4606                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4607                                   &quot;value&quot;: {&#xd;
4608                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4609                                     &quot;fieldSchemaKey&quot;: {&#xd;
4610                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4611                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4612                                     },&#xd;
4613                                     &quot;optional&quot;: false&#xd;
4614                                   }&#xd;
4615                                 },&#xd;
4616                                 {&#xd;
4617                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4618                                   &quot;value&quot;: {&#xd;
4619                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4620                                     &quot;fieldSchemaKey&quot;: {&#xd;
4621                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4622                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4623                                     },&#xd;
4624                                     &quot;optional&quot;: false&#xd;
4625                                   }&#xd;
4626                                 },&#xd;
4627                                 {&#xd;
4628                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4629                                   &quot;value&quot;: {&#xd;
4630                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4631                                     &quot;fieldSchemaKey&quot;: {&#xd;
4632                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4633                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4634                                     },&#xd;
4635                                     &quot;optional&quot;: false&#xd;
4636                                   }&#xd;
4637                                 },&#xd;
4638                                 {&#xd;
4639                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4640                                   &quot;value&quot;: {&#xd;
4641                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4642                                     &quot;fieldSchemaKey&quot;: {&#xd;
4643                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
4644                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4645                                     },&#xd;
4646                                     &quot;optional&quot;: false&#xd;
4647                                   }&#xd;
4648                                 },&#xd;
4649                                 {&#xd;
4650                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4651                                   &quot;value&quot;: {&#xd;
4652                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4653                                     &quot;fieldSchemaKey&quot;: {&#xd;
4654                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
4655                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4656                                     },&#xd;
4657                                     &quot;optional&quot;: false&#xd;
4658                                   }&#xd;
4659                                 },&#xd;
4660                                 {&#xd;
4661                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4662                                   &quot;value&quot;: {&#xd;
4663                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4664                                     &quot;fieldSchemaKey&quot;: {&#xd;
4665                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4666                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4667                                     },&#xd;
4668                                     &quot;optional&quot;: false&#xd;
4669                                   }&#xd;
4670                                 }&#xd;
4671                               ]&#xd;
4672                             },&#xd;
4673                             &quot;taskParameters&quot;: {&#xd;
4674                               &quot;entry&quot;: [&#xd;
4675                                 {&#xd;
4676                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
4677                                   &quot;value&quot;: {&#xd;
4678                                     &quot;key&quot;: {&#xd;
4679                                       &quot;parentKeyName&quot;: &quot;Task_Establish0&quot;,&#xd;
4680                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
4681                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
4682                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
4683                                     },&#xd;
4684                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
4685                                   }&#xd;
4686                                 },&#xd;
4687                                 {&#xd;
4688                                   &quot;key&quot;: &quot;Parameter1&quot;,&#xd;
4689                                   &quot;value&quot;: {&#xd;
4690                                     &quot;key&quot;: {&#xd;
4691                                       &quot;parentKeyName&quot;: &quot;Task_Establish0&quot;,&#xd;
4692                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
4693                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
4694                                       &quot;localName&quot;: &quot;Parameter1&quot;&#xd;
4695                                     },&#xd;
4696                                     &quot;defaultValue&quot;: &quot;DefaultValue1&quot;&#xd;
4697                                   }&#xd;
4698                                 },&#xd;
4699                                 {&#xd;
4700                                   &quot;key&quot;: &quot;Parameter2&quot;,&#xd;
4701                                   &quot;value&quot;: {&#xd;
4702                                     &quot;key&quot;: {&#xd;
4703                                       &quot;parentKeyName&quot;: &quot;Task_Establish0&quot;,&#xd;
4704                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
4705                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
4706                                       &quot;localName&quot;: &quot;Parameter2&quot;&#xd;
4707                                     },&#xd;
4708                                     &quot;defaultValue&quot;: &quot;DefaultValue2&quot;&#xd;
4709                                   }&#xd;
4710                                 }&#xd;
4711                               ]&#xd;
4712                             },&#xd;
4713                             &quot;contextAlbumReference&quot;: [&#xd;
4714                               {&#xd;
4715                                 &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
4716                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4717                               },&#xd;
4718                               {&#xd;
4719                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
4720                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4721                               },&#xd;
4722                               {&#xd;
4723                                 &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
4724                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4725                               },&#xd;
4726                               {&#xd;
4727                                 &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
4728                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4729                               }&#xd;
4730                             ],&#xd;
4731                             &quot;taskLogic&quot;: {&#xd;
4732                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
4733                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
4734                               &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;
4735                             }&#xd;
4736                           }&#xd;
4737                         },&#xd;
4738                         {&#xd;
4739                           &quot;key&quot;: {&#xd;
4740                             &quot;name&quot;: &quot;Task_Establish1&quot;,&#xd;
4741                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4742                           },&#xd;
4743                           &quot;value&quot;: {&#xd;
4744                             &quot;key&quot;: {&#xd;
4745                               &quot;name&quot;: &quot;Task_Establish1&quot;,&#xd;
4746                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4747                             },&#xd;
4748                             &quot;inputFields&quot;: {&#xd;
4749                               &quot;entry&quot;: [&#xd;
4750                                 {&#xd;
4751                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4752                                   &quot;value&quot;: {&#xd;
4753                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4754                                     &quot;fieldSchemaKey&quot;: {&#xd;
4755                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4756                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4757                                     },&#xd;
4758                                     &quot;optional&quot;: false&#xd;
4759                                   }&#xd;
4760                                 },&#xd;
4761                                 {&#xd;
4762                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4763                                   &quot;value&quot;: {&#xd;
4764                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4765                                     &quot;fieldSchemaKey&quot;: {&#xd;
4766                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4767                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4768                                     },&#xd;
4769                                     &quot;optional&quot;: false&#xd;
4770                                   }&#xd;
4771                                 },&#xd;
4772                                 {&#xd;
4773                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4774                                   &quot;value&quot;: {&#xd;
4775                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4776                                     &quot;fieldSchemaKey&quot;: {&#xd;
4777                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4778                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4779                                     },&#xd;
4780                                     &quot;optional&quot;: false&#xd;
4781                                   }&#xd;
4782                                 },&#xd;
4783                                 {&#xd;
4784                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4785                                   &quot;value&quot;: {&#xd;
4786                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4787                                     &quot;fieldSchemaKey&quot;: {&#xd;
4788                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
4789                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4790                                     },&#xd;
4791                                     &quot;optional&quot;: false&#xd;
4792                                   }&#xd;
4793                                 },&#xd;
4794                                 {&#xd;
4795                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4796                                   &quot;value&quot;: {&#xd;
4797                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4798                                     &quot;fieldSchemaKey&quot;: {&#xd;
4799                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
4800                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4801                                     },&#xd;
4802                                     &quot;optional&quot;: false&#xd;
4803                                   }&#xd;
4804                                 },&#xd;
4805                                 {&#xd;
4806                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4807                                   &quot;value&quot;: {&#xd;
4808                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4809                                     &quot;fieldSchemaKey&quot;: {&#xd;
4810                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4811                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4812                                     },&#xd;
4813                                     &quot;optional&quot;: false&#xd;
4814                                   }&#xd;
4815                                 }&#xd;
4816                               ]&#xd;
4817                             },&#xd;
4818                             &quot;outputFields&quot;: {&#xd;
4819                               &quot;entry&quot;: [&#xd;
4820                                 {&#xd;
4821                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4822                                   &quot;value&quot;: {&#xd;
4823                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
4824                                     &quot;fieldSchemaKey&quot;: {&#xd;
4825                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4826                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4827                                     },&#xd;
4828                                     &quot;optional&quot;: false&#xd;
4829                                   }&#xd;
4830                                 },&#xd;
4831                                 {&#xd;
4832                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4833                                   &quot;value&quot;: {&#xd;
4834                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
4835                                     &quot;fieldSchemaKey&quot;: {&#xd;
4836                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4837                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4838                                     },&#xd;
4839                                     &quot;optional&quot;: false&#xd;
4840                                   }&#xd;
4841                                 },&#xd;
4842                                 {&#xd;
4843                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4844                                   &quot;value&quot;: {&#xd;
4845                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4846                                     &quot;fieldSchemaKey&quot;: {&#xd;
4847                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4848                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4849                                     },&#xd;
4850                                     &quot;optional&quot;: false&#xd;
4851                                   }&#xd;
4852                                 },&#xd;
4853                                 {&#xd;
4854                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4855                                   &quot;value&quot;: {&#xd;
4856                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4857                                     &quot;fieldSchemaKey&quot;: {&#xd;
4858                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4859                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4860                                     },&#xd;
4861                                     &quot;optional&quot;: false&#xd;
4862                                   }&#xd;
4863                                 },&#xd;
4864                                 {&#xd;
4865                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4866                                   &quot;value&quot;: {&#xd;
4867                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4868                                     &quot;fieldSchemaKey&quot;: {&#xd;
4869                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4870                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4871                                     },&#xd;
4872                                     &quot;optional&quot;: false&#xd;
4873                                   }&#xd;
4874                                 },&#xd;
4875                                 {&#xd;
4876                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4877                                   &quot;value&quot;: {&#xd;
4878                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
4879                                     &quot;fieldSchemaKey&quot;: {&#xd;
4880                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
4881                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4882                                     },&#xd;
4883                                     &quot;optional&quot;: false&#xd;
4884                                   }&#xd;
4885                                 },&#xd;
4886                                 {&#xd;
4887                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4888                                   &quot;value&quot;: {&#xd;
4889                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
4890                                     &quot;fieldSchemaKey&quot;: {&#xd;
4891                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
4892                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4893                                     },&#xd;
4894                                     &quot;optional&quot;: false&#xd;
4895                                   }&#xd;
4896                                 },&#xd;
4897                                 {&#xd;
4898                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4899                                   &quot;value&quot;: {&#xd;
4900                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
4901                                     &quot;fieldSchemaKey&quot;: {&#xd;
4902                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4903                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4904                                     },&#xd;
4905                                     &quot;optional&quot;: false&#xd;
4906                                   }&#xd;
4907                                 }&#xd;
4908                               ]&#xd;
4909                             },&#xd;
4910                             &quot;taskParameters&quot;: {&#xd;
4911                               &quot;entry&quot;: [&#xd;
4912                                 {&#xd;
4913                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
4914                                   &quot;value&quot;: {&#xd;
4915                                     &quot;key&quot;: {&#xd;
4916                                       &quot;parentKeyName&quot;: &quot;Task_Establish1&quot;,&#xd;
4917                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
4918                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
4919                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
4920                                     },&#xd;
4921                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
4922                                   }&#xd;
4923                                 },&#xd;
4924                                 {&#xd;
4925                                   &quot;key&quot;: &quot;Parameter1&quot;,&#xd;
4926                                   &quot;value&quot;: {&#xd;
4927                                     &quot;key&quot;: {&#xd;
4928                                       &quot;parentKeyName&quot;: &quot;Task_Establish1&quot;,&#xd;
4929                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
4930                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
4931                                       &quot;localName&quot;: &quot;Parameter1&quot;&#xd;
4932                                     },&#xd;
4933                                     &quot;defaultValue&quot;: &quot;DefaultValue1&quot;&#xd;
4934                                   }&#xd;
4935                                 }&#xd;
4936                               ]&#xd;
4937                             },&#xd;
4938                             &quot;contextAlbumReference&quot;: [&#xd;
4939                               {&#xd;
4940                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
4941                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4942                               },&#xd;
4943                               {&#xd;
4944                                 &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
4945                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4946                               }&#xd;
4947                             ],&#xd;
4948                             &quot;taskLogic&quot;: {&#xd;
4949                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
4950                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
4951                               &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;
4952                             }&#xd;
4953                           }&#xd;
4954                         },&#xd;
4955                         {&#xd;
4956                           &quot;key&quot;: {&#xd;
4957                             &quot;name&quot;: &quot;Task_Establish2&quot;,&#xd;
4958                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4959                           },&#xd;
4960                           &quot;value&quot;: {&#xd;
4961                             &quot;key&quot;: {&#xd;
4962                               &quot;name&quot;: &quot;Task_Establish2&quot;,&#xd;
4963                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4964                             },&#xd;
4965                             &quot;inputFields&quot;: {&#xd;
4966                               &quot;entry&quot;: [&#xd;
4967                                 {&#xd;
4968                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4969                                   &quot;value&quot;: {&#xd;
4970                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
4971                                     &quot;fieldSchemaKey&quot;: {&#xd;
4972                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4973                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4974                                     },&#xd;
4975                                     &quot;optional&quot;: false&#xd;
4976                                   }&#xd;
4977                                 },&#xd;
4978                                 {&#xd;
4979                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4980                                   &quot;value&quot;: {&#xd;
4981                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
4982                                     &quot;fieldSchemaKey&quot;: {&#xd;
4983                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
4984                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4985                                     },&#xd;
4986                                     &quot;optional&quot;: false&#xd;
4987                                   }&#xd;
4988                                 },&#xd;
4989                                 {&#xd;
4990                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4991                                   &quot;value&quot;: {&#xd;
4992                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
4993                                     &quot;fieldSchemaKey&quot;: {&#xd;
4994                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
4995                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
4996                                     },&#xd;
4997                                     &quot;optional&quot;: false&#xd;
4998                                   }&#xd;
4999                                 },&#xd;
5000                                 {&#xd;
5001                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5002                                   &quot;value&quot;: {&#xd;
5003                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5004                                     &quot;fieldSchemaKey&quot;: {&#xd;
5005                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5006                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5007                                     },&#xd;
5008                                     &quot;optional&quot;: false&#xd;
5009                                   }&#xd;
5010                                 },&#xd;
5011                                 {&#xd;
5012                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5013                                   &quot;value&quot;: {&#xd;
5014                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5015                                     &quot;fieldSchemaKey&quot;: {&#xd;
5016                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5017                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5018                                     },&#xd;
5019                                     &quot;optional&quot;: false&#xd;
5020                                   }&#xd;
5021                                 },&#xd;
5022                                 {&#xd;
5023                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5024                                   &quot;value&quot;: {&#xd;
5025                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5026                                     &quot;fieldSchemaKey&quot;: {&#xd;
5027                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5028                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5029                                     },&#xd;
5030                                     &quot;optional&quot;: false&#xd;
5031                                   }&#xd;
5032                                 }&#xd;
5033                               ]&#xd;
5034                             },&#xd;
5035                             &quot;outputFields&quot;: {&#xd;
5036                               &quot;entry&quot;: [&#xd;
5037                                 {&#xd;
5038                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
5039                                   &quot;value&quot;: {&#xd;
5040                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
5041                                     &quot;fieldSchemaKey&quot;: {&#xd;
5042                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5043                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5044                                     },&#xd;
5045                                     &quot;optional&quot;: false&#xd;
5046                                   }&#xd;
5047                                 },&#xd;
5048                                 {&#xd;
5049                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
5050                                   &quot;value&quot;: {&#xd;
5051                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
5052                                     &quot;fieldSchemaKey&quot;: {&#xd;
5053                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5054                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5055                                     },&#xd;
5056                                     &quot;optional&quot;: false&#xd;
5057                                   }&#xd;
5058                                 },&#xd;
5059                                 {&#xd;
5060                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5061                                   &quot;value&quot;: {&#xd;
5062                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5063                                     &quot;fieldSchemaKey&quot;: {&#xd;
5064                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5065                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5066                                     },&#xd;
5067                                     &quot;optional&quot;: false&#xd;
5068                                   }&#xd;
5069                                 },&#xd;
5070                                 {&#xd;
5071                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5072                                   &quot;value&quot;: {&#xd;
5073                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5074                                     &quot;fieldSchemaKey&quot;: {&#xd;
5075                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5076                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5077                                     },&#xd;
5078                                     &quot;optional&quot;: false&#xd;
5079                                   }&#xd;
5080                                 },&#xd;
5081                                 {&#xd;
5082                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5083                                   &quot;value&quot;: {&#xd;
5084                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5085                                     &quot;fieldSchemaKey&quot;: {&#xd;
5086                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5087                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5088                                     },&#xd;
5089                                     &quot;optional&quot;: false&#xd;
5090                                   }&#xd;
5091                                 },&#xd;
5092                                 {&#xd;
5093                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5094                                   &quot;value&quot;: {&#xd;
5095                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5096                                     &quot;fieldSchemaKey&quot;: {&#xd;
5097                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5098                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5099                                     },&#xd;
5100                                     &quot;optional&quot;: false&#xd;
5101                                   }&#xd;
5102                                 },&#xd;
5103                                 {&#xd;
5104                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5105                                   &quot;value&quot;: {&#xd;
5106                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5107                                     &quot;fieldSchemaKey&quot;: {&#xd;
5108                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5109                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5110                                     },&#xd;
5111                                     &quot;optional&quot;: false&#xd;
5112                                   }&#xd;
5113                                 },&#xd;
5114                                 {&#xd;
5115                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5116                                   &quot;value&quot;: {&#xd;
5117                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5118                                     &quot;fieldSchemaKey&quot;: {&#xd;
5119                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5120                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5121                                     },&#xd;
5122                                     &quot;optional&quot;: false&#xd;
5123                                   }&#xd;
5124                                 }&#xd;
5125                               ]&#xd;
5126                             },&#xd;
5127                             &quot;taskParameters&quot;: {&#xd;
5128                               &quot;entry&quot;: [&#xd;
5129                                 {&#xd;
5130                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
5131                                   &quot;value&quot;: {&#xd;
5132                                     &quot;key&quot;: {&#xd;
5133                                       &quot;parentKeyName&quot;: &quot;Task_Establish2&quot;,&#xd;
5134                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
5135                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
5136                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
5137                                     },&#xd;
5138                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
5139                                   }&#xd;
5140                                 }&#xd;
5141                               ]&#xd;
5142                             },&#xd;
5143                             &quot;contextAlbumReference&quot;: [&#xd;
5144                               {&#xd;
5145                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
5146                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5147                               },&#xd;
5148                               {&#xd;
5149                                 &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
5150                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5151                               }&#xd;
5152                             ],&#xd;
5153                             &quot;taskLogic&quot;: {&#xd;
5154                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
5155                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
5156                               &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;
5157                             }&#xd;
5158                           }&#xd;
5159                         },&#xd;
5160                         {&#xd;
5161                           &quot;key&quot;: {&#xd;
5162                             &quot;name&quot;: &quot;Task_Establish3&quot;,&#xd;
5163                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5164                           },&#xd;
5165                           &quot;value&quot;: {&#xd;
5166                             &quot;key&quot;: {&#xd;
5167                               &quot;name&quot;: &quot;Task_Establish3&quot;,&#xd;
5168                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5169                             },&#xd;
5170                             &quot;inputFields&quot;: {&#xd;
5171                               &quot;entry&quot;: [&#xd;
5172                                 {&#xd;
5173                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5174                                   &quot;value&quot;: {&#xd;
5175                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5176                                     &quot;fieldSchemaKey&quot;: {&#xd;
5177                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5178                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5179                                     },&#xd;
5180                                     &quot;optional&quot;: false&#xd;
5181                                   }&#xd;
5182                                 },&#xd;
5183                                 {&#xd;
5184                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5185                                   &quot;value&quot;: {&#xd;
5186                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5187                                     &quot;fieldSchemaKey&quot;: {&#xd;
5188                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5189                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5190                                     },&#xd;
5191                                     &quot;optional&quot;: false&#xd;
5192                                   }&#xd;
5193                                 },&#xd;
5194                                 {&#xd;
5195                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5196                                   &quot;value&quot;: {&#xd;
5197                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5198                                     &quot;fieldSchemaKey&quot;: {&#xd;
5199                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5200                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5201                                     },&#xd;
5202                                     &quot;optional&quot;: false&#xd;
5203                                   }&#xd;
5204                                 },&#xd;
5205                                 {&#xd;
5206                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5207                                   &quot;value&quot;: {&#xd;
5208                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5209                                     &quot;fieldSchemaKey&quot;: {&#xd;
5210                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5211                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5212                                     },&#xd;
5213                                     &quot;optional&quot;: false&#xd;
5214                                   }&#xd;
5215                                 },&#xd;
5216                                 {&#xd;
5217                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5218                                   &quot;value&quot;: {&#xd;
5219                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5220                                     &quot;fieldSchemaKey&quot;: {&#xd;
5221                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5222                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5223                                     },&#xd;
5224                                     &quot;optional&quot;: false&#xd;
5225                                   }&#xd;
5226                                 },&#xd;
5227                                 {&#xd;
5228                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5229                                   &quot;value&quot;: {&#xd;
5230                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5231                                     &quot;fieldSchemaKey&quot;: {&#xd;
5232                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5233                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5234                                     },&#xd;
5235                                     &quot;optional&quot;: false&#xd;
5236                                   }&#xd;
5237                                 }&#xd;
5238                               ]&#xd;
5239                             },&#xd;
5240                             &quot;outputFields&quot;: {&#xd;
5241                               &quot;entry&quot;: [&#xd;
5242                                 {&#xd;
5243                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
5244                                   &quot;value&quot;: {&#xd;
5245                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
5246                                     &quot;fieldSchemaKey&quot;: {&#xd;
5247                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5248                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5249                                     },&#xd;
5250                                     &quot;optional&quot;: false&#xd;
5251                                   }&#xd;
5252                                 },&#xd;
5253                                 {&#xd;
5254                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
5255                                   &quot;value&quot;: {&#xd;
5256                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
5257                                     &quot;fieldSchemaKey&quot;: {&#xd;
5258                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5259                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5260                                     },&#xd;
5261                                     &quot;optional&quot;: false&#xd;
5262                                   }&#xd;
5263                                 },&#xd;
5264                                 {&#xd;
5265                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5266                                   &quot;value&quot;: {&#xd;
5267                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5268                                     &quot;fieldSchemaKey&quot;: {&#xd;
5269                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5270                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5271                                     },&#xd;
5272                                     &quot;optional&quot;: false&#xd;
5273                                   }&#xd;
5274                                 },&#xd;
5275                                 {&#xd;
5276                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5277                                   &quot;value&quot;: {&#xd;
5278                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5279                                     &quot;fieldSchemaKey&quot;: {&#xd;
5280                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5281                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5282                                     },&#xd;
5283                                     &quot;optional&quot;: false&#xd;
5284                                   }&#xd;
5285                                 },&#xd;
5286                                 {&#xd;
5287                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5288                                   &quot;value&quot;: {&#xd;
5289                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5290                                     &quot;fieldSchemaKey&quot;: {&#xd;
5291                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5292                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5293                                     },&#xd;
5294                                     &quot;optional&quot;: false&#xd;
5295                                   }&#xd;
5296                                 },&#xd;
5297                                 {&#xd;
5298                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5299                                   &quot;value&quot;: {&#xd;
5300                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5301                                     &quot;fieldSchemaKey&quot;: {&#xd;
5302                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5303                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5304                                     },&#xd;
5305                                     &quot;optional&quot;: false&#xd;
5306                                   }&#xd;
5307                                 },&#xd;
5308                                 {&#xd;
5309                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5310                                   &quot;value&quot;: {&#xd;
5311                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5312                                     &quot;fieldSchemaKey&quot;: {&#xd;
5313                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5314                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5315                                     },&#xd;
5316                                     &quot;optional&quot;: false&#xd;
5317                                   }&#xd;
5318                                 },&#xd;
5319                                 {&#xd;
5320                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5321                                   &quot;value&quot;: {&#xd;
5322                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5323                                     &quot;fieldSchemaKey&quot;: {&#xd;
5324                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5325                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5326                                     },&#xd;
5327                                     &quot;optional&quot;: false&#xd;
5328                                   }&#xd;
5329                                 }&#xd;
5330                               ]&#xd;
5331                             },&#xd;
5332                             &quot;taskParameters&quot;: {&#xd;
5333                               &quot;entry&quot;: [&#xd;
5334                                 {&#xd;
5335                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
5336                                   &quot;value&quot;: {&#xd;
5337                                     &quot;key&quot;: {&#xd;
5338                                       &quot;parentKeyName&quot;: &quot;Task_Establish3&quot;,&#xd;
5339                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
5340                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
5341                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
5342                                     },&#xd;
5343                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
5344                                   }&#xd;
5345                                 }&#xd;
5346                               ]&#xd;
5347                             },&#xd;
5348                             &quot;contextAlbumReference&quot;: [&#xd;
5349                               {&#xd;
5350                                 &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
5351                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5352                               },&#xd;
5353                               {&#xd;
5354                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
5355                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5356                               }&#xd;
5357                             ],&#xd;
5358                             &quot;taskLogic&quot;: {&#xd;
5359                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
5360                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
5361                               &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;
5362                             }&#xd;
5363                           }&#xd;
5364                         },&#xd;
5365                         {&#xd;
5366                           &quot;key&quot;: {&#xd;
5367                             &quot;name&quot;: &quot;Task_Match0&quot;,&#xd;
5368                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5369                           },&#xd;
5370                           &quot;value&quot;: {&#xd;
5371                             &quot;key&quot;: {&#xd;
5372                               &quot;name&quot;: &quot;Task_Match0&quot;,&#xd;
5373                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5374                             },&#xd;
5375                             &quot;inputFields&quot;: {&#xd;
5376                               &quot;entry&quot;: [&#xd;
5377                                 {&#xd;
5378                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5379                                   &quot;value&quot;: {&#xd;
5380                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5381                                     &quot;fieldSchemaKey&quot;: {&#xd;
5382                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5383                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5384                                     },&#xd;
5385                                     &quot;optional&quot;: false&#xd;
5386                                   }&#xd;
5387                                 },&#xd;
5388                                 {&#xd;
5389                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5390                                   &quot;value&quot;: {&#xd;
5391                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5392                                     &quot;fieldSchemaKey&quot;: {&#xd;
5393                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5394                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5395                                     },&#xd;
5396                                     &quot;optional&quot;: false&#xd;
5397                                   }&#xd;
5398                                 },&#xd;
5399                                 {&#xd;
5400                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5401                                   &quot;value&quot;: {&#xd;
5402                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5403                                     &quot;fieldSchemaKey&quot;: {&#xd;
5404                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5405                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5406                                     },&#xd;
5407                                     &quot;optional&quot;: false&#xd;
5408                                   }&#xd;
5409                                 },&#xd;
5410                                 {&#xd;
5411                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5412                                   &quot;value&quot;: {&#xd;
5413                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5414                                     &quot;fieldSchemaKey&quot;: {&#xd;
5415                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5416                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5417                                     },&#xd;
5418                                     &quot;optional&quot;: false&#xd;
5419                                   }&#xd;
5420                                 }&#xd;
5421                               ]&#xd;
5422                             },&#xd;
5423                             &quot;outputFields&quot;: {&#xd;
5424                               &quot;entry&quot;: [&#xd;
5425                                 {&#xd;
5426                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5427                                   &quot;value&quot;: {&#xd;
5428                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5429                                     &quot;fieldSchemaKey&quot;: {&#xd;
5430                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5431                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5432                                     },&#xd;
5433                                     &quot;optional&quot;: false&#xd;
5434                                   }&#xd;
5435                                 },&#xd;
5436                                 {&#xd;
5437                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5438                                   &quot;value&quot;: {&#xd;
5439                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5440                                     &quot;fieldSchemaKey&quot;: {&#xd;
5441                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5442                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5443                                     },&#xd;
5444                                     &quot;optional&quot;: false&#xd;
5445                                   }&#xd;
5446                                 },&#xd;
5447                                 {&#xd;
5448                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5449                                   &quot;value&quot;: {&#xd;
5450                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5451                                     &quot;fieldSchemaKey&quot;: {&#xd;
5452                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5453                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5454                                     },&#xd;
5455                                     &quot;optional&quot;: false&#xd;
5456                                   }&#xd;
5457                                 },&#xd;
5458                                 {&#xd;
5459                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5460                                   &quot;value&quot;: {&#xd;
5461                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5462                                     &quot;fieldSchemaKey&quot;: {&#xd;
5463                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5464                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5465                                     },&#xd;
5466                                     &quot;optional&quot;: false&#xd;
5467                                   }&#xd;
5468                                 },&#xd;
5469                                 {&#xd;
5470                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5471                                   &quot;value&quot;: {&#xd;
5472                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5473                                     &quot;fieldSchemaKey&quot;: {&#xd;
5474                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5475                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5476                                     },&#xd;
5477                                     &quot;optional&quot;: false&#xd;
5478                                   }&#xd;
5479                                 },&#xd;
5480                                 {&#xd;
5481                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5482                                   &quot;value&quot;: {&#xd;
5483                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5484                                     &quot;fieldSchemaKey&quot;: {&#xd;
5485                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5486                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5487                                     },&#xd;
5488                                     &quot;optional&quot;: false&#xd;
5489                                   }&#xd;
5490                                 }&#xd;
5491                               ]&#xd;
5492                             },&#xd;
5493                             &quot;taskParameters&quot;: {&#xd;
5494                               &quot;entry&quot;: [&#xd;
5495                                 {&#xd;
5496                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
5497                                   &quot;value&quot;: {&#xd;
5498                                     &quot;key&quot;: {&#xd;
5499                                       &quot;parentKeyName&quot;: &quot;Task_Match0&quot;,&#xd;
5500                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
5501                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
5502                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
5503                                     },&#xd;
5504                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
5505                                   }&#xd;
5506                                 },&#xd;
5507                                 {&#xd;
5508                                   &quot;key&quot;: &quot;Parameter1&quot;,&#xd;
5509                                   &quot;value&quot;: {&#xd;
5510                                     &quot;key&quot;: {&#xd;
5511                                       &quot;parentKeyName&quot;: &quot;Task_Match0&quot;,&#xd;
5512                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
5513                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
5514                                       &quot;localName&quot;: &quot;Parameter1&quot;&#xd;
5515                                     },&#xd;
5516                                     &quot;defaultValue&quot;: &quot;DefaultValue1&quot;&#xd;
5517                                   }&#xd;
5518                                 },&#xd;
5519                                 {&#xd;
5520                                   &quot;key&quot;: &quot;Parameter2&quot;,&#xd;
5521                                   &quot;value&quot;: {&#xd;
5522                                     &quot;key&quot;: {&#xd;
5523                                       &quot;parentKeyName&quot;: &quot;Task_Match0&quot;,&#xd;
5524                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
5525                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
5526                                       &quot;localName&quot;: &quot;Parameter2&quot;&#xd;
5527                                     },&#xd;
5528                                     &quot;defaultValue&quot;: &quot;DefaultValue2&quot;&#xd;
5529                                   }&#xd;
5530                                 }&#xd;
5531                               ]&#xd;
5532                             },&#xd;
5533                             &quot;contextAlbumReference&quot;: [&#xd;
5534                               {&#xd;
5535                                 &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
5536                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5537                               },&#xd;
5538                               {&#xd;
5539                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
5540                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5541                               },&#xd;
5542                               {&#xd;
5543                                 &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
5544                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5545                               },&#xd;
5546                               {&#xd;
5547                                 &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
5548                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5549                               }&#xd;
5550                             ],&#xd;
5551                             &quot;taskLogic&quot;: {&#xd;
5552                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
5553                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
5554                               &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;
5555                             }&#xd;
5556                           }&#xd;
5557                         },&#xd;
5558                         {&#xd;
5559                           &quot;key&quot;: {&#xd;
5560                             &quot;name&quot;: &quot;Task_Match1&quot;,&#xd;
5561                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5562                           },&#xd;
5563                           &quot;value&quot;: {&#xd;
5564                             &quot;key&quot;: {&#xd;
5565                               &quot;name&quot;: &quot;Task_Match1&quot;,&#xd;
5566                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5567                             },&#xd;
5568                             &quot;inputFields&quot;: {&#xd;
5569                               &quot;entry&quot;: [&#xd;
5570                                 {&#xd;
5571                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5572                                   &quot;value&quot;: {&#xd;
5573                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5574                                     &quot;fieldSchemaKey&quot;: {&#xd;
5575                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5576                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5577                                     },&#xd;
5578                                     &quot;optional&quot;: false&#xd;
5579                                   }&#xd;
5580                                 },&#xd;
5581                                 {&#xd;
5582                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5583                                   &quot;value&quot;: {&#xd;
5584                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5585                                     &quot;fieldSchemaKey&quot;: {&#xd;
5586                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5587                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5588                                     },&#xd;
5589                                     &quot;optional&quot;: false&#xd;
5590                                   }&#xd;
5591                                 },&#xd;
5592                                 {&#xd;
5593                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5594                                   &quot;value&quot;: {&#xd;
5595                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5596                                     &quot;fieldSchemaKey&quot;: {&#xd;
5597                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5598                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5599                                     },&#xd;
5600                                     &quot;optional&quot;: false&#xd;
5601                                   }&#xd;
5602                                 },&#xd;
5603                                 {&#xd;
5604                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5605                                   &quot;value&quot;: {&#xd;
5606                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5607                                     &quot;fieldSchemaKey&quot;: {&#xd;
5608                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5609                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5610                                     },&#xd;
5611                                     &quot;optional&quot;: false&#xd;
5612                                   }&#xd;
5613                                 }&#xd;
5614                               ]&#xd;
5615                             },&#xd;
5616                             &quot;outputFields&quot;: {&#xd;
5617                               &quot;entry&quot;: [&#xd;
5618                                 {&#xd;
5619                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5620                                   &quot;value&quot;: {&#xd;
5621                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5622                                     &quot;fieldSchemaKey&quot;: {&#xd;
5623                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5624                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5625                                     },&#xd;
5626                                     &quot;optional&quot;: false&#xd;
5627                                   }&#xd;
5628                                 },&#xd;
5629                                 {&#xd;
5630                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5631                                   &quot;value&quot;: {&#xd;
5632                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5633                                     &quot;fieldSchemaKey&quot;: {&#xd;
5634                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5635                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5636                                     },&#xd;
5637                                     &quot;optional&quot;: false&#xd;
5638                                   }&#xd;
5639                                 },&#xd;
5640                                 {&#xd;
5641                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5642                                   &quot;value&quot;: {&#xd;
5643                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5644                                     &quot;fieldSchemaKey&quot;: {&#xd;
5645                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5646                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5647                                     },&#xd;
5648                                     &quot;optional&quot;: false&#xd;
5649                                   }&#xd;
5650                                 },&#xd;
5651                                 {&#xd;
5652                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5653                                   &quot;value&quot;: {&#xd;
5654                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5655                                     &quot;fieldSchemaKey&quot;: {&#xd;
5656                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5657                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5658                                     },&#xd;
5659                                     &quot;optional&quot;: false&#xd;
5660                                   }&#xd;
5661                                 },&#xd;
5662                                 {&#xd;
5663                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5664                                   &quot;value&quot;: {&#xd;
5665                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5666                                     &quot;fieldSchemaKey&quot;: {&#xd;
5667                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5668                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5669                                     },&#xd;
5670                                     &quot;optional&quot;: false&#xd;
5671                                   }&#xd;
5672                                 },&#xd;
5673                                 {&#xd;
5674                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5675                                   &quot;value&quot;: {&#xd;
5676                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5677                                     &quot;fieldSchemaKey&quot;: {&#xd;
5678                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5679                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5680                                     },&#xd;
5681                                     &quot;optional&quot;: false&#xd;
5682                                   }&#xd;
5683                                 }&#xd;
5684                               ]&#xd;
5685                             },&#xd;
5686                             &quot;taskParameters&quot;: {&#xd;
5687                               &quot;entry&quot;: [&#xd;
5688                                 {&#xd;
5689                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
5690                                   &quot;value&quot;: {&#xd;
5691                                     &quot;key&quot;: {&#xd;
5692                                       &quot;parentKeyName&quot;: &quot;Task_Match1&quot;,&#xd;
5693                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
5694                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
5695                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
5696                                     },&#xd;
5697                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
5698                                   }&#xd;
5699                                 },&#xd;
5700                                 {&#xd;
5701                                   &quot;key&quot;: &quot;Parameter1&quot;,&#xd;
5702                                   &quot;value&quot;: {&#xd;
5703                                     &quot;key&quot;: {&#xd;
5704                                       &quot;parentKeyName&quot;: &quot;Task_Match1&quot;,&#xd;
5705                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
5706                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
5707                                       &quot;localName&quot;: &quot;Parameter1&quot;&#xd;
5708                                     },&#xd;
5709                                     &quot;defaultValue&quot;: &quot;DefaultValue1&quot;&#xd;
5710                                   }&#xd;
5711                                 }&#xd;
5712                               ]&#xd;
5713                             },&#xd;
5714                             &quot;contextAlbumReference&quot;: [&#xd;
5715                               {&#xd;
5716                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
5717                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5718                               },&#xd;
5719                               {&#xd;
5720                                 &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
5721                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5722                               }&#xd;
5723                             ],&#xd;
5724                             &quot;taskLogic&quot;: {&#xd;
5725                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
5726                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
5727                               &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;
5728                             }&#xd;
5729                           }&#xd;
5730                         },&#xd;
5731                         {&#xd;
5732                           &quot;key&quot;: {&#xd;
5733                             &quot;name&quot;: &quot;Task_Match2&quot;,&#xd;
5734                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5735                           },&#xd;
5736                           &quot;value&quot;: {&#xd;
5737                             &quot;key&quot;: {&#xd;
5738                               &quot;name&quot;: &quot;Task_Match2&quot;,&#xd;
5739                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5740                             },&#xd;
5741                             &quot;inputFields&quot;: {&#xd;
5742                               &quot;entry&quot;: [&#xd;
5743                                 {&#xd;
5744                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5745                                   &quot;value&quot;: {&#xd;
5746                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5747                                     &quot;fieldSchemaKey&quot;: {&#xd;
5748                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5749                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5750                                     },&#xd;
5751                                     &quot;optional&quot;: false&#xd;
5752                                   }&#xd;
5753                                 },&#xd;
5754                                 {&#xd;
5755                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5756                                   &quot;value&quot;: {&#xd;
5757                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5758                                     &quot;fieldSchemaKey&quot;: {&#xd;
5759                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5760                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5761                                     },&#xd;
5762                                     &quot;optional&quot;: false&#xd;
5763                                   }&#xd;
5764                                 },&#xd;
5765                                 {&#xd;
5766                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5767                                   &quot;value&quot;: {&#xd;
5768                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5769                                     &quot;fieldSchemaKey&quot;: {&#xd;
5770                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5771                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5772                                     },&#xd;
5773                                     &quot;optional&quot;: false&#xd;
5774                                   }&#xd;
5775                                 },&#xd;
5776                                 {&#xd;
5777                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5778                                   &quot;value&quot;: {&#xd;
5779                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5780                                     &quot;fieldSchemaKey&quot;: {&#xd;
5781                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5782                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5783                                     },&#xd;
5784                                     &quot;optional&quot;: false&#xd;
5785                                   }&#xd;
5786                                 }&#xd;
5787                               ]&#xd;
5788                             },&#xd;
5789                             &quot;outputFields&quot;: {&#xd;
5790                               &quot;entry&quot;: [&#xd;
5791                                 {&#xd;
5792                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5793                                   &quot;value&quot;: {&#xd;
5794                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5795                                     &quot;fieldSchemaKey&quot;: {&#xd;
5796                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5797                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5798                                     },&#xd;
5799                                     &quot;optional&quot;: false&#xd;
5800                                   }&#xd;
5801                                 },&#xd;
5802                                 {&#xd;
5803                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5804                                   &quot;value&quot;: {&#xd;
5805                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5806                                     &quot;fieldSchemaKey&quot;: {&#xd;
5807                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5808                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5809                                     },&#xd;
5810                                     &quot;optional&quot;: false&#xd;
5811                                   }&#xd;
5812                                 },&#xd;
5813                                 {&#xd;
5814                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5815                                   &quot;value&quot;: {&#xd;
5816                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5817                                     &quot;fieldSchemaKey&quot;: {&#xd;
5818                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5819                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5820                                     },&#xd;
5821                                     &quot;optional&quot;: false&#xd;
5822                                   }&#xd;
5823                                 },&#xd;
5824                                 {&#xd;
5825                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5826                                   &quot;value&quot;: {&#xd;
5827                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5828                                     &quot;fieldSchemaKey&quot;: {&#xd;
5829                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5830                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5831                                     },&#xd;
5832                                     &quot;optional&quot;: false&#xd;
5833                                   }&#xd;
5834                                 },&#xd;
5835                                 {&#xd;
5836                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5837                                   &quot;value&quot;: {&#xd;
5838                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5839                                     &quot;fieldSchemaKey&quot;: {&#xd;
5840                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5841                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5842                                     },&#xd;
5843                                     &quot;optional&quot;: false&#xd;
5844                                   }&#xd;
5845                                 },&#xd;
5846                                 {&#xd;
5847                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5848                                   &quot;value&quot;: {&#xd;
5849                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5850                                     &quot;fieldSchemaKey&quot;: {&#xd;
5851                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5852                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5853                                     },&#xd;
5854                                     &quot;optional&quot;: false&#xd;
5855                                   }&#xd;
5856                                 }&#xd;
5857                               ]&#xd;
5858                             },&#xd;
5859                             &quot;taskParameters&quot;: {&#xd;
5860                               &quot;entry&quot;: [&#xd;
5861                                 {&#xd;
5862                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
5863                                   &quot;value&quot;: {&#xd;
5864                                     &quot;key&quot;: {&#xd;
5865                                       &quot;parentKeyName&quot;: &quot;Task_Match2&quot;,&#xd;
5866                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
5867                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
5868                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
5869                                     },&#xd;
5870                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
5871                                   }&#xd;
5872                                 }&#xd;
5873                               ]&#xd;
5874                             },&#xd;
5875                             &quot;contextAlbumReference&quot;: [&#xd;
5876                               {&#xd;
5877                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
5878                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5879                               },&#xd;
5880                               {&#xd;
5881                                 &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
5882                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5883                               }&#xd;
5884                             ],&#xd;
5885                             &quot;taskLogic&quot;: {&#xd;
5886                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
5887                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
5888                               &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;
5889                             }&#xd;
5890                           }&#xd;
5891                         },&#xd;
5892                         {&#xd;
5893                           &quot;key&quot;: {&#xd;
5894                             &quot;name&quot;: &quot;Task_Match3&quot;,&#xd;
5895                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5896                           },&#xd;
5897                           &quot;value&quot;: {&#xd;
5898                             &quot;key&quot;: {&#xd;
5899                               &quot;name&quot;: &quot;Task_Match3&quot;,&#xd;
5900                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5901                             },&#xd;
5902                             &quot;inputFields&quot;: {&#xd;
5903                               &quot;entry&quot;: [&#xd;
5904                                 {&#xd;
5905                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5906                                   &quot;value&quot;: {&#xd;
5907                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5908                                     &quot;fieldSchemaKey&quot;: {&#xd;
5909                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5910                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5911                                     },&#xd;
5912                                     &quot;optional&quot;: false&#xd;
5913                                   }&#xd;
5914                                 },&#xd;
5915                                 {&#xd;
5916                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5917                                   &quot;value&quot;: {&#xd;
5918                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5919                                     &quot;fieldSchemaKey&quot;: {&#xd;
5920                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5921                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5922                                     },&#xd;
5923                                     &quot;optional&quot;: false&#xd;
5924                                   }&#xd;
5925                                 },&#xd;
5926                                 {&#xd;
5927                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5928                                   &quot;value&quot;: {&#xd;
5929                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5930                                     &quot;fieldSchemaKey&quot;: {&#xd;
5931                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
5932                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5933                                     },&#xd;
5934                                     &quot;optional&quot;: false&#xd;
5935                                   }&#xd;
5936                                 },&#xd;
5937                                 {&#xd;
5938                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5939                                   &quot;value&quot;: {&#xd;
5940                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
5941                                     &quot;fieldSchemaKey&quot;: {&#xd;
5942                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5943                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5944                                     },&#xd;
5945                                     &quot;optional&quot;: false&#xd;
5946                                   }&#xd;
5947                                 }&#xd;
5948                               ]&#xd;
5949                             },&#xd;
5950                             &quot;outputFields&quot;: {&#xd;
5951                               &quot;entry&quot;: [&#xd;
5952                                 {&#xd;
5953                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5954                                   &quot;value&quot;: {&#xd;
5955                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
5956                                     &quot;fieldSchemaKey&quot;: {&#xd;
5957                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5958                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5959                                     },&#xd;
5960                                     &quot;optional&quot;: false&#xd;
5961                                   }&#xd;
5962                                 },&#xd;
5963                                 {&#xd;
5964                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5965                                   &quot;value&quot;: {&#xd;
5966                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
5967                                     &quot;fieldSchemaKey&quot;: {&#xd;
5968                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
5969                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5970                                     },&#xd;
5971                                     &quot;optional&quot;: false&#xd;
5972                                   }&#xd;
5973                                 },&#xd;
5974                                 {&#xd;
5975                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5976                                   &quot;value&quot;: {&#xd;
5977                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
5978                                     &quot;fieldSchemaKey&quot;: {&#xd;
5979                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
5980                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5981                                     },&#xd;
5982                                     &quot;optional&quot;: false&#xd;
5983                                   }&#xd;
5984                                 },&#xd;
5985                                 {&#xd;
5986                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5987                                   &quot;value&quot;: {&#xd;
5988                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
5989                                     &quot;fieldSchemaKey&quot;: {&#xd;
5990                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
5991                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
5992                                     },&#xd;
5993                                     &quot;optional&quot;: false&#xd;
5994                                   }&#xd;
5995                                 },&#xd;
5996                                 {&#xd;
5997                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
5998                                   &quot;value&quot;: {&#xd;
5999                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6000                                     &quot;fieldSchemaKey&quot;: {&#xd;
6001                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
6002                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6003                                     },&#xd;
6004                                     &quot;optional&quot;: false&#xd;
6005                                   }&#xd;
6006                                 },&#xd;
6007                                 {&#xd;
6008                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6009                                   &quot;value&quot;: {&#xd;
6010                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6011                                     &quot;fieldSchemaKey&quot;: {&#xd;
6012                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6013                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6014                                     },&#xd;
6015                                     &quot;optional&quot;: false&#xd;
6016                                   }&#xd;
6017                                 }&#xd;
6018                               ]&#xd;
6019                             },&#xd;
6020                             &quot;taskParameters&quot;: {&#xd;
6021                               &quot;entry&quot;: [&#xd;
6022                                 {&#xd;
6023                                   &quot;key&quot;: &quot;Parameter0&quot;,&#xd;
6024                                   &quot;value&quot;: {&#xd;
6025                                     &quot;key&quot;: {&#xd;
6026                                       &quot;parentKeyName&quot;: &quot;Task_Match3&quot;,&#xd;
6027                                       &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
6028                                       &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
6029                                       &quot;localName&quot;: &quot;Parameter0&quot;&#xd;
6030                                     },&#xd;
6031                                     &quot;defaultValue&quot;: &quot;DefaultValue0&quot;&#xd;
6032                                   }&#xd;
6033                                 }&#xd;
6034                               ]&#xd;
6035                             },&#xd;
6036                             &quot;contextAlbumReference&quot;: [&#xd;
6037                               {&#xd;
6038                                 &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
6039                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6040                               },&#xd;
6041                               {&#xd;
6042                                 &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
6043                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6044                               }&#xd;
6045                             ],&#xd;
6046                             &quot;taskLogic&quot;: {&#xd;
6047                               &quot;key&quot;: &quot;_TaskLogic&quot;,&#xd;
6048                               &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
6049                               &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;
6050                             }&#xd;
6051                           }&#xd;
6052                         }&#xd;
6053                       ]&#xd;
6054                     }&#xd;
6055                   },&#xd;
6056                   &quot;events&quot;: {&#xd;
6057                     &quot;key&quot;: {&#xd;
6058                       &quot;name&quot;: &quot;Events&quot;,&#xd;
6059                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6060                     },&#xd;
6061                     &quot;eventMap&quot;: {&#xd;
6062                       &quot;entry&quot;: [&#xd;
6063                         {&#xd;
6064                           &quot;key&quot;: {&#xd;
6065                             &quot;name&quot;: &quot;Event0000&quot;,&#xd;
6066                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6067                           },&#xd;
6068                           &quot;value&quot;: {&#xd;
6069                             &quot;key&quot;: {&#xd;
6070                               &quot;name&quot;: &quot;Event0000&quot;,&#xd;
6071                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6072                             },&#xd;
6073                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.sample.events&quot;,&#xd;
6074                             &quot;source&quot;: &quot;Outside&quot;,&#xd;
6075                             &quot;target&quot;: &quot;Match&quot;,&#xd;
6076                             &quot;parameter&quot;: {&#xd;
6077                               &quot;entry&quot;: [&#xd;
6078                                 {&#xd;
6079                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6080                                   &quot;value&quot;: {&#xd;
6081                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6082                                     &quot;fieldSchemaKey&quot;: {&#xd;
6083                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6084                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6085                                     },&#xd;
6086                                     &quot;optional&quot;: false&#xd;
6087                                   }&#xd;
6088                                 },&#xd;
6089                                 {&#xd;
6090                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6091                                   &quot;value&quot;: {&#xd;
6092                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6093                                     &quot;fieldSchemaKey&quot;: {&#xd;
6094                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
6095                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6096                                     },&#xd;
6097                                     &quot;optional&quot;: false&#xd;
6098                                   }&#xd;
6099                                 },&#xd;
6100                                 {&#xd;
6101                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6102                                   &quot;value&quot;: {&#xd;
6103                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6104                                     &quot;fieldSchemaKey&quot;: {&#xd;
6105                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
6106                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6107                                     },&#xd;
6108                                     &quot;optional&quot;: false&#xd;
6109                                   }&#xd;
6110                                 },&#xd;
6111                                 {&#xd;
6112                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6113                                   &quot;value&quot;: {&#xd;
6114                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6115                                     &quot;fieldSchemaKey&quot;: {&#xd;
6116                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6117                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6118                                     },&#xd;
6119                                     &quot;optional&quot;: false&#xd;
6120                                   }&#xd;
6121                                 }&#xd;
6122                               ]&#xd;
6123                             }&#xd;
6124                           }&#xd;
6125                         },&#xd;
6126                         {&#xd;
6127                           &quot;key&quot;: {&#xd;
6128                             &quot;name&quot;: &quot;Event0001&quot;,&#xd;
6129                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6130                           },&#xd;
6131                           &quot;value&quot;: {&#xd;
6132                             &quot;key&quot;: {&#xd;
6133                               &quot;name&quot;: &quot;Event0001&quot;,&#xd;
6134                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6135                             },&#xd;
6136                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.sample.events&quot;,&#xd;
6137                             &quot;source&quot;: &quot;Match&quot;,&#xd;
6138                             &quot;target&quot;: &quot;Establish&quot;,&#xd;
6139                             &quot;parameter&quot;: {&#xd;
6140                               &quot;entry&quot;: [&#xd;
6141                                 {&#xd;
6142                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6143                                   &quot;value&quot;: {&#xd;
6144                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6145                                     &quot;fieldSchemaKey&quot;: {&#xd;
6146                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6147                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6148                                     },&#xd;
6149                                     &quot;optional&quot;: false&#xd;
6150                                   }&#xd;
6151                                 },&#xd;
6152                                 {&#xd;
6153                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6154                                   &quot;value&quot;: {&#xd;
6155                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6156                                     &quot;fieldSchemaKey&quot;: {&#xd;
6157                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6158                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6159                                     },&#xd;
6160                                     &quot;optional&quot;: false&#xd;
6161                                   }&#xd;
6162                                 },&#xd;
6163                                 {&#xd;
6164                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6165                                   &quot;value&quot;: {&#xd;
6166                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6167                                     &quot;fieldSchemaKey&quot;: {&#xd;
6168                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6169                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6170                                     },&#xd;
6171                                     &quot;optional&quot;: false&#xd;
6172                                   }&#xd;
6173                                 },&#xd;
6174                                 {&#xd;
6175                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6176                                   &quot;value&quot;: {&#xd;
6177                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6178                                     &quot;fieldSchemaKey&quot;: {&#xd;
6179                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
6180                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6181                                     },&#xd;
6182                                     &quot;optional&quot;: false&#xd;
6183                                   }&#xd;
6184                                 },&#xd;
6185                                 {&#xd;
6186                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6187                                   &quot;value&quot;: {&#xd;
6188                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6189                                     &quot;fieldSchemaKey&quot;: {&#xd;
6190                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
6191                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6192                                     },&#xd;
6193                                     &quot;optional&quot;: false&#xd;
6194                                   }&#xd;
6195                                 },&#xd;
6196                                 {&#xd;
6197                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6198                                   &quot;value&quot;: {&#xd;
6199                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6200                                     &quot;fieldSchemaKey&quot;: {&#xd;
6201                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6202                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6203                                     },&#xd;
6204                                     &quot;optional&quot;: false&#xd;
6205                                   }&#xd;
6206                                 }&#xd;
6207                               ]&#xd;
6208                             }&#xd;
6209                           }&#xd;
6210                         },&#xd;
6211                         {&#xd;
6212                           &quot;key&quot;: {&#xd;
6213                             &quot;name&quot;: &quot;Event0002&quot;,&#xd;
6214                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6215                           },&#xd;
6216                           &quot;value&quot;: {&#xd;
6217                             &quot;key&quot;: {&#xd;
6218                               &quot;name&quot;: &quot;Event0002&quot;,&#xd;
6219                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6220                             },&#xd;
6221                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.sample.events&quot;,&#xd;
6222                             &quot;source&quot;: &quot;Establish&quot;,&#xd;
6223                             &quot;target&quot;: &quot;Decide&quot;,&#xd;
6224                             &quot;parameter&quot;: {&#xd;
6225                               &quot;entry&quot;: [&#xd;
6226                                 {&#xd;
6227                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
6228                                   &quot;value&quot;: {&#xd;
6229                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
6230                                     &quot;fieldSchemaKey&quot;: {&#xd;
6231                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6232                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6233                                     },&#xd;
6234                                     &quot;optional&quot;: false&#xd;
6235                                   }&#xd;
6236                                 },&#xd;
6237                                 {&#xd;
6238                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
6239                                   &quot;value&quot;: {&#xd;
6240                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
6241                                     &quot;fieldSchemaKey&quot;: {&#xd;
6242                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6243                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6244                                     },&#xd;
6245                                     &quot;optional&quot;: false&#xd;
6246                                   }&#xd;
6247                                 },&#xd;
6248                                 {&#xd;
6249                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6250                                   &quot;value&quot;: {&#xd;
6251                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6252                                     &quot;fieldSchemaKey&quot;: {&#xd;
6253                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6254                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6255                                     },&#xd;
6256                                     &quot;optional&quot;: false&#xd;
6257                                   }&#xd;
6258                                 },&#xd;
6259                                 {&#xd;
6260                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6261                                   &quot;value&quot;: {&#xd;
6262                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6263                                     &quot;fieldSchemaKey&quot;: {&#xd;
6264                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6265                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6266                                     },&#xd;
6267                                     &quot;optional&quot;: false&#xd;
6268                                   }&#xd;
6269                                 },&#xd;
6270                                 {&#xd;
6271                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6272                                   &quot;value&quot;: {&#xd;
6273                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6274                                     &quot;fieldSchemaKey&quot;: {&#xd;
6275                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6276                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6277                                     },&#xd;
6278                                     &quot;optional&quot;: false&#xd;
6279                                   }&#xd;
6280                                 },&#xd;
6281                                 {&#xd;
6282                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6283                                   &quot;value&quot;: {&#xd;
6284                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6285                                     &quot;fieldSchemaKey&quot;: {&#xd;
6286                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
6287                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6288                                     },&#xd;
6289                                     &quot;optional&quot;: false&#xd;
6290                                   }&#xd;
6291                                 },&#xd;
6292                                 {&#xd;
6293                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6294                                   &quot;value&quot;: {&#xd;
6295                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6296                                     &quot;fieldSchemaKey&quot;: {&#xd;
6297                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
6298                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6299                                     },&#xd;
6300                                     &quot;optional&quot;: false&#xd;
6301                                   }&#xd;
6302                                 },&#xd;
6303                                 {&#xd;
6304                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6305                                   &quot;value&quot;: {&#xd;
6306                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6307                                     &quot;fieldSchemaKey&quot;: {&#xd;
6308                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6309                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6310                                     },&#xd;
6311                                     &quot;optional&quot;: false&#xd;
6312                                   }&#xd;
6313                                 }&#xd;
6314                               ]&#xd;
6315                             }&#xd;
6316                           }&#xd;
6317                         },&#xd;
6318                         {&#xd;
6319                           &quot;key&quot;: {&#xd;
6320                             &quot;name&quot;: &quot;Event0003&quot;,&#xd;
6321                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6322                           },&#xd;
6323                           &quot;value&quot;: {&#xd;
6324                             &quot;key&quot;: {&#xd;
6325                               &quot;name&quot;: &quot;Event0003&quot;,&#xd;
6326                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6327                             },&#xd;
6328                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.sample.events&quot;,&#xd;
6329                             &quot;source&quot;: &quot;Decide&quot;,&#xd;
6330                             &quot;target&quot;: &quot;Act&quot;,&#xd;
6331                             &quot;parameter&quot;: {&#xd;
6332                               &quot;entry&quot;: [&#xd;
6333                                 {&#xd;
6334                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
6335                                   &quot;value&quot;: {&#xd;
6336                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
6337                                     &quot;fieldSchemaKey&quot;: {&#xd;
6338                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6339                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6340                                     },&#xd;
6341                                     &quot;optional&quot;: false&#xd;
6342                                   }&#xd;
6343                                 },&#xd;
6344                                 {&#xd;
6345                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
6346                                   &quot;value&quot;: {&#xd;
6347                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
6348                                     &quot;fieldSchemaKey&quot;: {&#xd;
6349                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6350                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6351                                     },&#xd;
6352                                     &quot;optional&quot;: false&#xd;
6353                                   }&#xd;
6354                                 },&#xd;
6355                                 {&#xd;
6356                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
6357                                   &quot;value&quot;: {&#xd;
6358                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
6359                                     &quot;fieldSchemaKey&quot;: {&#xd;
6360                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6361                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6362                                     },&#xd;
6363                                     &quot;optional&quot;: false&#xd;
6364                                   }&#xd;
6365                                 },&#xd;
6366                                 {&#xd;
6367                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
6368                                   &quot;value&quot;: {&#xd;
6369                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
6370                                     &quot;fieldSchemaKey&quot;: {&#xd;
6371                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6372                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6373                                     },&#xd;
6374                                     &quot;optional&quot;: false&#xd;
6375                                   }&#xd;
6376                                 },&#xd;
6377                                 {&#xd;
6378                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6379                                   &quot;value&quot;: {&#xd;
6380                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6381                                     &quot;fieldSchemaKey&quot;: {&#xd;
6382                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6383                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6384                                     },&#xd;
6385                                     &quot;optional&quot;: false&#xd;
6386                                   }&#xd;
6387                                 },&#xd;
6388                                 {&#xd;
6389                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6390                                   &quot;value&quot;: {&#xd;
6391                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6392                                     &quot;fieldSchemaKey&quot;: {&#xd;
6393                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6394                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6395                                     },&#xd;
6396                                     &quot;optional&quot;: false&#xd;
6397                                   }&#xd;
6398                                 },&#xd;
6399                                 {&#xd;
6400                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6401                                   &quot;value&quot;: {&#xd;
6402                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6403                                     &quot;fieldSchemaKey&quot;: {&#xd;
6404                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6405                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6406                                     },&#xd;
6407                                     &quot;optional&quot;: false&#xd;
6408                                   }&#xd;
6409                                 },&#xd;
6410                                 {&#xd;
6411                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6412                                   &quot;value&quot;: {&#xd;
6413                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6414                                     &quot;fieldSchemaKey&quot;: {&#xd;
6415                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
6416                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6417                                     },&#xd;
6418                                     &quot;optional&quot;: false&#xd;
6419                                   }&#xd;
6420                                 },&#xd;
6421                                 {&#xd;
6422                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6423                                   &quot;value&quot;: {&#xd;
6424                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6425                                     &quot;fieldSchemaKey&quot;: {&#xd;
6426                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
6427                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6428                                     },&#xd;
6429                                     &quot;optional&quot;: false&#xd;
6430                                   }&#xd;
6431                                 },&#xd;
6432                                 {&#xd;
6433                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6434                                   &quot;value&quot;: {&#xd;
6435                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6436                                     &quot;fieldSchemaKey&quot;: {&#xd;
6437                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6438                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6439                                     },&#xd;
6440                                     &quot;optional&quot;: false&#xd;
6441                                   }&#xd;
6442                                 }&#xd;
6443                               ]&#xd;
6444                             }&#xd;
6445                           }&#xd;
6446                         },&#xd;
6447                         {&#xd;
6448                           &quot;key&quot;: {&#xd;
6449                             &quot;name&quot;: &quot;Event0004&quot;,&#xd;
6450                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6451                           },&#xd;
6452                           &quot;value&quot;: {&#xd;
6453                             &quot;key&quot;: {&#xd;
6454                               &quot;name&quot;: &quot;Event0004&quot;,&#xd;
6455                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6456                             },&#xd;
6457                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.sample.events&quot;,&#xd;
6458                             &quot;source&quot;: &quot;Act&quot;,&#xd;
6459                             &quot;target&quot;: &quot;Outside&quot;,&#xd;
6460                             &quot;parameter&quot;: {&#xd;
6461                               &quot;entry&quot;: [&#xd;
6462                                 {&#xd;
6463                                   &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
6464                                   &quot;value&quot;: {&#xd;
6465                                     &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
6466                                     &quot;fieldSchemaKey&quot;: {&#xd;
6467                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6468                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6469                                     },&#xd;
6470                                     &quot;optional&quot;: false&#xd;
6471                                   }&#xd;
6472                                 },&#xd;
6473                                 {&#xd;
6474                                   &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
6475                                   &quot;value&quot;: {&#xd;
6476                                     &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
6477                                     &quot;fieldSchemaKey&quot;: {&#xd;
6478                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6479                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6480                                     },&#xd;
6481                                     &quot;optional&quot;: false&#xd;
6482                                   }&#xd;
6483                                 },&#xd;
6484                                 {&#xd;
6485                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
6486                                   &quot;value&quot;: {&#xd;
6487                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
6488                                     &quot;fieldSchemaKey&quot;: {&#xd;
6489                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6490                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6491                                     },&#xd;
6492                                     &quot;optional&quot;: false&#xd;
6493                                   }&#xd;
6494                                 },&#xd;
6495                                 {&#xd;
6496                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
6497                                   &quot;value&quot;: {&#xd;
6498                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
6499                                     &quot;fieldSchemaKey&quot;: {&#xd;
6500                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6501                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6502                                     },&#xd;
6503                                     &quot;optional&quot;: false&#xd;
6504                                   }&#xd;
6505                                 },&#xd;
6506                                 {&#xd;
6507                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
6508                                   &quot;value&quot;: {&#xd;
6509                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
6510                                     &quot;fieldSchemaKey&quot;: {&#xd;
6511                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6512                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6513                                     },&#xd;
6514                                     &quot;optional&quot;: false&#xd;
6515                                   }&#xd;
6516                                 },&#xd;
6517                                 {&#xd;
6518                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
6519                                   &quot;value&quot;: {&#xd;
6520                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
6521                                     &quot;fieldSchemaKey&quot;: {&#xd;
6522                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6523                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6524                                     },&#xd;
6525                                     &quot;optional&quot;: false&#xd;
6526                                   }&#xd;
6527                                 },&#xd;
6528                                 {&#xd;
6529                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6530                                   &quot;value&quot;: {&#xd;
6531                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6532                                     &quot;fieldSchemaKey&quot;: {&#xd;
6533                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6534                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6535                                     },&#xd;
6536                                     &quot;optional&quot;: false&#xd;
6537                                   }&#xd;
6538                                 },&#xd;
6539                                 {&#xd;
6540                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6541                                   &quot;value&quot;: {&#xd;
6542                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6543                                     &quot;fieldSchemaKey&quot;: {&#xd;
6544                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6545                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6546                                     },&#xd;
6547                                     &quot;optional&quot;: false&#xd;
6548                                   }&#xd;
6549                                 },&#xd;
6550                                 {&#xd;
6551                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6552                                   &quot;value&quot;: {&#xd;
6553                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6554                                     &quot;fieldSchemaKey&quot;: {&#xd;
6555                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6556                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6557                                     },&#xd;
6558                                     &quot;optional&quot;: false&#xd;
6559                                   }&#xd;
6560                                 },&#xd;
6561                                 {&#xd;
6562                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6563                                   &quot;value&quot;: {&#xd;
6564                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6565                                     &quot;fieldSchemaKey&quot;: {&#xd;
6566                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
6567                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6568                                     },&#xd;
6569                                     &quot;optional&quot;: false&#xd;
6570                                   }&#xd;
6571                                 },&#xd;
6572                                 {&#xd;
6573                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6574                                   &quot;value&quot;: {&#xd;
6575                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6576                                     &quot;fieldSchemaKey&quot;: {&#xd;
6577                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
6578                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6579                                     },&#xd;
6580                                     &quot;optional&quot;: false&#xd;
6581                                   }&#xd;
6582                                 },&#xd;
6583                                 {&#xd;
6584                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6585                                   &quot;value&quot;: {&#xd;
6586                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6587                                     &quot;fieldSchemaKey&quot;: {&#xd;
6588                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6589                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6590                                     },&#xd;
6591                                     &quot;optional&quot;: false&#xd;
6592                                   }&#xd;
6593                                 }&#xd;
6594                               ]&#xd;
6595                             }&#xd;
6596                           }&#xd;
6597                         },&#xd;
6598                         {&#xd;
6599                           &quot;key&quot;: {&#xd;
6600                             &quot;name&quot;: &quot;Event0100&quot;,&#xd;
6601                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6602                           },&#xd;
6603                           &quot;value&quot;: {&#xd;
6604                             &quot;key&quot;: {&#xd;
6605                               &quot;name&quot;: &quot;Event0100&quot;,&#xd;
6606                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6607                             },&#xd;
6608                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.sample.events&quot;,&#xd;
6609                             &quot;source&quot;: &quot;Outside&quot;,&#xd;
6610                             &quot;target&quot;: &quot;Match&quot;,&#xd;
6611                             &quot;parameter&quot;: {&#xd;
6612                               &quot;entry&quot;: [&#xd;
6613                                 {&#xd;
6614                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6615                                   &quot;value&quot;: {&#xd;
6616                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6617                                     &quot;fieldSchemaKey&quot;: {&#xd;
6618                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6619                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6620                                     },&#xd;
6621                                     &quot;optional&quot;: false&#xd;
6622                                   }&#xd;
6623                                 },&#xd;
6624                                 {&#xd;
6625                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6626                                   &quot;value&quot;: {&#xd;
6627                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6628                                     &quot;fieldSchemaKey&quot;: {&#xd;
6629                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
6630                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6631                                     },&#xd;
6632                                     &quot;optional&quot;: false&#xd;
6633                                   }&#xd;
6634                                 },&#xd;
6635                                 {&#xd;
6636                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6637                                   &quot;value&quot;: {&#xd;
6638                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6639                                     &quot;fieldSchemaKey&quot;: {&#xd;
6640                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
6641                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6642                                     },&#xd;
6643                                     &quot;optional&quot;: false&#xd;
6644                                   }&#xd;
6645                                 },&#xd;
6646                                 {&#xd;
6647                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6648                                   &quot;value&quot;: {&#xd;
6649                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6650                                     &quot;fieldSchemaKey&quot;: {&#xd;
6651                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6652                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6653                                     },&#xd;
6654                                     &quot;optional&quot;: false&#xd;
6655                                   }&#xd;
6656                                 }&#xd;
6657                               ]&#xd;
6658                             }&#xd;
6659                           }&#xd;
6660                         },&#xd;
6661                         {&#xd;
6662                           &quot;key&quot;: {&#xd;
6663                             &quot;name&quot;: &quot;Event0101&quot;,&#xd;
6664                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6665                           },&#xd;
6666                           &quot;value&quot;: {&#xd;
6667                             &quot;key&quot;: {&#xd;
6668                               &quot;name&quot;: &quot;Event0101&quot;,&#xd;
6669                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6670                             },&#xd;
6671                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.sample.events&quot;,&#xd;
6672                             &quot;source&quot;: &quot;Match&quot;,&#xd;
6673                             &quot;target&quot;: &quot;Establish&quot;,&#xd;
6674                             &quot;parameter&quot;: {&#xd;
6675                               &quot;entry&quot;: [&#xd;
6676                                 {&#xd;
6677                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6678                                   &quot;value&quot;: {&#xd;
6679                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6680                                     &quot;fieldSchemaKey&quot;: {&#xd;
6681                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6682                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6683                                     },&#xd;
6684                                     &quot;optional&quot;: false&#xd;
6685                                   }&#xd;
6686                                 },&#xd;
6687                                 {&#xd;
6688                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6689                                   &quot;value&quot;: {&#xd;
6690                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6691                                     &quot;fieldSchemaKey&quot;: {&#xd;
6692                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6693                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6694                                     },&#xd;
6695                                     &quot;optional&quot;: false&#xd;
6696                                   }&#xd;
6697                                 },&#xd;
6698                                 {&#xd;
6699                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6700                                   &quot;value&quot;: {&#xd;
6701                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6702                                     &quot;fieldSchemaKey&quot;: {&#xd;
6703                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6704                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6705                                     },&#xd;
6706                                     &quot;optional&quot;: false&#xd;
6707                                   }&#xd;
6708                                 },&#xd;
6709                                 {&#xd;
6710                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6711                                   &quot;value&quot;: {&#xd;
6712                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6713                                     &quot;fieldSchemaKey&quot;: {&#xd;
6714                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
6715                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6716                                     },&#xd;
6717                                     &quot;optional&quot;: false&#xd;
6718                                   }&#xd;
6719                                 },&#xd;
6720                                 {&#xd;
6721                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6722                                   &quot;value&quot;: {&#xd;
6723                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6724                                     &quot;fieldSchemaKey&quot;: {&#xd;
6725                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
6726                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6727                                     },&#xd;
6728                                     &quot;optional&quot;: false&#xd;
6729                                   }&#xd;
6730                                 },&#xd;
6731                                 {&#xd;
6732                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6733                                   &quot;value&quot;: {&#xd;
6734                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6735                                     &quot;fieldSchemaKey&quot;: {&#xd;
6736                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6737                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6738                                     },&#xd;
6739                                     &quot;optional&quot;: false&#xd;
6740                                   }&#xd;
6741                                 }&#xd;
6742                               ]&#xd;
6743                             }&#xd;
6744                           }&#xd;
6745                         },&#xd;
6746                         {&#xd;
6747                           &quot;key&quot;: {&#xd;
6748                             &quot;name&quot;: &quot;Event0102&quot;,&#xd;
6749                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6750                           },&#xd;
6751                           &quot;value&quot;: {&#xd;
6752                             &quot;key&quot;: {&#xd;
6753                               &quot;name&quot;: &quot;Event0102&quot;,&#xd;
6754                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6755                             },&#xd;
6756                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.sample.events&quot;,&#xd;
6757                             &quot;source&quot;: &quot;Establish&quot;,&#xd;
6758                             &quot;target&quot;: &quot;Decide&quot;,&#xd;
6759                             &quot;parameter&quot;: {&#xd;
6760                               &quot;entry&quot;: [&#xd;
6761                                 {&#xd;
6762                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
6763                                   &quot;value&quot;: {&#xd;
6764                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
6765                                     &quot;fieldSchemaKey&quot;: {&#xd;
6766                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6767                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6768                                     },&#xd;
6769                                     &quot;optional&quot;: false&#xd;
6770                                   }&#xd;
6771                                 },&#xd;
6772                                 {&#xd;
6773                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
6774                                   &quot;value&quot;: {&#xd;
6775                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
6776                                     &quot;fieldSchemaKey&quot;: {&#xd;
6777                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6778                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6779                                     },&#xd;
6780                                     &quot;optional&quot;: false&#xd;
6781                                   }&#xd;
6782                                 },&#xd;
6783                                 {&#xd;
6784                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6785                                   &quot;value&quot;: {&#xd;
6786                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6787                                     &quot;fieldSchemaKey&quot;: {&#xd;
6788                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6789                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6790                                     },&#xd;
6791                                     &quot;optional&quot;: false&#xd;
6792                                   }&#xd;
6793                                 },&#xd;
6794                                 {&#xd;
6795                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6796                                   &quot;value&quot;: {&#xd;
6797                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6798                                     &quot;fieldSchemaKey&quot;: {&#xd;
6799                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6800                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6801                                     },&#xd;
6802                                     &quot;optional&quot;: false&#xd;
6803                                   }&#xd;
6804                                 },&#xd;
6805                                 {&#xd;
6806                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6807                                   &quot;value&quot;: {&#xd;
6808                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6809                                     &quot;fieldSchemaKey&quot;: {&#xd;
6810                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6811                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6812                                     },&#xd;
6813                                     &quot;optional&quot;: false&#xd;
6814                                   }&#xd;
6815                                 },&#xd;
6816                                 {&#xd;
6817                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6818                                   &quot;value&quot;: {&#xd;
6819                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6820                                     &quot;fieldSchemaKey&quot;: {&#xd;
6821                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
6822                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6823                                     },&#xd;
6824                                     &quot;optional&quot;: false&#xd;
6825                                   }&#xd;
6826                                 },&#xd;
6827                                 {&#xd;
6828                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6829                                   &quot;value&quot;: {&#xd;
6830                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6831                                     &quot;fieldSchemaKey&quot;: {&#xd;
6832                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
6833                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6834                                     },&#xd;
6835                                     &quot;optional&quot;: false&#xd;
6836                                   }&#xd;
6837                                 },&#xd;
6838                                 {&#xd;
6839                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6840                                   &quot;value&quot;: {&#xd;
6841                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6842                                     &quot;fieldSchemaKey&quot;: {&#xd;
6843                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6844                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6845                                     },&#xd;
6846                                     &quot;optional&quot;: false&#xd;
6847                                   }&#xd;
6848                                 }&#xd;
6849                               ]&#xd;
6850                             }&#xd;
6851                           }&#xd;
6852                         },&#xd;
6853                         {&#xd;
6854                           &quot;key&quot;: {&#xd;
6855                             &quot;name&quot;: &quot;Event0103&quot;,&#xd;
6856                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6857                           },&#xd;
6858                           &quot;value&quot;: {&#xd;
6859                             &quot;key&quot;: {&#xd;
6860                               &quot;name&quot;: &quot;Event0103&quot;,&#xd;
6861                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6862                             },&#xd;
6863                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.sample.events&quot;,&#xd;
6864                             &quot;source&quot;: &quot;Decide&quot;,&#xd;
6865                             &quot;target&quot;: &quot;Act&quot;,&#xd;
6866                             &quot;parameter&quot;: {&#xd;
6867                               &quot;entry&quot;: [&#xd;
6868                                 {&#xd;
6869                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
6870                                   &quot;value&quot;: {&#xd;
6871                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
6872                                     &quot;fieldSchemaKey&quot;: {&#xd;
6873                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6874                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6875                                     },&#xd;
6876                                     &quot;optional&quot;: false&#xd;
6877                                   }&#xd;
6878                                 },&#xd;
6879                                 {&#xd;
6880                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
6881                                   &quot;value&quot;: {&#xd;
6882                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
6883                                     &quot;fieldSchemaKey&quot;: {&#xd;
6884                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6885                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6886                                     },&#xd;
6887                                     &quot;optional&quot;: false&#xd;
6888                                   }&#xd;
6889                                 },&#xd;
6890                                 {&#xd;
6891                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
6892                                   &quot;value&quot;: {&#xd;
6893                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
6894                                     &quot;fieldSchemaKey&quot;: {&#xd;
6895                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6896                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6897                                     },&#xd;
6898                                     &quot;optional&quot;: false&#xd;
6899                                   }&#xd;
6900                                 },&#xd;
6901                                 {&#xd;
6902                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
6903                                   &quot;value&quot;: {&#xd;
6904                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
6905                                     &quot;fieldSchemaKey&quot;: {&#xd;
6906                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6907                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6908                                     },&#xd;
6909                                     &quot;optional&quot;: false&#xd;
6910                                   }&#xd;
6911                                 },&#xd;
6912                                 {&#xd;
6913                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6914                                   &quot;value&quot;: {&#xd;
6915                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
6916                                     &quot;fieldSchemaKey&quot;: {&#xd;
6917                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6918                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6919                                     },&#xd;
6920                                     &quot;optional&quot;: false&#xd;
6921                                   }&#xd;
6922                                 },&#xd;
6923                                 {&#xd;
6924                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6925                                   &quot;value&quot;: {&#xd;
6926                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
6927                                     &quot;fieldSchemaKey&quot;: {&#xd;
6928                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
6929                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6930                                     },&#xd;
6931                                     &quot;optional&quot;: false&#xd;
6932                                   }&#xd;
6933                                 },&#xd;
6934                                 {&#xd;
6935                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6936                                   &quot;value&quot;: {&#xd;
6937                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
6938                                     &quot;fieldSchemaKey&quot;: {&#xd;
6939                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6940                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6941                                     },&#xd;
6942                                     &quot;optional&quot;: false&#xd;
6943                                   }&#xd;
6944                                 },&#xd;
6945                                 {&#xd;
6946                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6947                                   &quot;value&quot;: {&#xd;
6948                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
6949                                     &quot;fieldSchemaKey&quot;: {&#xd;
6950                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
6951                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6952                                     },&#xd;
6953                                     &quot;optional&quot;: false&#xd;
6954                                   }&#xd;
6955                                 },&#xd;
6956                                 {&#xd;
6957                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6958                                   &quot;value&quot;: {&#xd;
6959                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
6960                                     &quot;fieldSchemaKey&quot;: {&#xd;
6961                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
6962                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6963                                     },&#xd;
6964                                     &quot;optional&quot;: false&#xd;
6965                                   }&#xd;
6966                                 },&#xd;
6967                                 {&#xd;
6968                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6969                                   &quot;value&quot;: {&#xd;
6970                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
6971                                     &quot;fieldSchemaKey&quot;: {&#xd;
6972                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
6973                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6974                                     },&#xd;
6975                                     &quot;optional&quot;: false&#xd;
6976                                   }&#xd;
6977                                 }&#xd;
6978                               ]&#xd;
6979                             }&#xd;
6980                           }&#xd;
6981                         },&#xd;
6982                         {&#xd;
6983                           &quot;key&quot;: {&#xd;
6984                             &quot;name&quot;: &quot;Event0104&quot;,&#xd;
6985                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6986                           },&#xd;
6987                           &quot;value&quot;: {&#xd;
6988                             &quot;key&quot;: {&#xd;
6989                               &quot;name&quot;: &quot;Event0104&quot;,&#xd;
6990                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
6991                             },&#xd;
6992                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.sample.events&quot;,&#xd;
6993                             &quot;source&quot;: &quot;Act&quot;,&#xd;
6994                             &quot;target&quot;: &quot;Outside&quot;,&#xd;
6995                             &quot;parameter&quot;: {&#xd;
6996                               &quot;entry&quot;: [&#xd;
6997                                 {&#xd;
6998                                   &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
6999                                   &quot;value&quot;: {&#xd;
7000                                     &quot;key&quot;: &quot;TestActCaseSelected&quot;,&#xd;
7001                                     &quot;fieldSchemaKey&quot;: {&#xd;
7002                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
7003                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7004                                     },&#xd;
7005                                     &quot;optional&quot;: false&#xd;
7006                                   }&#xd;
7007                                 },&#xd;
7008                                 {&#xd;
7009                                   &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
7010                                   &quot;value&quot;: {&#xd;
7011                                     &quot;key&quot;: &quot;TestActStateTime&quot;,&#xd;
7012                                     &quot;fieldSchemaKey&quot;: {&#xd;
7013                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
7014                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7015                                     },&#xd;
7016                                     &quot;optional&quot;: false&#xd;
7017                                   }&#xd;
7018                                 },&#xd;
7019                                 {&#xd;
7020                                   &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
7021                                   &quot;value&quot;: {&#xd;
7022                                     &quot;key&quot;: &quot;TestDecideCaseSelected&quot;,&#xd;
7023                                     &quot;fieldSchemaKey&quot;: {&#xd;
7024                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
7025                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7026                                     },&#xd;
7027                                     &quot;optional&quot;: false&#xd;
7028                                   }&#xd;
7029                                 },&#xd;
7030                                 {&#xd;
7031                                   &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
7032                                   &quot;value&quot;: {&#xd;
7033                                     &quot;key&quot;: &quot;TestDecideStateTime&quot;,&#xd;
7034                                     &quot;fieldSchemaKey&quot;: {&#xd;
7035                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
7036                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7037                                     },&#xd;
7038                                     &quot;optional&quot;: false&#xd;
7039                                   }&#xd;
7040                                 },&#xd;
7041                                 {&#xd;
7042                                   &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
7043                                   &quot;value&quot;: {&#xd;
7044                                     &quot;key&quot;: &quot;TestEstablishCaseSelected&quot;,&#xd;
7045                                     &quot;fieldSchemaKey&quot;: {&#xd;
7046                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
7047                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7048                                     },&#xd;
7049                                     &quot;optional&quot;: false&#xd;
7050                                   }&#xd;
7051                                 },&#xd;
7052                                 {&#xd;
7053                                   &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
7054                                   &quot;value&quot;: {&#xd;
7055                                     &quot;key&quot;: &quot;TestEstablishStateTime&quot;,&#xd;
7056                                     &quot;fieldSchemaKey&quot;: {&#xd;
7057                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
7058                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7059                                     },&#xd;
7060                                     &quot;optional&quot;: false&#xd;
7061                                   }&#xd;
7062                                 },&#xd;
7063                                 {&#xd;
7064                                   &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
7065                                   &quot;value&quot;: {&#xd;
7066                                     &quot;key&quot;: &quot;TestMatchCase&quot;,&#xd;
7067                                     &quot;fieldSchemaKey&quot;: {&#xd;
7068                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
7069                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7070                                     },&#xd;
7071                                     &quot;optional&quot;: false&#xd;
7072                                   }&#xd;
7073                                 },&#xd;
7074                                 {&#xd;
7075                                   &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
7076                                   &quot;value&quot;: {&#xd;
7077                                     &quot;key&quot;: &quot;TestMatchCaseSelected&quot;,&#xd;
7078                                     &quot;fieldSchemaKey&quot;: {&#xd;
7079                                       &quot;name&quot;: &quot;TestCase&quot;,&#xd;
7080                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7081                                     },&#xd;
7082                                     &quot;optional&quot;: false&#xd;
7083                                   }&#xd;
7084                                 },&#xd;
7085                                 {&#xd;
7086                                   &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
7087                                   &quot;value&quot;: {&#xd;
7088                                     &quot;key&quot;: &quot;TestMatchStateTime&quot;,&#xd;
7089                                     &quot;fieldSchemaKey&quot;: {&#xd;
7090                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
7091                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7092                                     },&#xd;
7093                                     &quot;optional&quot;: false&#xd;
7094                                   }&#xd;
7095                                 },&#xd;
7096                                 {&#xd;
7097                                   &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
7098                                   &quot;value&quot;: {&#xd;
7099                                     &quot;key&quot;: &quot;TestSlogan&quot;,&#xd;
7100                                     &quot;fieldSchemaKey&quot;: {&#xd;
7101                                       &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
7102                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7103                                     },&#xd;
7104                                     &quot;optional&quot;: false&#xd;
7105                                   }&#xd;
7106                                 },&#xd;
7107                                 {&#xd;
7108                                   &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
7109                                   &quot;value&quot;: {&#xd;
7110                                     &quot;key&quot;: &quot;TestTemperature&quot;,&#xd;
7111                                     &quot;fieldSchemaKey&quot;: {&#xd;
7112                                       &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
7113                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7114                                     },&#xd;
7115                                     &quot;optional&quot;: false&#xd;
7116                                   }&#xd;
7117                                 },&#xd;
7118                                 {&#xd;
7119                                   &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
7120                                   &quot;value&quot;: {&#xd;
7121                                     &quot;key&quot;: &quot;TestTimestamp&quot;,&#xd;
7122                                     &quot;fieldSchemaKey&quot;: {&#xd;
7123                                       &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
7124                                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7125                                     },&#xd;
7126                                     &quot;optional&quot;: false&#xd;
7127                                   }&#xd;
7128                                 }&#xd;
7129                               ]&#xd;
7130                             }&#xd;
7131                           }&#xd;
7132                         }&#xd;
7133                       ]&#xd;
7134                     }&#xd;
7135                   },&#xd;
7136                   &quot;albums&quot;: {&#xd;
7137                     &quot;key&quot;: {&#xd;
7138                       &quot;name&quot;: &quot;Context&quot;,&#xd;
7139                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7140                     },&#xd;
7141                     &quot;albums&quot;: {&#xd;
7142                       &quot;entry&quot;: [&#xd;
7143                         {&#xd;
7144                           &quot;key&quot;: {&#xd;
7145                             &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
7146                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7147                           },&#xd;
7148                           &quot;value&quot;: {&#xd;
7149                             &quot;key&quot;: {&#xd;
7150                               &quot;name&quot;: &quot;ExternalContextAlbum&quot;,&#xd;
7151                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7152                             },&#xd;
7153                             &quot;scope&quot;: &quot;EXTERNAL&quot;,&#xd;
7154                             &quot;isWritable&quot;: false,&#xd;
7155                             &quot;itemSchema&quot;: {&#xd;
7156                               &quot;name&quot;: &quot;TestExternalContextItem&quot;,&#xd;
7157                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7158                             }&#xd;
7159                           }&#xd;
7160                         },&#xd;
7161                         {&#xd;
7162                           &quot;key&quot;: {&#xd;
7163                             &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
7164                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7165                           },&#xd;
7166                           &quot;value&quot;: {&#xd;
7167                             &quot;key&quot;: {&#xd;
7168                               &quot;name&quot;: &quot;GlobalContextAlbum&quot;,&#xd;
7169                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7170                             },&#xd;
7171                             &quot;scope&quot;: &quot;GLOBAL&quot;,&#xd;
7172                             &quot;isWritable&quot;: true,&#xd;
7173                             &quot;itemSchema&quot;: {&#xd;
7174                               &quot;name&quot;: &quot;TestGlobalContextItem&quot;,&#xd;
7175                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7176                             }&#xd;
7177                           }&#xd;
7178                         },&#xd;
7179                         {&#xd;
7180                           &quot;key&quot;: {&#xd;
7181                             &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
7182                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7183                           },&#xd;
7184                           &quot;value&quot;: {&#xd;
7185                             &quot;key&quot;: {&#xd;
7186                               &quot;name&quot;: &quot;Policy0ContextAlbum&quot;,&#xd;
7187                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7188                             },&#xd;
7189                             &quot;scope&quot;: &quot;APPLICATION&quot;,&#xd;
7190                             &quot;isWritable&quot;: true,&#xd;
7191                             &quot;itemSchema&quot;: {&#xd;
7192                               &quot;name&quot;: &quot;TestPolicyContextItem&quot;,&#xd;
7193                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7194                             }&#xd;
7195                           }&#xd;
7196                         },&#xd;
7197                         {&#xd;
7198                           &quot;key&quot;: {&#xd;
7199                             &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
7200                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7201                           },&#xd;
7202                           &quot;value&quot;: {&#xd;
7203                             &quot;key&quot;: {&#xd;
7204                               &quot;name&quot;: &quot;Policy1ContextAlbum&quot;,&#xd;
7205                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7206                             },&#xd;
7207                             &quot;scope&quot;: &quot;APPLICATION&quot;,&#xd;
7208                             &quot;isWritable&quot;: true,&#xd;
7209                             &quot;itemSchema&quot;: {&#xd;
7210                               &quot;name&quot;: &quot;TestPolicyContextItem&quot;,&#xd;
7211                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7212                             }&#xd;
7213                           }&#xd;
7214                         }&#xd;
7215                       ]&#xd;
7216                     }&#xd;
7217                   },&#xd;
7218                   &quot;schemas&quot;: {&#xd;
7219                     &quot;key&quot;: {&#xd;
7220                       &quot;name&quot;: &quot;TestDatatypes&quot;,&#xd;
7221                       &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7222                     },&#xd;
7223                     &quot;schemas&quot;: {&#xd;
7224                       &quot;entry&quot;: [&#xd;
7225                         {&#xd;
7226                           &quot;key&quot;: {&#xd;
7227                             &quot;name&quot;: &quot;TestCase&quot;,&#xd;
7228                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7229                           },&#xd;
7230                           &quot;value&quot;: {&#xd;
7231                             &quot;key&quot;: {&#xd;
7232                               &quot;name&quot;: &quot;TestCase&quot;,&#xd;
7233                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7234                             },&#xd;
7235                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7236                             &quot;schemaDefinition&quot;: &quot;java.lang.Byte&quot;&#xd;
7237                           }&#xd;
7238                         },&#xd;
7239                         {&#xd;
7240                           &quot;key&quot;: {&#xd;
7241                             &quot;name&quot;: &quot;TestContextItem000&quot;,&#xd;
7242                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7243                           },&#xd;
7244                           &quot;value&quot;: {&#xd;
7245                             &quot;key&quot;: {&#xd;
7246                               &quot;name&quot;: &quot;TestContextItem000&quot;,&#xd;
7247                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7248                             },&#xd;
7249                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7250                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem000&quot;&#xd;
7251                           }&#xd;
7252                         },&#xd;
7253                         {&#xd;
7254                           &quot;key&quot;: {&#xd;
7255                             &quot;name&quot;: &quot;TestContextItem001&quot;,&#xd;
7256                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7257                           },&#xd;
7258                           &quot;value&quot;: {&#xd;
7259                             &quot;key&quot;: {&#xd;
7260                               &quot;name&quot;: &quot;TestContextItem001&quot;,&#xd;
7261                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7262                             },&#xd;
7263                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7264                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem001&quot;&#xd;
7265                           }&#xd;
7266                         },&#xd;
7267                         {&#xd;
7268                           &quot;key&quot;: {&#xd;
7269                             &quot;name&quot;: &quot;TestContextItem002&quot;,&#xd;
7270                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7271                           },&#xd;
7272                           &quot;value&quot;: {&#xd;
7273                             &quot;key&quot;: {&#xd;
7274                               &quot;name&quot;: &quot;TestContextItem002&quot;,&#xd;
7275                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7276                             },&#xd;
7277                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7278                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem002&quot;&#xd;
7279                           }&#xd;
7280                         },&#xd;
7281                         {&#xd;
7282                           &quot;key&quot;: {&#xd;
7283                             &quot;name&quot;: &quot;TestContextItem003&quot;,&#xd;
7284                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7285                           },&#xd;
7286                           &quot;value&quot;: {&#xd;
7287                             &quot;key&quot;: {&#xd;
7288                               &quot;name&quot;: &quot;TestContextItem003&quot;,&#xd;
7289                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7290                             },&#xd;
7291                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7292                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem003&quot;&#xd;
7293                           }&#xd;
7294                         },&#xd;
7295                         {&#xd;
7296                           &quot;key&quot;: {&#xd;
7297                             &quot;name&quot;: &quot;TestContextItem004&quot;,&#xd;
7298                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7299                           },&#xd;
7300                           &quot;value&quot;: {&#xd;
7301                             &quot;key&quot;: {&#xd;
7302                               &quot;name&quot;: &quot;TestContextItem004&quot;,&#xd;
7303                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7304                             },&#xd;
7305                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7306                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem004&quot;&#xd;
7307                           }&#xd;
7308                         },&#xd;
7309                         {&#xd;
7310                           &quot;key&quot;: {&#xd;
7311                             &quot;name&quot;: &quot;TestContextItem005&quot;,&#xd;
7312                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7313                           },&#xd;
7314                           &quot;value&quot;: {&#xd;
7315                             &quot;key&quot;: {&#xd;
7316                               &quot;name&quot;: &quot;TestContextItem005&quot;,&#xd;
7317                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7318                             },&#xd;
7319                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7320                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem005&quot;&#xd;
7321                           }&#xd;
7322                         },&#xd;
7323                         {&#xd;
7324                           &quot;key&quot;: {&#xd;
7325                             &quot;name&quot;: &quot;TestContextItem006&quot;,&#xd;
7326                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7327                           },&#xd;
7328                           &quot;value&quot;: {&#xd;
7329                             &quot;key&quot;: {&#xd;
7330                               &quot;name&quot;: &quot;TestContextItem006&quot;,&#xd;
7331                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7332                             },&#xd;
7333                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7334                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem006&quot;&#xd;
7335                           }&#xd;
7336                         },&#xd;
7337                         {&#xd;
7338                           &quot;key&quot;: {&#xd;
7339                             &quot;name&quot;: &quot;TestContextItem007&quot;,&#xd;
7340                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7341                           },&#xd;
7342                           &quot;value&quot;: {&#xd;
7343                             &quot;key&quot;: {&#xd;
7344                               &quot;name&quot;: &quot;TestContextItem007&quot;,&#xd;
7345                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7346                             },&#xd;
7347                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7348                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem007&quot;&#xd;
7349                           }&#xd;
7350                         },&#xd;
7351                         {&#xd;
7352                           &quot;key&quot;: {&#xd;
7353                             &quot;name&quot;: &quot;TestContextItem008&quot;,&#xd;
7354                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7355                           },&#xd;
7356                           &quot;value&quot;: {&#xd;
7357                             &quot;key&quot;: {&#xd;
7358                               &quot;name&quot;: &quot;TestContextItem008&quot;,&#xd;
7359                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7360                             },&#xd;
7361                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7362                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem008&quot;&#xd;
7363                           }&#xd;
7364                         },&#xd;
7365                         {&#xd;
7366                           &quot;key&quot;: {&#xd;
7367                             &quot;name&quot;: &quot;TestContextItem009&quot;,&#xd;
7368                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7369                           },&#xd;
7370                           &quot;value&quot;: {&#xd;
7371                             &quot;key&quot;: {&#xd;
7372                               &quot;name&quot;: &quot;TestContextItem009&quot;,&#xd;
7373                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7374                             },&#xd;
7375                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7376                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem009&quot;&#xd;
7377                           }&#xd;
7378                         },&#xd;
7379                         {&#xd;
7380                           &quot;key&quot;: {&#xd;
7381                             &quot;name&quot;: &quot;TestContextItem00A&quot;,&#xd;
7382                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7383                           },&#xd;
7384                           &quot;value&quot;: {&#xd;
7385                             &quot;key&quot;: {&#xd;
7386                               &quot;name&quot;: &quot;TestContextItem00A&quot;,&#xd;
7387                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7388                             },&#xd;
7389                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7390                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem00A&quot;&#xd;
7391                           }&#xd;
7392                         },&#xd;
7393                         {&#xd;
7394                           &quot;key&quot;: {&#xd;
7395                             &quot;name&quot;: &quot;TestContextItem00B&quot;,&#xd;
7396                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7397                           },&#xd;
7398                           &quot;value&quot;: {&#xd;
7399                             &quot;key&quot;: {&#xd;
7400                               &quot;name&quot;: &quot;TestContextItem00B&quot;,&#xd;
7401                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7402                             },&#xd;
7403                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7404                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem00B&quot;&#xd;
7405                           }&#xd;
7406                         },&#xd;
7407                         {&#xd;
7408                           &quot;key&quot;: {&#xd;
7409                             &quot;name&quot;: &quot;TestContextItem00C&quot;,&#xd;
7410                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7411                           },&#xd;
7412                           &quot;value&quot;: {&#xd;
7413                             &quot;key&quot;: {&#xd;
7414                               &quot;name&quot;: &quot;TestContextItem00C&quot;,&#xd;
7415                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7416                             },&#xd;
7417                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7418                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestContextItem00C&quot;&#xd;
7419                           }&#xd;
7420                         },&#xd;
7421                         {&#xd;
7422                           &quot;key&quot;: {&#xd;
7423                             &quot;name&quot;: &quot;TestExternalContextItem&quot;,&#xd;
7424                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7425                           },&#xd;
7426                           &quot;value&quot;: {&#xd;
7427                             &quot;key&quot;: {&#xd;
7428                               &quot;name&quot;: &quot;TestExternalContextItem&quot;,&#xd;
7429                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7430                             },&#xd;
7431                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7432                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestExternalContextItem&quot;&#xd;
7433                           }&#xd;
7434                         },&#xd;
7435                         {&#xd;
7436                           &quot;key&quot;: {&#xd;
7437                             &quot;name&quot;: &quot;TestGlobalContextItem&quot;,&#xd;
7438                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7439                           },&#xd;
7440                           &quot;value&quot;: {&#xd;
7441                             &quot;key&quot;: {&#xd;
7442                               &quot;name&quot;: &quot;TestGlobalContextItem&quot;,&#xd;
7443                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7444                             },&#xd;
7445                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7446                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestGlobalContextItem&quot;&#xd;
7447                           }&#xd;
7448                         },&#xd;
7449                         {&#xd;
7450                           &quot;key&quot;: {&#xd;
7451                             &quot;name&quot;: &quot;TestPolicyContextItem&quot;,&#xd;
7452                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7453                           },&#xd;
7454                           &quot;value&quot;: {&#xd;
7455                             &quot;key&quot;: {&#xd;
7456                               &quot;name&quot;: &quot;TestPolicyContextItem&quot;,&#xd;
7457                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7458                             },&#xd;
7459                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7460                             &quot;schemaDefinition&quot;: &quot;org.onap.policy.apex.context.test.concepts.TestPolicyContextItem&quot;&#xd;
7461                           }&#xd;
7462                         },&#xd;
7463                         {&#xd;
7464                           &quot;key&quot;: {&#xd;
7465                             &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
7466                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7467                           },&#xd;
7468                           &quot;value&quot;: {&#xd;
7469                             &quot;key&quot;: {&#xd;
7470                               &quot;name&quot;: &quot;TestSlogan&quot;,&#xd;
7471                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7472                             },&#xd;
7473                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7474                             &quot;schemaDefinition&quot;: &quot;java.lang.String&quot;&#xd;
7475                           }&#xd;
7476                         },&#xd;
7477                         {&#xd;
7478                           &quot;key&quot;: {&#xd;
7479                             &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
7480                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7481                           },&#xd;
7482                           &quot;value&quot;: {&#xd;
7483                             &quot;key&quot;: {&#xd;
7484                               &quot;name&quot;: &quot;TestTemperature&quot;,&#xd;
7485                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7486                             },&#xd;
7487                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7488                             &quot;schemaDefinition&quot;: &quot;java.lang.Double&quot;&#xd;
7489                           }&#xd;
7490                         },&#xd;
7491                         {&#xd;
7492                           &quot;key&quot;: {&#xd;
7493                             &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
7494                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7495                           },&#xd;
7496                           &quot;value&quot;: {&#xd;
7497                             &quot;key&quot;: {&#xd;
7498                               &quot;name&quot;: &quot;TestTimestamp&quot;,&#xd;
7499                               &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7500                             },&#xd;
7501                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
7502                             &quot;schemaDefinition&quot;: &quot;java.lang.Long&quot;&#xd;
7503                           }&#xd;
7504                         }&#xd;
7505                       ]&#xd;
7506                     }&#xd;
7507                   }&#xd;
7508                 }&#xd;
7509               },&#xd;
7510               &quot;engineParameters&quot;: {&#xd;
7511                 &quot;executorParameters&quot;: {&#xd;
7512                   &quot;JAVASCRIPT&quot;: {&#xd;
7513                     &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.executor.javascript.JavascriptExecutorParameters&quot;&#xd;
7514                   }&#xd;
7515                 }&#xd;
7516               }&#xd;
7517             },&#xd;
7518             &quot;eventInputParameters&quot;: {&#xd;
7519               &quot;FirstConsumer&quot;: {&#xd;
7520                 &quot;carrierTechnologyParameters&quot;: {&#xd;
7521                   &quot;carrierTechnology&quot;: &quot;KAFKA&quot;,&#xd;
7522                   &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.event.carrier.kafka.KafkaCarrierTechnologyParameters&quot;,&#xd;
7523                   &quot;parameters&quot;: {&#xd;
7524                     &quot;bootstrapServers&quot;: &quot;kafka:9092&quot;,&#xd;
7525                     &quot;groupId&quot;: &quot;apex-grp2&quot;,&#xd;
7526                     &quot;enableAutoCommit&quot;: true,&#xd;
7527                     &quot;autoCommitTime&quot;: 1000,&#xd;
7528                     &quot;sessionTimeout&quot;: 30000,&#xd;
7529                     &quot;consumerPollTime&quot;: 100,&#xd;
7530                     &quot;consumerTopicList&quot;: [&#xd;
7531                       &quot;unauthenticated.dcae_cl_output&quot;&#xd;
7532                     ],&#xd;
7533                     &quot;keyDeserializer&quot;: &quot;org.apache.kafka.common.serialization.StringDeserializer&quot;,&#xd;
7534                     &quot;valueDeserializer&quot;: &quot;org.apache.kafka.common.serialization.StringDeserializer&quot;,&#xd;
7535                     &quot;kafkaProperties&quot;: [&#xd;
7536 &#xd;
7537                     ]&#xd;
7538                 },&#xd;
7539                 &quot;eventProtocolParameters&quot;: {&#xd;
7540                   &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
7541                 },&#xd;
7542                 &quot;synchronousMode&quot;: true,&#xd;
7543                 &quot;synchronousPeer&quot;: &quot;FirstProducer&quot;,&#xd;
7544                 &quot;synchronousTimeout&quot;: 2000&#xd;
7545               }&#xd;
7546             },&#xd;
7547             &quot;eventOutputParameters&quot;: {&#xd;
7548               &quot;FirstProducer&quot;: {&#xd;
7549                 &quot;carrierTechnology&quot;: &quot;KAFKA&quot;,&#xd;
7550                   &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.event.carrier.kafka.KafkaCarrierTechnologyParameters&quot;,&#xd;
7551                   &quot;parameters&quot;: {&#xd;
7552                     &quot;bootstrapServers&quot;: &quot;kafka:9092&quot;,&#xd;
7553                     &quot;acks&quot;: &quot;all&quot;,&#xd;
7554                     &quot;retries&quot;: 0,&#xd;
7555                     &quot;batchSize&quot;: 16384,&#xd;
7556                     &quot;lingerTime&quot;: 1,&#xd;
7557                     &quot;bufferMemory&quot;: 33554432,&#xd;
7558                     &quot;producerTopic&quot;: &quot;apex-cl-mgt2&quot;,&#xd;
7559                     &quot;keySerializer&quot;: &quot;org.apache.kafka.common.serialization.StringSerializer&quot;,&#xd;
7560                     &quot;valueSerializer&quot;: &quot;org.apache.kafka.common.serialization.StringSerializer&quot;,&#xd;
7561                     &quot;kafkaProperties&quot;: [&#xd;
7562 &#xd;
7563                     ]&#xd;
7564                 },&#xd;
7565                 &quot;eventProtocolParameters&quot;: {&#xd;
7566                   &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
7567                 },&#xd;
7568                 &quot;synchronousMode&quot;: true,&#xd;
7569                 &quot;synchronousPeer&quot;: &quot;FirstConsumer&quot;,&#xd;
7570                 &quot;synchronousTimeout&quot;: 2000&#xd;
7571               }&#xd;
7572             }&#xd;
7573           }&#xd;
7574         }&#xd;
7575       }&#xd;
7576     ]&#xd;
7577   }&#xd;
7578 }&#xd;
7579 </stringProp>
7580                 <stringProp name="Argument.metadata">=</stringProp>
7581               </elementProp>
7582             </collectionProp>
7583           </elementProp>
7584         </HTTPSamplerProxy>
7585         <hashTree>
7586           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
7587             <collectionProp name="Asserion.test_strings">
7588               <stringProp name="49586">200</stringProp>
7589             </collectionProp>
7590             <stringProp name="Assertion.custom_message"></stringProp>
7591             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
7592             <boolProp name="Assertion.assume_success">false</boolProp>
7593             <intProp name="Assertion.test_type">1</intProp>
7594           </ResponseAssertion>
7595           <hashTree/>
7596         </hashTree>
7597         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Create Nodetemplate metadata for sampleGroup policy">
7598           <stringProp name="TestPlan.comments">Create Nodetemplate metadata for sampleGroup policy</stringProp>
7599           <intProp name="HTTPSampler.concurrentPool">6</intProp>
7600           <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp>
7601           <stringProp name="HTTPSampler.port">${API_PORT}</stringProp>
7602           <stringProp name="HTTPSampler.protocol">http</stringProp>
7603           <stringProp name="HTTPSampler.path">/policy/api/v1/nodetemplates</stringProp>
7604           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
7605           <stringProp name="HTTPSampler.method">POST</stringProp>
7606           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
7607           <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
7608           <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
7609             <collectionProp name="Arguments.arguments">
7610               <elementProp name="" elementType="HTTPArgument">
7611                 <boolProp name="HTTPArgument.always_encode">false</boolProp>
7612                 <stringProp name="Argument.value">{&#xd;
7613     &quot;tosca_definitions_version&quot;: &quot;tosca_simple_yaml_1_1_0&quot;,&#xd;
7614     &quot;node_types&quot;: {&#xd;
7615         &quot;org.onap.nodetypes.policy.MetadataSet&quot;: {&#xd;
7616             &quot;derived_from&quot;: &quot;tosca.nodetypes.Root&quot;,&#xd;
7617             &quot;version&quot;: &quot;1.0.0&quot;&#xd;
7618         }&#xd;
7619     },&#xd;
7620     &quot;topology_template&quot;: {&#xd;
7621         &quot;node_templates&quot;: {&#xd;
7622             &quot;apex.metadata.pnf&quot;: {&#xd;
7623                 &quot;version&quot;: &quot;1.0.0&quot;,&#xd;
7624                 &quot;type&quot;: &quot;org.onap.nodetypes.policy.MetadataSet&quot;,&#xd;
7625                 &quot;type_version&quot;: &quot;1.0.0&quot;,&#xd;
7626                 &quot;description&quot;: &quot;Metadata set for apex pnf Policy&quot;,&#xd;
7627                 &quot;metadata&quot;: {&#xd;
7628                     &quot;apexPolicyModel&quot;: {&#xd;
7629                         &quot;key&quot;: {&#xd;
7630                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop&quot;,&#xd;
7631                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7632                         },&#xd;
7633                         &quot;keyInformation&quot;: {&#xd;
7634                             &quot;key&quot;: {&#xd;
7635                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_KeyInfo&quot;,&#xd;
7636                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7637                             },&#xd;
7638                             &quot;keyInfoMap&quot;: {&#xd;
7639                                 &quot;entry&quot;: [&#xd;
7640                                     {&#xd;
7641                                         &quot;key&quot;: {&#xd;
7642                                             &quot;name&quot;: &quot;SimpleBooleanType&quot;,&#xd;
7643                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7644                                         },&#xd;
7645                                         &quot;value&quot;: {&#xd;
7646                                             &quot;key&quot;: {&#xd;
7647                                                 &quot;name&quot;: &quot;SimpleBooleanType&quot;,&#xd;
7648                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7649                                             },&#xd;
7650                                             &quot;UUID&quot;: &quot;7218fb2f-59e3-321d-9ae1-bc97b19eb4ae&quot;,&#xd;
7651                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleBooleanType:0.0.1\&quot;&quot;&#xd;
7652                                         }&#xd;
7653                                     },&#xd;
7654                                     {&#xd;
7655                                         &quot;key&quot;: {&#xd;
7656                                             &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseEvent&quot;,&#xd;
7657                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7658                                         },&#xd;
7659                                         &quot;value&quot;: {&#xd;
7660                                             &quot;key&quot;: {&#xd;
7661                                                 &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseEvent&quot;,&#xd;
7662                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7663                                             },&#xd;
7664                                             &quot;UUID&quot;: &quot;c8a29e27-0a15-354a-84f9-4c7f207e5c81&quot;,&#xd;
7665                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_AAIFailureResponseEvent:0.0.1\&quot;&quot;&#xd;
7666                                         }&#xd;
7667                                     },&#xd;
7668                                     {&#xd;
7669                                         &quot;key&quot;: {&#xd;
7670                                             &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
7671                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7672                                         },&#xd;
7673                                         &quot;value&quot;: {&#xd;
7674                                             &quot;key&quot;: {&#xd;
7675                                                 &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
7676                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7677                                             },&#xd;
7678                                             &quot;UUID&quot;: &quot;5e843cee-0180-39b9-8989-180b2ffe11c0&quot;,&#xd;
7679                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_AAIFailureResponseHandlerPolicy:0.0.1\&quot;&quot;&#xd;
7680                                         }&#xd;
7681                                     },&#xd;
7682                                     {&#xd;
7683                                         &quot;key&quot;: {&#xd;
7684                                             &quot;name&quot;: &quot;SimpleCL_AAIRequestErrorType&quot;,&#xd;
7685                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7686                                         },&#xd;
7687                                         &quot;value&quot;: {&#xd;
7688                                             &quot;key&quot;: {&#xd;
7689                                                 &quot;name&quot;: &quot;SimpleCL_AAIRequestErrorType&quot;,&#xd;
7690                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7691                                             },&#xd;
7692                                             &quot;UUID&quot;: &quot;90291c92-9b27-3cd9-8720-db572419c048&quot;,&#xd;
7693                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_AAIRequestErrorType:0.0.1\&quot;&quot;&#xd;
7694                                         }&#xd;
7695                                     },&#xd;
7696                                     {&#xd;
7697                                         &quot;key&quot;: {&#xd;
7698                                             &quot;name&quot;: &quot;SimpleCL_AAIRequestEvent&quot;,&#xd;
7699                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7700                                         },&#xd;
7701                                         &quot;value&quot;: {&#xd;
7702                                             &quot;key&quot;: {&#xd;
7703                                                 &quot;name&quot;: &quot;SimpleCL_AAIRequestEvent&quot;,&#xd;
7704                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7705                                             },&#xd;
7706                                             &quot;UUID&quot;: &quot;7b7e6751-4e0b-389d-98c0-5567bbc0294c&quot;,&#xd;
7707                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_AAIRequestEvent:0.0.1\&quot;&quot;&#xd;
7708                                         }&#xd;
7709                                     },&#xd;
7710                                     {&#xd;
7711                                         &quot;key&quot;: {&#xd;
7712                                             &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseEvent&quot;,&#xd;
7713                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7714                                         },&#xd;
7715                                         &quot;value&quot;: {&#xd;
7716                                             &quot;key&quot;: {&#xd;
7717                                                 &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseEvent&quot;,&#xd;
7718                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7719                                             },&#xd;
7720                                             &quot;UUID&quot;: &quot;63d5680c-14ef-3505-8d34-ebb646bba07b&quot;,&#xd;
7721                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_AAISuccessResponseEvent:0.0.1\&quot;&quot;&#xd;
7722                                         }&#xd;
7723                                     },&#xd;
7724                                     {&#xd;
7725                                         &quot;key&quot;: {&#xd;
7726                                             &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
7727                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7728                                         },&#xd;
7729                                         &quot;value&quot;: {&#xd;
7730                                             &quot;key&quot;: {&#xd;
7731                                                 &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
7732                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7733                                             },&#xd;
7734                                             &quot;UUID&quot;: &quot;a84ca97d-6e94-39a2-91f9-59a6c9aa435e&quot;,&#xd;
7735                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_AAISuccessResponseHandlerPolicy:0.0.1\&quot;&quot;&#xd;
7736                                         }&#xd;
7737                                     },&#xd;
7738                                     {&#xd;
7739                                         &quot;key&quot;: {&#xd;
7740                                             &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
7741                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7742                                         },&#xd;
7743                                         &quot;value&quot;: {&#xd;
7744                                             &quot;key&quot;: {&#xd;
7745                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
7746                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7747                                             },&#xd;
7748                                             &quot;UUID&quot;: &quot;0e2ee622-7fd3-3e49-82e2-539c4f5e9624&quot;,&#xd;
7749                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSActionIdentifiersType:0.0.1\&quot;&quot;&#xd;
7750                                         }&#xd;
7751                                     },&#xd;
7752                                     {&#xd;
7753                                         &quot;key&quot;: {&#xd;
7754                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseEvent&quot;,&#xd;
7755                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7756                                         },&#xd;
7757                                         &quot;value&quot;: {&#xd;
7758                                             &quot;key&quot;: {&#xd;
7759                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseEvent&quot;,&#xd;
7760                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7761                                             },&#xd;
7762                                             &quot;UUID&quot;: &quot;e84f8682-ea33-3ad0-8626-8bc4634581fc&quot;,&#xd;
7763                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifyFailureResponseEvent:0.0.1\&quot;&quot;&#xd;
7764                                         }&#xd;
7765                                     },&#xd;
7766                                     {&#xd;
7767                                         &quot;key&quot;: {&#xd;
7768                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
7769                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7770                                         },&#xd;
7771                                         &quot;value&quot;: {&#xd;
7772                                             &quot;key&quot;: {&#xd;
7773                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
7774                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7775                                             },&#xd;
7776                                             &quot;UUID&quot;: &quot;a252f835-2479-38ef-9ef4-20af62725752&quot;,&#xd;
7777                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy:0.0.1\&quot;&quot;&#xd;
7778                                         }&#xd;
7779                                     },&#xd;
7780                                     {&#xd;
7781                                         &quot;key&quot;: {&#xd;
7782                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseTask&quot;,&#xd;
7783                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7784                                         },&#xd;
7785                                         &quot;value&quot;: {&#xd;
7786                                             &quot;key&quot;: {&#xd;
7787                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseTask&quot;,&#xd;
7788                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7789                                             },&#xd;
7790                                             &quot;UUID&quot;: &quot;cfc46ea9-b8c1-38dd-ac9c-304c916daf34&quot;,&#xd;
7791                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifyFailureResponseTask:0.0.1\&quot;&quot;&#xd;
7792                                         }&#xd;
7793                                     },&#xd;
7794                                     {&#xd;
7795                                         &quot;key&quot;: {&#xd;
7796                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestEvent&quot;,&#xd;
7797                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7798                                         },&#xd;
7799                                         &quot;value&quot;: {&#xd;
7800                                             &quot;key&quot;: {&#xd;
7801                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestEvent&quot;,&#xd;
7802                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7803                                             },&#xd;
7804                                             &quot;UUID&quot;: &quot;1e7095d6-a455-3f89-acae-486e35d7e311&quot;,&#xd;
7805                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifyRequestEvent:0.0.1\&quot;&quot;&#xd;
7806                                         }&#xd;
7807                                     },&#xd;
7808                                     {&#xd;
7809                                         &quot;key&quot;: {&#xd;
7810                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&quot;,&#xd;
7811                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7812                                         },&#xd;
7813                                         &quot;value&quot;: {&#xd;
7814                                             &quot;key&quot;: {&#xd;
7815                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&quot;,&#xd;
7816                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7817                                             },&#xd;
7818                                             &quot;UUID&quot;: &quot;d22ea83b-695d-3da9-b9f5-41f16ca433bf&quot;,&#xd;
7819                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifyRequestPayloadType:0.0.1\&quot;&quot;&#xd;
7820                                         }&#xd;
7821                                     },&#xd;
7822                                     {&#xd;
7823                                         &quot;key&quot;: {&#xd;
7824                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyResponsePayloadType&quot;,&#xd;
7825                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7826                                         },&#xd;
7827                                         &quot;value&quot;: {&#xd;
7828                                             &quot;key&quot;: {&#xd;
7829                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyResponsePayloadType&quot;,&#xd;
7830                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7831                                             },&#xd;
7832                                             &quot;UUID&quot;: &quot;e9fe2e40-1f0d-30dd-8b9e-885695878693&quot;,&#xd;
7833                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifyResponsePayloadType:0.0.1\&quot;&quot;&#xd;
7834                                         }&#xd;
7835                                     },&#xd;
7836                                     {&#xd;
7837                                         &quot;key&quot;: {&#xd;
7838                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseEvent&quot;,&#xd;
7839                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7840                                         },&#xd;
7841                                         &quot;value&quot;: {&#xd;
7842                                             &quot;key&quot;: {&#xd;
7843                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseEvent&quot;,&#xd;
7844                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7845                                             },&#xd;
7846                                             &quot;UUID&quot;: &quot;5e04fa76-0a17-38a9-8524-23b2d1a23fa5&quot;,&#xd;
7847                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifySuccessResponseEvent:0.0.1\&quot;&quot;&#xd;
7848                                         }&#xd;
7849                                     },&#xd;
7850                                     {&#xd;
7851                                         &quot;key&quot;: {&#xd;
7852                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
7853                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7854                                         },&#xd;
7855                                         &quot;value&quot;: {&#xd;
7856                                             &quot;key&quot;: {&#xd;
7857                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
7858                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7859                                             },&#xd;
7860                                             &quot;UUID&quot;: &quot;15866380-40f5-3f8e-87d9-13747a36d352&quot;,&#xd;
7861                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy:0.0.1\&quot;&quot;&#xd;
7862                                         }&#xd;
7863                                     },&#xd;
7864                                     {&#xd;
7865                                         &quot;key&quot;: {&#xd;
7866                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseTask&quot;,&#xd;
7867                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7868                                         },&#xd;
7869                                         &quot;value&quot;: {&#xd;
7870                                             &quot;key&quot;: {&#xd;
7871                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseTask&quot;,&#xd;
7872                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7873                                             },&#xd;
7874                                             &quot;UUID&quot;: &quot;2c3d76ce-dd42-32ac-a397-ab418534e1cf&quot;,&#xd;
7875                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifySuccessResponseTask:0.0.1\&quot;&quot;&#xd;
7876                                         }&#xd;
7877                                     },&#xd;
7878                                     {&#xd;
7879                                         &quot;key&quot;: {&#xd;
7880                                             &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseCommonHeaderType&quot;,&#xd;
7881                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7882                                         },&#xd;
7883                                         &quot;value&quot;: {&#xd;
7884                                             &quot;key&quot;: {&#xd;
7885                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseCommonHeaderType&quot;,&#xd;
7886                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7887                                             },&#xd;
7888                                             &quot;UUID&quot;: &quot;b99c44da-dae7-3c96-b528-58852537d063&quot;,&#xd;
7889                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSFailureResponseCommonHeaderType:0.0.1\&quot;&quot;&#xd;
7890                                         }&#xd;
7891                                     },&#xd;
7892                                     {&#xd;
7893                                         &quot;key&quot;: {&#xd;
7894                                             &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseStatusType&quot;,&#xd;
7895                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7896                                         },&#xd;
7897                                         &quot;value&quot;: {&#xd;
7898                                             &quot;key&quot;: {&#xd;
7899                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseStatusType&quot;,&#xd;
7900                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7901                                             },&#xd;
7902                                             &quot;UUID&quot;: &quot;1db688e2-3afe-3b03-9795-fdbfa80fa240&quot;,&#xd;
7903                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSFailureResponseStatusType:0.0.1\&quot;&quot;&#xd;
7904                                         }&#xd;
7905                                     },&#xd;
7906                                     {&#xd;
7907                                         &quot;key&quot;: {&#xd;
7908                                             &quot;name&quot;: &quot;SimpleCL_CDSRequestCommonHeaderType&quot;,&#xd;
7909                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7910                                         },&#xd;
7911                                         &quot;value&quot;: {&#xd;
7912                                             &quot;key&quot;: {&#xd;
7913                                                 &quot;name&quot;: &quot;SimpleCL_CDSRequestCommonHeaderType&quot;,&#xd;
7914                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7915                                             },&#xd;
7916                                             &quot;UUID&quot;: &quot;31022456-e85b-3a9b-9ecb-a09691792d3e&quot;,&#xd;
7917                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSRequestCommonHeaderType:0.0.1\&quot;&quot;&#xd;
7918                                         }&#xd;
7919                                     },&#xd;
7920                                     {&#xd;
7921                                         &quot;key&quot;: {&#xd;
7922                                             &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseCommonHeaderType&quot;,&#xd;
7923                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7924                                         },&#xd;
7925                                         &quot;value&quot;: {&#xd;
7926                                             &quot;key&quot;: {&#xd;
7927                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseCommonHeaderType&quot;,&#xd;
7928                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7929                                             },&#xd;
7930                                             &quot;UUID&quot;: &quot;d6075720-622e-3a0d-827a-aa4580a2f5d7&quot;,&#xd;
7931                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSSuccessResponseCommonHeaderType:0.0.1\&quot;&quot;&#xd;
7932                                         }&#xd;
7933                                     },&#xd;
7934                                     {&#xd;
7935                                         &quot;key&quot;: {&#xd;
7936                                             &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseStatusType&quot;,&#xd;
7937                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7938                                         },&#xd;
7939                                         &quot;value&quot;: {&#xd;
7940                                             &quot;key&quot;: {&#xd;
7941                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseStatusType&quot;,&#xd;
7942                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7943                                             },&#xd;
7944                                             &quot;UUID&quot;: &quot;948359ff-3308-3ac5-a5ec-6e3c1b9cd4d5&quot;,&#xd;
7945                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSSuccessResponseStatusType:0.0.1\&quot;&quot;&#xd;
7946                                         }&#xd;
7947                                     },&#xd;
7948                                     {&#xd;
7949                                         &quot;key&quot;: {&#xd;
7950                                             &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
7951                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7952                                         },&#xd;
7953                                         &quot;value&quot;: {&#xd;
7954                                             &quot;key&quot;: {&#xd;
7955                                                 &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
7956                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7957                                             },&#xd;
7958                                             &quot;UUID&quot;: &quot;63a6fd26-2fd6-3a0e-8a27-49a5d2ea4644&quot;,&#xd;
7959                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_EventDetailsAlbum:0.0.1\&quot;&quot;&#xd;
7960                                         }&#xd;
7961                                     },&#xd;
7962                                     {&#xd;
7963                                         &quot;key&quot;: {&#xd;
7964                                             &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbumType&quot;,&#xd;
7965                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7966                                         },&#xd;
7967                                         &quot;value&quot;: {&#xd;
7968                                             &quot;key&quot;: {&#xd;
7969                                                 &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbumType&quot;,&#xd;
7970                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7971                                             },&#xd;
7972                                             &quot;UUID&quot;: &quot;a0407d0b-5719-38bf-9529-25ad62ace8c4&quot;,&#xd;
7973                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_EventDetailsAlbumType:0.0.1\&quot;&quot;&#xd;
7974                                         }&#xd;
7975                                     },&#xd;
7976                                     {&#xd;
7977                                         &quot;key&quot;: {&#xd;
7978                                             &quot;name&quot;: &quot;SimpleCL_HandleAAIFailureResponseTask&quot;,&#xd;
7979                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7980                                         },&#xd;
7981                                         &quot;value&quot;: {&#xd;
7982                                             &quot;key&quot;: {&#xd;
7983                                                 &quot;name&quot;: &quot;SimpleCL_HandleAAIFailureResponseTask&quot;,&#xd;
7984                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7985                                             },&#xd;
7986                                             &quot;UUID&quot;: &quot;28e894dc-4ab8-3469-aab7-d81bd05bb4c9&quot;,&#xd;
7987                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_HandleAAIFailureResponseTask:0.0.1\&quot;&quot;&#xd;
7988                                         }&#xd;
7989                                     },&#xd;
7990                                     {&#xd;
7991                                         &quot;key&quot;: {&#xd;
7992                                             &quot;name&quot;: &quot;SimpleCL_HandleAAISuccessResponseTask&quot;,&#xd;
7993                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7994                                         },&#xd;
7995                                         &quot;value&quot;: {&#xd;
7996                                             &quot;key&quot;: {&#xd;
7997                                                 &quot;name&quot;: &quot;SimpleCL_HandleAAISuccessResponseTask&quot;,&#xd;
7998                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7999                                             },&#xd;
8000                                             &quot;UUID&quot;: &quot;073f1433-999e-3506-98ad-ef820d2fa7f0&quot;,&#xd;
8001                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_HandleAAISuccessResponseTask:0.0.1\&quot;&quot;&#xd;
8002                                         }&#xd;
8003                                     },&#xd;
8004                                     {&#xd;
8005                                         &quot;key&quot;: {&#xd;
8006                                             &quot;name&quot;: &quot;SimpleCL_HandleVesEventTask&quot;,&#xd;
8007                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8008                                         },&#xd;
8009                                         &quot;value&quot;: {&#xd;
8010                                             &quot;key&quot;: {&#xd;
8011                                                 &quot;name&quot;: &quot;SimpleCL_HandleVesEventTask&quot;,&#xd;
8012                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8013                                             },&#xd;
8014                                             &quot;UUID&quot;: &quot;afc6ed46-6801-3c85-bb4c-0ab5b0dd4a74&quot;,&#xd;
8015                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_HandleVesEventTask:0.0.1\&quot;&quot;&#xd;
8016                                         }&#xd;
8017                                     },&#xd;
8018                                     {&#xd;
8019                                         &quot;key&quot;: {&#xd;
8020                                             &quot;name&quot;: &quot;SimpleCL_LogStatusEvent&quot;,&#xd;
8021                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8022                                         },&#xd;
8023                                         &quot;value&quot;: {&#xd;
8024                                             &quot;key&quot;: {&#xd;
8025                                                 &quot;name&quot;: &quot;SimpleCL_LogStatusEvent&quot;,&#xd;
8026                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8027                                             },&#xd;
8028                                             &quot;UUID&quot;: &quot;98e1ddd7-3bd9-30c1-b877-4b9b4d3bff15&quot;,&#xd;
8029                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_LogStatusEvent:0.0.1\&quot;&quot;&#xd;
8030                                         }&#xd;
8031                                     },&#xd;
8032                                     {&#xd;
8033                                         &quot;key&quot;: {&#xd;
8034                                             &quot;name&quot;: &quot;SimpleCL_VesEvent&quot;,&#xd;
8035                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8036                                         },&#xd;
8037                                         &quot;value&quot;: {&#xd;
8038                                             &quot;key&quot;: {&#xd;
8039                                                 &quot;name&quot;: &quot;SimpleCL_VesEvent&quot;,&#xd;
8040                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8041                                             },&#xd;
8042                                             &quot;UUID&quot;: &quot;0f57665a-f0a9-314e-ad0a-04c1f5758174&quot;,&#xd;
8043                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_VesEvent:0.0.1\&quot;&quot;&#xd;
8044                                         }&#xd;
8045                                     },&#xd;
8046                                     {&#xd;
8047                                         &quot;key&quot;: {&#xd;
8048                                             &quot;name&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8049                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8050                                         },&#xd;
8051                                         &quot;value&quot;: {&#xd;
8052                                             &quot;key&quot;: {&#xd;
8053                                                 &quot;name&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8054                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8055                                             },&#xd;
8056                                             &quot;UUID&quot;: &quot;ba5d9a46-8cb4-3fbe-84fd-eabba5b7dd4b&quot;,&#xd;
8057                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_VesEventHandlerPolicy:0.0.1\&quot;&quot;&#xd;
8058                                         }&#xd;
8059                                     },&#xd;
8060                                     {&#xd;
8061                                         &quot;key&quot;: {&#xd;
8062                                             &quot;name&quot;: &quot;SimpleCL_VesEventType&quot;,&#xd;
8063                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8064                                         },&#xd;
8065                                         &quot;value&quot;: {&#xd;
8066                                             &quot;key&quot;: {&#xd;
8067                                                 &quot;name&quot;: &quot;SimpleCL_VesEventType&quot;,&#xd;
8068                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8069                                             },&#xd;
8070                                             &quot;UUID&quot;: &quot;9fd7a967-57d4-36ef-81e9-c3396f3aa8d1&quot;,&#xd;
8071                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_VesEventType:0.0.1\&quot;&quot;&#xd;
8072                                         }&#xd;
8073                                     },&#xd;
8074                                     {&#xd;
8075                                         &quot;key&quot;: {&#xd;
8076                                             &quot;name&quot;: &quot;SimpleLongType&quot;,&#xd;
8077                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8078                                         },&#xd;
8079                                         &quot;value&quot;: {&#xd;
8080                                             &quot;key&quot;: {&#xd;
8081                                                 &quot;name&quot;: &quot;SimpleLongType&quot;,&#xd;
8082                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8083                                             },&#xd;
8084                                             &quot;UUID&quot;: &quot;2dfcd9ec-a6f9-3f9f-958f-9b36cf4ac574&quot;,&#xd;
8085                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleLongType:0.0.1\&quot;&quot;&#xd;
8086                                         }&#xd;
8087                                     },&#xd;
8088                                     {&#xd;
8089                                         &quot;key&quot;: {&#xd;
8090                                             &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8091                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8092                                         },&#xd;
8093                                         &quot;value&quot;: {&#xd;
8094                                             &quot;key&quot;: {&#xd;
8095                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8096                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8097                                             },&#xd;
8098                                             &quot;UUID&quot;: &quot;8a4957cf-9493-3a76-8c22-a208e23259af&quot;,&#xd;
8099                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleStringType:0.0.1\&quot;&quot;&#xd;
8100                                         }&#xd;
8101                                     },&#xd;
8102                                     {&#xd;
8103                                         &quot;key&quot;: {&#xd;
8104                                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop&quot;,&#xd;
8105                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8106                                         },&#xd;
8107                                         &quot;value&quot;: {&#xd;
8108                                             &quot;key&quot;: {&#xd;
8109                                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop&quot;,&#xd;
8110                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8111                                             },&#xd;
8112                                             &quot;UUID&quot;: &quot;ecc97b87-f30b-344c-a476-d36501bf5cbd&quot;,&#xd;
8113                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;onap.policies.apex.Simplecontrolloop:0.0.1\&quot;&quot;&#xd;
8114                                         }&#xd;
8115                                     },&#xd;
8116                                     {&#xd;
8117                                         &quot;key&quot;: {&#xd;
8118                                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Albums&quot;,&#xd;
8119                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8120                                         },&#xd;
8121                                         &quot;value&quot;: {&#xd;
8122                                             &quot;key&quot;: {&#xd;
8123                                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Albums&quot;,&#xd;
8124                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8125                                             },&#xd;
8126                                             &quot;UUID&quot;: &quot;1469671a-56dd-3a68-bf6c-77a5cf7a9487&quot;,&#xd;
8127                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;onap.policies.apex.Simplecontrolloop_Albums:0.0.1\&quot;&quot;&#xd;
8128                                         }&#xd;
8129                                     },&#xd;
8130                                     {&#xd;
8131                                         &quot;key&quot;: {&#xd;
8132                                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Events&quot;,&#xd;
8133                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8134                                         },&#xd;
8135                                         &quot;value&quot;: {&#xd;
8136                                             &quot;key&quot;: {&#xd;
8137                                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Events&quot;,&#xd;
8138                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8139                                             },&#xd;
8140                                             &quot;UUID&quot;: &quot;23c4eee4-aba5-36f6-96d6-46f40061bfed&quot;,&#xd;
8141                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;onap.policies.apex.Simplecontrolloop_Events:0.0.1\&quot;&quot;&#xd;
8142                                         }&#xd;
8143                                     },&#xd;
8144                                     {&#xd;
8145                                         &quot;key&quot;: {&#xd;
8146                                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_KeyInfo&quot;,&#xd;
8147                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8148                                         },&#xd;
8149                                         &quot;value&quot;: {&#xd;
8150                                             &quot;key&quot;: {&#xd;
8151                                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_KeyInfo&quot;,&#xd;
8152                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8153                                             },&#xd;
8154                                             &quot;UUID&quot;: &quot;ea9e73ff-483c-3827-896c-6eaa9d69bc6e&quot;,&#xd;
8155                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;onap.policies.apex.Simplecontrolloop_KeyInfo:0.0.1\&quot;&quot;&#xd;
8156                                         }&#xd;
8157                                     },&#xd;
8158                                     {&#xd;
8159                                         &quot;key&quot;: {&#xd;
8160                                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Policies&quot;,&#xd;
8161                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8162                                         },&#xd;
8163                                         &quot;value&quot;: {&#xd;
8164                                             &quot;key&quot;: {&#xd;
8165                                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Policies&quot;,&#xd;
8166                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8167                                             },&#xd;
8168                                             &quot;UUID&quot;: &quot;38c068e5-bb9a-3997-9e50-ec77c66825c8&quot;,&#xd;
8169                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;onap.policies.apex.Simplecontrolloop_Policies:0.0.1\&quot;&quot;&#xd;
8170                                         }&#xd;
8171                                     },&#xd;
8172                                     {&#xd;
8173                                         &quot;key&quot;: {&#xd;
8174                                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Schemas&quot;,&#xd;
8175                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8176                                         },&#xd;
8177                                         &quot;value&quot;: {&#xd;
8178                                             &quot;key&quot;: {&#xd;
8179                                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Schemas&quot;,&#xd;
8180                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8181                                             },&#xd;
8182                                             &quot;UUID&quot;: &quot;38514b27-8b9b-3d06-844a-3aced27deb0a&quot;,&#xd;
8183                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;onap.policies.apex.Simplecontrolloop_Schemas:0.0.1\&quot;&quot;&#xd;
8184                                         }&#xd;
8185                                     },&#xd;
8186                                     {&#xd;
8187                                         &quot;key&quot;: {&#xd;
8188                                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Tasks&quot;,&#xd;
8189                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8190                                         },&#xd;
8191                                         &quot;value&quot;: {&#xd;
8192                                             &quot;key&quot;: {&#xd;
8193                                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Tasks&quot;,&#xd;
8194                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8195                                             },&#xd;
8196                                             &quot;UUID&quot;: &quot;0e0387b5-07fa-30e4-8554-eb51d2e18939&quot;,&#xd;
8197                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;onap.policies.apex.Simplecontrolloop_Tasks:0.0.1\&quot;&quot;&#xd;
8198                                         }&#xd;
8199                                     }&#xd;
8200                                 ]&#xd;
8201                             }&#xd;
8202                         },&#xd;
8203                         &quot;policies&quot;: {&#xd;
8204                             &quot;key&quot;: {&#xd;
8205                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Policies&quot;,&#xd;
8206                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8207                             },&#xd;
8208                             &quot;policyMap&quot;: {&#xd;
8209                                 &quot;entry&quot;: [&#xd;
8210                                     {&#xd;
8211                                         &quot;key&quot;: {&#xd;
8212                                             &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
8213                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8214                                         },&#xd;
8215                                         &quot;value&quot;: {&#xd;
8216                                             &quot;policyKey&quot;: {&#xd;
8217                                                 &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
8218                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8219                                             },&#xd;
8220                                             &quot;template&quot;: &quot;Freestyle&quot;,&#xd;
8221                                             &quot;state&quot;: {&#xd;
8222                                                 &quot;entry&quot;: [&#xd;
8223                                                     {&#xd;
8224                                                         &quot;key&quot;: &quot;SimpleCL_ReceiveAAIFailureResponseState&quot;,&#xd;
8225                                                         &quot;value&quot;: {&#xd;
8226                                                             &quot;stateKey&quot;: {&#xd;
8227                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
8228                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8229                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8230                                                                 &quot;localName&quot;: &quot;SimpleCL_ReceiveAAIFailureResponseState&quot;&#xd;
8231                                                             },&#xd;
8232                                                             &quot;trigger&quot;: {&#xd;
8233                                                                 &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseEvent&quot;,&#xd;
8234                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8235                                                             },&#xd;
8236                                                             &quot;stateOutputs&quot;: {&#xd;
8237                                                                 &quot;entry&quot;: [&#xd;
8238                                                                     {&#xd;
8239                                                                         &quot;key&quot;: &quot;AAIFailureStateOutput&quot;,&#xd;
8240                                                                         &quot;value&quot;: {&#xd;
8241                                                                             &quot;key&quot;: {&#xd;
8242                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
8243                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8244                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveAAIFailureResponseState&quot;,&#xd;
8245                                                                                 &quot;localName&quot;: &quot;AAIFailureStateOutput&quot;&#xd;
8246                                                                             },&#xd;
8247                                                                             &quot;outgoingEvent&quot;: {&#xd;
8248                                                                                 &quot;name&quot;: &quot;SimpleCL_LogStatusEvent&quot;,&#xd;
8249                                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8250                                                                             },&#xd;
8251                                                                             &quot;nextState&quot;: {&#xd;
8252                                                                                 &quot;parentKeyName&quot;: &quot;NULL&quot;,&#xd;
8253                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.0&quot;,&#xd;
8254                                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8255                                                                                 &quot;localName&quot;: &quot;NULL&quot;&#xd;
8256                                                                             }&#xd;
8257                                                                         }&#xd;
8258                                                                     }&#xd;
8259                                                                 ]&#xd;
8260                                                             },&#xd;
8261                                                             &quot;contextAlbumReference&quot;: [],&#xd;
8262                                                             &quot;taskSelectionLogic&quot;: {&#xd;
8263                                                                 &quot;key&quot;: &quot;NULL&quot;,&#xd;
8264                                                                 &quot;logicFlavour&quot;: &quot;UNDEFINED&quot;,&#xd;
8265                                                                 &quot;logic&quot;: &quot;&quot;&#xd;
8266                                                             },&#xd;
8267                                                             &quot;stateFinalizerLogicMap&quot;: {&#xd;
8268                                                                 &quot;entry&quot;: []&#xd;
8269                                                             },&#xd;
8270                                                             &quot;defaultTask&quot;: {&#xd;
8271                                                                 &quot;name&quot;: &quot;SimpleCL_HandleAAIFailureResponseTask&quot;,&#xd;
8272                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8273                                                             },&#xd;
8274                                                             &quot;taskReferences&quot;: {&#xd;
8275                                                                 &quot;entry&quot;: [&#xd;
8276                                                                     {&#xd;
8277                                                                         &quot;key&quot;: {&#xd;
8278                                                                             &quot;name&quot;: &quot;SimpleCL_HandleAAIFailureResponseTask&quot;,&#xd;
8279                                                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8280                                                                         },&#xd;
8281                                                                         &quot;value&quot;: {&#xd;
8282                                                                             &quot;key&quot;: {&#xd;
8283                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
8284                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8285                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveAAIFailureResponseState&quot;,&#xd;
8286                                                                                 &quot;localName&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;&#xd;
8287                                                                             },&#xd;
8288                                                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
8289                                                                             &quot;output&quot;: {&#xd;
8290                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
8291                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8292                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveAAIFailureResponseState&quot;,&#xd;
8293                                                                                 &quot;localName&quot;: &quot;AAIFailureStateOutput&quot;&#xd;
8294                                                                             }&#xd;
8295                                                                         }&#xd;
8296                                                                     }&#xd;
8297                                                                 ]&#xd;
8298                                                             }&#xd;
8299                                                         }&#xd;
8300                                                     }&#xd;
8301                                                 ]&#xd;
8302                                             },&#xd;
8303                                             &quot;firstState&quot;: &quot;SimpleCL_ReceiveAAIFailureResponseState&quot;&#xd;
8304                                         }&#xd;
8305                                     },&#xd;
8306                                     {&#xd;
8307                                         &quot;key&quot;: {&#xd;
8308                                             &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
8309                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8310                                         },&#xd;
8311                                         &quot;value&quot;: {&#xd;
8312                                             &quot;policyKey&quot;: {&#xd;
8313                                                 &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
8314                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8315                                             },&#xd;
8316                                             &quot;template&quot;: &quot;Freestyle&quot;,&#xd;
8317                                             &quot;state&quot;: {&#xd;
8318                                                 &quot;entry&quot;: [&#xd;
8319                                                     {&#xd;
8320                                                         &quot;key&quot;: &quot;SimpleCL_ReceiveAAISuccessResponseState&quot;,&#xd;
8321                                                         &quot;value&quot;: {&#xd;
8322                                                             &quot;stateKey&quot;: {&#xd;
8323                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
8324                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8325                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8326                                                                 &quot;localName&quot;: &quot;SimpleCL_ReceiveAAISuccessResponseState&quot;&#xd;
8327                                                             },&#xd;
8328                                                             &quot;trigger&quot;: {&#xd;
8329                                                                 &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseEvent&quot;,&#xd;
8330                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8331                                                             },&#xd;
8332                                                             &quot;stateOutputs&quot;: {&#xd;
8333                                                                 &quot;entry&quot;: [&#xd;
8334                                                                     {&#xd;
8335                                                                         &quot;key&quot;: &quot;AAISuccessStateOutput&quot;,&#xd;
8336                                                                         &quot;value&quot;: {&#xd;
8337                                                                             &quot;key&quot;: {&#xd;
8338                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
8339                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8340                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveAAISuccessResponseState&quot;,&#xd;
8341                                                                                 &quot;localName&quot;: &quot;AAISuccessStateOutput&quot;&#xd;
8342                                                                             },&#xd;
8343                                                                             &quot;outgoingEvent&quot;: {&#xd;
8344                                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestEvent&quot;,&#xd;
8345                                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8346                                                                             },&#xd;
8347                                                                             &quot;nextState&quot;: {&#xd;
8348                                                                                 &quot;parentKeyName&quot;: &quot;NULL&quot;,&#xd;
8349                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.0&quot;,&#xd;
8350                                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8351                                                                                 &quot;localName&quot;: &quot;NULL&quot;&#xd;
8352                                                                             }&#xd;
8353                                                                         }&#xd;
8354                                                                     }&#xd;
8355                                                                 ]&#xd;
8356                                                             },&#xd;
8357                                                             &quot;contextAlbumReference&quot;: [],&#xd;
8358                                                             &quot;taskSelectionLogic&quot;: {&#xd;
8359                                                                 &quot;key&quot;: &quot;NULL&quot;,&#xd;
8360                                                                 &quot;logicFlavour&quot;: &quot;UNDEFINED&quot;,&#xd;
8361                                                                 &quot;logic&quot;: &quot;&quot;&#xd;
8362                                                             },&#xd;
8363                                                             &quot;stateFinalizerLogicMap&quot;: {&#xd;
8364                                                                 &quot;entry&quot;: []&#xd;
8365                                                             },&#xd;
8366                                                             &quot;defaultTask&quot;: {&#xd;
8367                                                                 &quot;name&quot;: &quot;SimpleCL_HandleAAISuccessResponseTask&quot;,&#xd;
8368                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8369                                                             },&#xd;
8370                                                             &quot;taskReferences&quot;: {&#xd;
8371                                                                 &quot;entry&quot;: [&#xd;
8372                                                                     {&#xd;
8373                                                                         &quot;key&quot;: {&#xd;
8374                                                                             &quot;name&quot;: &quot;SimpleCL_HandleAAISuccessResponseTask&quot;,&#xd;
8375                                                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8376                                                                         },&#xd;
8377                                                                         &quot;value&quot;: {&#xd;
8378                                                                             &quot;key&quot;: {&#xd;
8379                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
8380                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8381                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveAAISuccessResponseState&quot;,&#xd;
8382                                                                                 &quot;localName&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;&#xd;
8383                                                                             },&#xd;
8384                                                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
8385                                                                             &quot;output&quot;: {&#xd;
8386                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
8387                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8388                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveAAISuccessResponseState&quot;,&#xd;
8389                                                                                 &quot;localName&quot;: &quot;AAISuccessStateOutput&quot;&#xd;
8390                                                                             }&#xd;
8391                                                                         }&#xd;
8392                                                                     }&#xd;
8393                                                                 ]&#xd;
8394                                                             }&#xd;
8395                                                         }&#xd;
8396                                                     }&#xd;
8397                                                 ]&#xd;
8398                                             },&#xd;
8399                                             &quot;firstState&quot;: &quot;SimpleCL_ReceiveAAISuccessResponseState&quot;&#xd;
8400                                         }&#xd;
8401                                     },&#xd;
8402                                     {&#xd;
8403                                         &quot;key&quot;: {&#xd;
8404                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
8405                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8406                                         },&#xd;
8407                                         &quot;value&quot;: {&#xd;
8408                                             &quot;policyKey&quot;: {&#xd;
8409                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
8410                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8411                                             },&#xd;
8412                                             &quot;template&quot;: &quot;Freestyle&quot;,&#xd;
8413                                             &quot;state&quot;: {&#xd;
8414                                                 &quot;entry&quot;: [&#xd;
8415                                                     {&#xd;
8416                                                         &quot;key&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseState&quot;,&#xd;
8417                                                         &quot;value&quot;: {&#xd;
8418                                                             &quot;stateKey&quot;: {&#xd;
8419                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
8420                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8421                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8422                                                                 &quot;localName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseState&quot;&#xd;
8423                                                             },&#xd;
8424                                                             &quot;trigger&quot;: {&#xd;
8425                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseEvent&quot;,&#xd;
8426                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8427                                                             },&#xd;
8428                                                             &quot;stateOutputs&quot;: {&#xd;
8429                                                                 &quot;entry&quot;: [&#xd;
8430                                                                     {&#xd;
8431                                                                         &quot;key&quot;: &quot;ConfigModifyFailureResponseOutput&quot;,&#xd;
8432                                                                         &quot;value&quot;: {&#xd;
8433                                                                             &quot;key&quot;: {&#xd;
8434                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
8435                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8436                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseState&quot;,&#xd;
8437                                                                                 &quot;localName&quot;: &quot;ConfigModifyFailureResponseOutput&quot;&#xd;
8438                                                                             },&#xd;
8439                                                                             &quot;outgoingEvent&quot;: {&#xd;
8440                                                                                 &quot;name&quot;: &quot;SimpleCL_LogStatusEvent&quot;,&#xd;
8441                                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8442                                                                             },&#xd;
8443                                                                             &quot;nextState&quot;: {&#xd;
8444                                                                                 &quot;parentKeyName&quot;: &quot;NULL&quot;,&#xd;
8445                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.0&quot;,&#xd;
8446                                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8447                                                                                 &quot;localName&quot;: &quot;NULL&quot;&#xd;
8448                                                                             }&#xd;
8449                                                                         }&#xd;
8450                                                                     }&#xd;
8451                                                                 ]&#xd;
8452                                                             },&#xd;
8453                                                             &quot;contextAlbumReference&quot;: [],&#xd;
8454                                                             &quot;taskSelectionLogic&quot;: {&#xd;
8455                                                                 &quot;key&quot;: &quot;NULL&quot;,&#xd;
8456                                                                 &quot;logicFlavour&quot;: &quot;UNDEFINED&quot;,&#xd;
8457                                                                 &quot;logic&quot;: &quot;&quot;&#xd;
8458                                                             },&#xd;
8459                                                             &quot;stateFinalizerLogicMap&quot;: {&#xd;
8460                                                                 &quot;entry&quot;: []&#xd;
8461                                                             },&#xd;
8462                                                             &quot;defaultTask&quot;: {&#xd;
8463                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseTask&quot;,&#xd;
8464                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8465                                                             },&#xd;
8466                                                             &quot;taskReferences&quot;: {&#xd;
8467                                                                 &quot;entry&quot;: [&#xd;
8468                                                                     {&#xd;
8469                                                                         &quot;key&quot;: {&#xd;
8470                                                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseTask&quot;,&#xd;
8471                                                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8472                                                                         },&#xd;
8473                                                                         &quot;value&quot;: {&#xd;
8474                                                                             &quot;key&quot;: {&#xd;
8475                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
8476                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8477                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseState&quot;,&#xd;
8478                                                                                 &quot;localName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;&#xd;
8479                                                                             },&#xd;
8480                                                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
8481                                                                             &quot;output&quot;: {&#xd;
8482                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
8483                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8484                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseState&quot;,&#xd;
8485                                                                                 &quot;localName&quot;: &quot;ConfigModifyFailureResponseOutput&quot;&#xd;
8486                                                                             }&#xd;
8487                                                                         }&#xd;
8488                                                                     }&#xd;
8489                                                                 ]&#xd;
8490                                                             }&#xd;
8491                                                         }&#xd;
8492                                                     }&#xd;
8493                                                 ]&#xd;
8494                                             },&#xd;
8495                                             &quot;firstState&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseState&quot;&#xd;
8496                                         }&#xd;
8497                                     },&#xd;
8498                                     {&#xd;
8499                                         &quot;key&quot;: {&#xd;
8500                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
8501                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8502                                         },&#xd;
8503                                         &quot;value&quot;: {&#xd;
8504                                             &quot;policyKey&quot;: {&#xd;
8505                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
8506                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8507                                             },&#xd;
8508                                             &quot;template&quot;: &quot;Freestyle&quot;,&#xd;
8509                                             &quot;state&quot;: {&#xd;
8510                                                 &quot;entry&quot;: [&#xd;
8511                                                     {&#xd;
8512                                                         &quot;key&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseState&quot;,&#xd;
8513                                                         &quot;value&quot;: {&#xd;
8514                                                             &quot;stateKey&quot;: {&#xd;
8515                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
8516                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8517                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8518                                                                 &quot;localName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseState&quot;&#xd;
8519                                                             },&#xd;
8520                                                             &quot;trigger&quot;: {&#xd;
8521                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseEvent&quot;,&#xd;
8522                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8523                                                             },&#xd;
8524                                                             &quot;stateOutputs&quot;: {&#xd;
8525                                                                 &quot;entry&quot;: [&#xd;
8526                                                                     {&#xd;
8527                                                                         &quot;key&quot;: &quot;ConfigModifySuccessResponseOutput&quot;,&#xd;
8528                                                                         &quot;value&quot;: {&#xd;
8529                                                                             &quot;key&quot;: {&#xd;
8530                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
8531                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8532                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseState&quot;,&#xd;
8533                                                                                 &quot;localName&quot;: &quot;ConfigModifySuccessResponseOutput&quot;&#xd;
8534                                                                             },&#xd;
8535                                                                             &quot;outgoingEvent&quot;: {&#xd;
8536                                                                                 &quot;name&quot;: &quot;SimpleCL_LogStatusEvent&quot;,&#xd;
8537                                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8538                                                                             },&#xd;
8539                                                                             &quot;nextState&quot;: {&#xd;
8540                                                                                 &quot;parentKeyName&quot;: &quot;NULL&quot;,&#xd;
8541                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.0&quot;,&#xd;
8542                                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8543                                                                                 &quot;localName&quot;: &quot;NULL&quot;&#xd;
8544                                                                             }&#xd;
8545                                                                         }&#xd;
8546                                                                     }&#xd;
8547                                                                 ]&#xd;
8548                                                             },&#xd;
8549                                                             &quot;contextAlbumReference&quot;: [],&#xd;
8550                                                             &quot;taskSelectionLogic&quot;: {&#xd;
8551                                                                 &quot;key&quot;: &quot;NULL&quot;,&#xd;
8552                                                                 &quot;logicFlavour&quot;: &quot;UNDEFINED&quot;,&#xd;
8553                                                                 &quot;logic&quot;: &quot;&quot;&#xd;
8554                                                             },&#xd;
8555                                                             &quot;stateFinalizerLogicMap&quot;: {&#xd;
8556                                                                 &quot;entry&quot;: []&#xd;
8557                                                             },&#xd;
8558                                                             &quot;defaultTask&quot;: {&#xd;
8559                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseTask&quot;,&#xd;
8560                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8561                                                             },&#xd;
8562                                                             &quot;taskReferences&quot;: {&#xd;
8563                                                                 &quot;entry&quot;: [&#xd;
8564                                                                     {&#xd;
8565                                                                         &quot;key&quot;: {&#xd;
8566                                                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseTask&quot;,&#xd;
8567                                                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8568                                                                         },&#xd;
8569                                                                         &quot;value&quot;: {&#xd;
8570                                                                             &quot;key&quot;: {&#xd;
8571                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
8572                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8573                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseState&quot;,&#xd;
8574                                                                                 &quot;localName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;&#xd;
8575                                                                             },&#xd;
8576                                                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
8577                                                                             &quot;output&quot;: {&#xd;
8578                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
8579                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8580                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseState&quot;,&#xd;
8581                                                                                 &quot;localName&quot;: &quot;ConfigModifySuccessResponseOutput&quot;&#xd;
8582                                                                             }&#xd;
8583                                                                         }&#xd;
8584                                                                     }&#xd;
8585                                                                 ]&#xd;
8586                                                             }&#xd;
8587                                                         }&#xd;
8588                                                     }&#xd;
8589                                                 ]&#xd;
8590                                             },&#xd;
8591                                             &quot;firstState&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseState&quot;&#xd;
8592                                         }&#xd;
8593                                     },&#xd;
8594                                     {&#xd;
8595                                         &quot;key&quot;: {&#xd;
8596                                             &quot;name&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8597                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8598                                         },&#xd;
8599                                         &quot;value&quot;: {&#xd;
8600                                             &quot;policyKey&quot;: {&#xd;
8601                                                 &quot;name&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8602                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8603                                             },&#xd;
8604                                             &quot;template&quot;: &quot;Freestyle&quot;,&#xd;
8605                                             &quot;state&quot;: {&#xd;
8606                                                 &quot;entry&quot;: [&#xd;
8607                                                     {&#xd;
8608                                                         &quot;key&quot;: &quot;SimpleCL_ReceiveVesState&quot;,&#xd;
8609                                                         &quot;value&quot;: {&#xd;
8610                                                             &quot;stateKey&quot;: {&#xd;
8611                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8612                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8613                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8614                                                                 &quot;localName&quot;: &quot;SimpleCL_ReceiveVesState&quot;&#xd;
8615                                                             },&#xd;
8616                                                             &quot;trigger&quot;: {&#xd;
8617                                                                 &quot;name&quot;: &quot;SimpleCL_VesEvent&quot;,&#xd;
8618                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8619                                                             },&#xd;
8620                                                             &quot;stateOutputs&quot;: {&#xd;
8621                                                                 &quot;entry&quot;: [&#xd;
8622                                                                     {&#xd;
8623                                                                         &quot;key&quot;: &quot;VesOutput&quot;,&#xd;
8624                                                                         &quot;value&quot;: {&#xd;
8625                                                                             &quot;key&quot;: {&#xd;
8626                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8627                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8628                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveVesState&quot;,&#xd;
8629                                                                                 &quot;localName&quot;: &quot;VesOutput&quot;&#xd;
8630                                                                             },&#xd;
8631                                                                             &quot;outgoingEvent&quot;: {&#xd;
8632                                                                                 &quot;name&quot;: &quot;SimpleCL_AAIRequestEvent&quot;,&#xd;
8633                                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8634                                                                             },&#xd;
8635                                                                             &quot;nextState&quot;: {&#xd;
8636                                                                                 &quot;parentKeyName&quot;: &quot;NULL&quot;,&#xd;
8637                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.0&quot;,&#xd;
8638                                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8639                                                                                 &quot;localName&quot;: &quot;NULL&quot;&#xd;
8640                                                                             }&#xd;
8641                                                                         }&#xd;
8642                                                                     }&#xd;
8643                                                                 ]&#xd;
8644                                                             },&#xd;
8645                                                             &quot;contextAlbumReference&quot;: [],&#xd;
8646                                                             &quot;taskSelectionLogic&quot;: {&#xd;
8647                                                                 &quot;key&quot;: &quot;NULL&quot;,&#xd;
8648                                                                 &quot;logicFlavour&quot;: &quot;UNDEFINED&quot;,&#xd;
8649                                                                 &quot;logic&quot;: &quot;&quot;&#xd;
8650                                                             },&#xd;
8651                                                             &quot;stateFinalizerLogicMap&quot;: {&#xd;
8652                                                                 &quot;entry&quot;: []&#xd;
8653                                                             },&#xd;
8654                                                             &quot;defaultTask&quot;: {&#xd;
8655                                                                 &quot;name&quot;: &quot;SimpleCL_HandleVesEventTask&quot;,&#xd;
8656                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8657                                                             },&#xd;
8658                                                             &quot;taskReferences&quot;: {&#xd;
8659                                                                 &quot;entry&quot;: [&#xd;
8660                                                                     {&#xd;
8661                                                                         &quot;key&quot;: {&#xd;
8662                                                                             &quot;name&quot;: &quot;SimpleCL_HandleVesEventTask&quot;,&#xd;
8663                                                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8664                                                                         },&#xd;
8665                                                                         &quot;value&quot;: {&#xd;
8666                                                                             &quot;key&quot;: {&#xd;
8667                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8668                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8669                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveVesState&quot;,&#xd;
8670                                                                                 &quot;localName&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;&#xd;
8671                                                                             },&#xd;
8672                                                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
8673                                                                             &quot;output&quot;: {&#xd;
8674                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8675                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8676                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveVesState&quot;,&#xd;
8677                                                                                 &quot;localName&quot;: &quot;VesOutput&quot;&#xd;
8678                                                                             }&#xd;
8679                                                                         }&#xd;
8680                                                                     }&#xd;
8681                                                                 ]&#xd;
8682                                                             }&#xd;
8683                                                         }&#xd;
8684                                                     }&#xd;
8685                                                 ]&#xd;
8686                                             },&#xd;
8687                                             &quot;firstState&quot;: &quot;SimpleCL_ReceiveVesState&quot;&#xd;
8688                                         }&#xd;
8689                                     }&#xd;
8690                                 ]&#xd;
8691                             }&#xd;
8692                         },&#xd;
8693                         &quot;tasks&quot;: {&#xd;
8694                             &quot;key&quot;: {&#xd;
8695                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Tasks&quot;,&#xd;
8696                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8697                             },&#xd;
8698                             &quot;taskMap&quot;: {&#xd;
8699                                 &quot;entry&quot;: [&#xd;
8700                                     {&#xd;
8701                                         &quot;key&quot;: {&#xd;
8702                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseTask&quot;,&#xd;
8703                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8704                                         },&#xd;
8705                                         &quot;value&quot;: {&#xd;
8706                                             &quot;key&quot;: {&#xd;
8707                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseTask&quot;,&#xd;
8708                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8709                                             },&#xd;
8710                                             &quot;inputFields&quot;: {&#xd;
8711                                                 &quot;entry&quot;: [&#xd;
8712                                                     {&#xd;
8713                                                         &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
8714                                                         &quot;value&quot;: {&#xd;
8715                                                             &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
8716                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8717                                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
8718                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8719                                                             },&#xd;
8720                                                             &quot;optional&quot;: false&#xd;
8721                                                         }&#xd;
8722                                                     },&#xd;
8723                                                     {&#xd;
8724                                                         &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
8725                                                         &quot;value&quot;: {&#xd;
8726                                                             &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
8727                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8728                                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseCommonHeaderType&quot;,&#xd;
8729                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8730                                                             },&#xd;
8731                                                             &quot;optional&quot;: false&#xd;
8732                                                         }&#xd;
8733                                                     },&#xd;
8734                                                     {&#xd;
8735                                                         &quot;key&quot;: &quot;payload&quot;,&#xd;
8736                                                         &quot;value&quot;: {&#xd;
8737                                                             &quot;key&quot;: &quot;payload&quot;,&#xd;
8738                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8739                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&quot;,&#xd;
8740                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8741                                                             },&#xd;
8742                                                             &quot;optional&quot;: false&#xd;
8743                                                         }&#xd;
8744                                                     },&#xd;
8745                                                     {&#xd;
8746                                                         &quot;key&quot;: &quot;status&quot;,&#xd;
8747                                                         &quot;value&quot;: {&#xd;
8748                                                             &quot;key&quot;: &quot;status&quot;,&#xd;
8749                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8750                                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseStatusType&quot;,&#xd;
8751                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8752                                                             },&#xd;
8753                                                             &quot;optional&quot;: false&#xd;
8754                                                         }&#xd;
8755                                                     }&#xd;
8756                                                 ]&#xd;
8757                                             },&#xd;
8758                                             &quot;outputFields&quot;: {&#xd;
8759                                                 &quot;entry&quot;: [&#xd;
8760                                                     {&#xd;
8761                                                         &quot;key&quot;: &quot;message&quot;,&#xd;
8762                                                         &quot;value&quot;: {&#xd;
8763                                                             &quot;key&quot;: &quot;message&quot;,&#xd;
8764                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8765                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8766                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8767                                                             },&#xd;
8768                                                             &quot;optional&quot;: false&#xd;
8769                                                         }&#xd;
8770                                                     }&#xd;
8771                                                 ]&#xd;
8772                                             },&#xd;
8773                                             &quot;taskParameters&quot;: {&#xd;
8774                                                 &quot;entry&quot;: []&#xd;
8775                                             },&#xd;
8776                                             &quot;contextAlbumReference&quot;: [&#xd;
8777                                                 {&#xd;
8778                                                     &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
8779                                                     &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8780                                                 }&#xd;
8781                                             ],&#xd;
8782                                             &quot;taskLogic&quot;: {&#xd;
8783                                                 &quot;key&quot;: &quot;TaskLogic&quot;,&#xd;
8784                                                 &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
8785                                                 &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;
8786                                             }&#xd;
8787                                         }&#xd;
8788                                     },&#xd;
8789                                     {&#xd;
8790                                         &quot;key&quot;: {&#xd;
8791                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseTask&quot;,&#xd;
8792                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8793                                         },&#xd;
8794                                         &quot;value&quot;: {&#xd;
8795                                             &quot;key&quot;: {&#xd;
8796                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseTask&quot;,&#xd;
8797                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8798                                             },&#xd;
8799                                             &quot;inputFields&quot;: {&#xd;
8800                                                 &quot;entry&quot;: [&#xd;
8801                                                     {&#xd;
8802                                                         &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
8803                                                         &quot;value&quot;: {&#xd;
8804                                                             &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
8805                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8806                                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
8807                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8808                                                             },&#xd;
8809                                                             &quot;optional&quot;: false&#xd;
8810                                                         }&#xd;
8811                                                     },&#xd;
8812                                                     {&#xd;
8813                                                         &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
8814                                                         &quot;value&quot;: {&#xd;
8815                                                             &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
8816                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8817                                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseCommonHeaderType&quot;,&#xd;
8818                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8819                                                             },&#xd;
8820                                                             &quot;optional&quot;: false&#xd;
8821                                                         }&#xd;
8822                                                     },&#xd;
8823                                                     {&#xd;
8824                                                         &quot;key&quot;: &quot;payload&quot;,&#xd;
8825                                                         &quot;value&quot;: {&#xd;
8826                                                             &quot;key&quot;: &quot;payload&quot;,&#xd;
8827                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8828                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyResponsePayloadType&quot;,&#xd;
8829                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8830                                                             },&#xd;
8831                                                             &quot;optional&quot;: false&#xd;
8832                                                         }&#xd;
8833                                                     },&#xd;
8834                                                     {&#xd;
8835                                                         &quot;key&quot;: &quot;status&quot;,&#xd;
8836                                                         &quot;value&quot;: {&#xd;
8837                                                             &quot;key&quot;: &quot;status&quot;,&#xd;
8838                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8839                                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseStatusType&quot;,&#xd;
8840                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8841                                                             },&#xd;
8842                                                             &quot;optional&quot;: false&#xd;
8843                                                         }&#xd;
8844                                                     }&#xd;
8845                                                 ]&#xd;
8846                                             },&#xd;
8847                                             &quot;outputFields&quot;: {&#xd;
8848                                                 &quot;entry&quot;: [&#xd;
8849                                                     {&#xd;
8850                                                         &quot;key&quot;: &quot;message&quot;,&#xd;
8851                                                         &quot;value&quot;: {&#xd;
8852                                                             &quot;key&quot;: &quot;message&quot;,&#xd;
8853                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8854                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8855                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8856                                                             },&#xd;
8857                                                             &quot;optional&quot;: false&#xd;
8858                                                         }&#xd;
8859                                                     }&#xd;
8860                                                 ]&#xd;
8861                                             },&#xd;
8862                                             &quot;taskParameters&quot;: {&#xd;
8863                                                 &quot;entry&quot;: []&#xd;
8864                                             },&#xd;
8865                                             &quot;contextAlbumReference&quot;: [&#xd;
8866                                                 {&#xd;
8867                                                     &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
8868                                                     &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8869                                                 }&#xd;
8870                                             ],&#xd;
8871                                             &quot;taskLogic&quot;: {&#xd;
8872                                                 &quot;key&quot;: &quot;TaskLogic&quot;,&#xd;
8873                                                 &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
8874                                                 &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;
8875                                             }&#xd;
8876                                         }&#xd;
8877                                     },&#xd;
8878                                     {&#xd;
8879                                         &quot;key&quot;: {&#xd;
8880                                             &quot;name&quot;: &quot;SimpleCL_HandleAAIFailureResponseTask&quot;,&#xd;
8881                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8882                                         },&#xd;
8883                                         &quot;value&quot;: {&#xd;
8884                                             &quot;key&quot;: {&#xd;
8885                                                 &quot;name&quot;: &quot;SimpleCL_HandleAAIFailureResponseTask&quot;,&#xd;
8886                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8887                                             },&#xd;
8888                                             &quot;inputFields&quot;: {&#xd;
8889                                                 &quot;entry&quot;: [&#xd;
8890                                                     {&#xd;
8891                                                         &quot;key&quot;: &quot;requestError&quot;,&#xd;
8892                                                         &quot;value&quot;: {&#xd;
8893                                                             &quot;key&quot;: &quot;requestError&quot;,&#xd;
8894                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8895                                                                 &quot;name&quot;: &quot;SimpleCL_AAIRequestErrorType&quot;,&#xd;
8896                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8897                                                             },&#xd;
8898                                                             &quot;optional&quot;: false&#xd;
8899                                                         }&#xd;
8900                                                     }&#xd;
8901                                                 ]&#xd;
8902                                             },&#xd;
8903                                             &quot;outputFields&quot;: {&#xd;
8904                                                 &quot;entry&quot;: [&#xd;
8905                                                     {&#xd;
8906                                                         &quot;key&quot;: &quot;message&quot;,&#xd;
8907                                                         &quot;value&quot;: {&#xd;
8908                                                             &quot;key&quot;: &quot;message&quot;,&#xd;
8909                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8910                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8911                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8912                                                             },&#xd;
8913                                                             &quot;optional&quot;: false&#xd;
8914                                                         }&#xd;
8915                                                     }&#xd;
8916                                                 ]&#xd;
8917                                             },&#xd;
8918                                             &quot;taskParameters&quot;: {&#xd;
8919                                                 &quot;entry&quot;: []&#xd;
8920                                             },&#xd;
8921                                             &quot;contextAlbumReference&quot;: [&#xd;
8922                                                 {&#xd;
8923                                                     &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
8924                                                     &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8925                                                 }&#xd;
8926                                             ],&#xd;
8927                                             &quot;taskLogic&quot;: {&#xd;
8928                                                 &quot;key&quot;: &quot;TaskLogic&quot;,&#xd;
8929                                                 &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
8930                                                 &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;
8931                                             }&#xd;
8932                                         }&#xd;
8933                                     },&#xd;
8934                                     {&#xd;
8935                                         &quot;key&quot;: {&#xd;
8936                                             &quot;name&quot;: &quot;SimpleCL_HandleAAISuccessResponseTask&quot;,&#xd;
8937                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8938                                         },&#xd;
8939                                         &quot;value&quot;: {&#xd;
8940                                             &quot;key&quot;: {&#xd;
8941                                                 &quot;name&quot;: &quot;SimpleCL_HandleAAISuccessResponseTask&quot;,&#xd;
8942                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8943                                             },&#xd;
8944                                             &quot;inputFields&quot;: {&#xd;
8945                                                 &quot;entry&quot;: [&#xd;
8946                                                     {&#xd;
8947                                                         &quot;key&quot;: &quot;equip-model&quot;,&#xd;
8948                                                         &quot;value&quot;: {&#xd;
8949                                                             &quot;key&quot;: &quot;equip-model&quot;,&#xd;
8950                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8951                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8952                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8953                                                             },&#xd;
8954                                                             &quot;optional&quot;: false&#xd;
8955                                                         }&#xd;
8956                                                     },&#xd;
8957                                                     {&#xd;
8958                                                         &quot;key&quot;: &quot;equip-type&quot;,&#xd;
8959                                                         &quot;value&quot;: {&#xd;
8960                                                             &quot;key&quot;: &quot;equip-type&quot;,&#xd;
8961                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8962                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8963                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8964                                                             },&#xd;
8965                                                             &quot;optional&quot;: false&#xd;
8966                                                         }&#xd;
8967                                                     },&#xd;
8968                                                     {&#xd;
8969                                                         &quot;key&quot;: &quot;equip-vendor&quot;,&#xd;
8970                                                         &quot;value&quot;: {&#xd;
8971                                                             &quot;key&quot;: &quot;equip-vendor&quot;,&#xd;
8972                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8973                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8974                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8975                                                             },&#xd;
8976                                                             &quot;optional&quot;: false&#xd;
8977                                                         }&#xd;
8978                                                     },&#xd;
8979                                                     {&#xd;
8980                                                         &quot;key&quot;: &quot;in-maint&quot;,&#xd;
8981                                                         &quot;value&quot;: {&#xd;
8982                                                             &quot;key&quot;: &quot;in-maint&quot;,&#xd;
8983                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8984                                                                 &quot;name&quot;: &quot;SimpleBooleanType&quot;,&#xd;
8985                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8986                                                             },&#xd;
8987                                                             &quot;optional&quot;: false&#xd;
8988                                                         }&#xd;
8989                                                     },&#xd;
8990                                                     {&#xd;
8991                                                         &quot;key&quot;: &quot;ipaddress-v4-oam&quot;,&#xd;
8992                                                         &quot;value&quot;: {&#xd;
8993                                                             &quot;key&quot;: &quot;ipaddress-v4-oam&quot;,&#xd;
8994                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8995                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8996                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8997                                                             },&#xd;
8998                                                             &quot;optional&quot;: false&#xd;
8999                                                         }&#xd;
9000                                                     },&#xd;
9001                                                     {&#xd;
9002                                                         &quot;key&quot;: &quot;ipaddress-v6-oam&quot;,&#xd;
9003                                                         &quot;value&quot;: {&#xd;
9004                                                             &quot;key&quot;: &quot;ipaddress-v6-oam&quot;,&#xd;
9005                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9006                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9007                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9008                                                             },&#xd;
9009                                                             &quot;optional&quot;: false&#xd;
9010                                                         }&#xd;
9011                                                     },&#xd;
9012                                                     {&#xd;
9013                                                         &quot;key&quot;: &quot;management-option&quot;,&#xd;
9014                                                         &quot;value&quot;: {&#xd;
9015                                                             &quot;key&quot;: &quot;management-option&quot;,&#xd;
9016                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9017                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9018                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9019                                                             },&#xd;
9020                                                             &quot;optional&quot;: false&#xd;
9021                                                         }&#xd;
9022                                                     },&#xd;
9023                                                     {&#xd;
9024                                                         &quot;key&quot;: &quot;pnf-id&quot;,&#xd;
9025                                                         &quot;value&quot;: {&#xd;
9026                                                             &quot;key&quot;: &quot;pnf-id&quot;,&#xd;
9027                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9028                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9029                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9030                                                             },&#xd;
9031                                                             &quot;optional&quot;: false&#xd;
9032                                                         }&#xd;
9033                                                     },&#xd;
9034                                                     {&#xd;
9035                                                         &quot;key&quot;: &quot;pnf-name&quot;,&#xd;
9036                                                         &quot;value&quot;: {&#xd;
9037                                                             &quot;key&quot;: &quot;pnf-name&quot;,&#xd;
9038                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9039                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9040                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9041                                                             },&#xd;
9042                                                             &quot;optional&quot;: false&#xd;
9043                                                         }&#xd;
9044                                                     },&#xd;
9045                                                     {&#xd;
9046                                                         &quot;key&quot;: &quot;pnf-name2&quot;,&#xd;
9047                                                         &quot;value&quot;: {&#xd;
9048                                                             &quot;key&quot;: &quot;pnf-name2&quot;,&#xd;
9049                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9050                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9051                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9052                                                             },&#xd;
9053                                                             &quot;optional&quot;: false&#xd;
9054                                                         }&#xd;
9055                                                     },&#xd;
9056                                                     {&#xd;
9057                                                         &quot;key&quot;: &quot;resource-version&quot;,&#xd;
9058                                                         &quot;value&quot;: {&#xd;
9059                                                             &quot;key&quot;: &quot;resource-version&quot;,&#xd;
9060                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9061                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9062                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9063                                                             },&#xd;
9064                                                             &quot;optional&quot;: false&#xd;
9065                                                         }&#xd;
9066                                                     }&#xd;
9067                                                 ]&#xd;
9068                                             },&#xd;
9069                                             &quot;outputFields&quot;: {&#xd;
9070                                                 &quot;entry&quot;: [&#xd;
9071                                                     {&#xd;
9072                                                         &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9073                                                         &quot;value&quot;: {&#xd;
9074                                                             &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9075                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9076                                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
9077                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9078                                                             },&#xd;
9079                                                             &quot;optional&quot;: false&#xd;
9080                                                         }&#xd;
9081                                                     },&#xd;
9082                                                     {&#xd;
9083                                                         &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9084                                                         &quot;value&quot;: {&#xd;
9085                                                             &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9086                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9087                                                                 &quot;name&quot;: &quot;SimpleCL_CDSRequestCommonHeaderType&quot;,&#xd;
9088                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9089                                                             },&#xd;
9090                                                             &quot;optional&quot;: false&#xd;
9091                                                         }&#xd;
9092                                                     },&#xd;
9093                                                     {&#xd;
9094                                                         &quot;key&quot;: &quot;payload&quot;,&#xd;
9095                                                         &quot;value&quot;: {&#xd;
9096                                                             &quot;key&quot;: &quot;payload&quot;,&#xd;
9097                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9098                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&quot;,&#xd;
9099                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9100                                                             },&#xd;
9101                                                             &quot;optional&quot;: false&#xd;
9102                                                         }&#xd;
9103                                                     }&#xd;
9104                                                 ]&#xd;
9105                                             },&#xd;
9106                                             &quot;taskParameters&quot;: {&#xd;
9107                                                 &quot;entry&quot;: []&#xd;
9108                                             },&#xd;
9109                                             &quot;contextAlbumReference&quot;: [&#xd;
9110                                                 {&#xd;
9111                                                     &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
9112                                                     &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9113                                                 }&#xd;
9114                                             ],&#xd;
9115                                             &quot;taskLogic&quot;: {&#xd;
9116                                                 &quot;key&quot;: &quot;TaskLogic&quot;,&#xd;
9117                                                 &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
9118                                                 &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;
9119                                             }&#xd;
9120                                         }&#xd;
9121                                     },&#xd;
9122                                     {&#xd;
9123                                         &quot;key&quot;: {&#xd;
9124                                             &quot;name&quot;: &quot;SimpleCL_HandleVesEventTask&quot;,&#xd;
9125                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9126                                         },&#xd;
9127                                         &quot;value&quot;: {&#xd;
9128                                             &quot;key&quot;: {&#xd;
9129                                                 &quot;name&quot;: &quot;SimpleCL_HandleVesEventTask&quot;,&#xd;
9130                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9131                                             },&#xd;
9132                                             &quot;inputFields&quot;: {&#xd;
9133                                                 &quot;entry&quot;: [&#xd;
9134                                                     {&#xd;
9135                                                         &quot;key&quot;: &quot;event&quot;,&#xd;
9136                                                         &quot;value&quot;: {&#xd;
9137                                                             &quot;key&quot;: &quot;event&quot;,&#xd;
9138                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9139                                                                 &quot;name&quot;: &quot;SimpleCL_VesEventType&quot;,&#xd;
9140                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9141                                                             },&#xd;
9142                                                             &quot;optional&quot;: false&#xd;
9143                                                         }&#xd;
9144                                                     }&#xd;
9145                                                 ]&#xd;
9146                                             },&#xd;
9147                                             &quot;outputFields&quot;: {&#xd;
9148                                                 &quot;entry&quot;: [&#xd;
9149                                                     {&#xd;
9150                                                         &quot;key&quot;: &quot;aaifield&quot;,&#xd;
9151                                                         &quot;value&quot;: {&#xd;
9152                                                             &quot;key&quot;: &quot;aaifield&quot;,&#xd;
9153                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9154                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9155                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9156                                                             },&#xd;
9157                                                             &quot;optional&quot;: false&#xd;
9158                                                         }&#xd;
9159                                                     }&#xd;
9160                                                 ]&#xd;
9161                                             },&#xd;
9162                                             &quot;taskParameters&quot;: {&#xd;
9163                                                 &quot;entry&quot;: []&#xd;
9164                                             },&#xd;
9165                                             &quot;contextAlbumReference&quot;: [&#xd;
9166                                                 {&#xd;
9167                                                     &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
9168                                                     &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9169                                                 }&#xd;
9170                                             ],&#xd;
9171                                             &quot;taskLogic&quot;: {&#xd;
9172                                                 &quot;key&quot;: &quot;TaskLogic&quot;,&#xd;
9173                                                 &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
9174                                                 &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;
9175                                             }&#xd;
9176                                         }&#xd;
9177                                     }&#xd;
9178                                 ]&#xd;
9179                             }&#xd;
9180                         },&#xd;
9181                         &quot;events&quot;: {&#xd;
9182                             &quot;key&quot;: {&#xd;
9183                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Events&quot;,&#xd;
9184                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9185                             },&#xd;
9186                             &quot;eventMap&quot;: {&#xd;
9187                                 &quot;entry&quot;: [&#xd;
9188                                     {&#xd;
9189                                         &quot;key&quot;: {&#xd;
9190                                             &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseEvent&quot;,&#xd;
9191                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9192                                         },&#xd;
9193                                         &quot;value&quot;: {&#xd;
9194                                             &quot;key&quot;: {&#xd;
9195                                                 &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseEvent&quot;,&#xd;
9196                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9197                                             },&#xd;
9198                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9199                                             &quot;source&quot;: &quot;AAI&quot;,&#xd;
9200                                             &quot;target&quot;: &quot;APEX&quot;,&#xd;
9201                                             &quot;parameter&quot;: {&#xd;
9202                                                 &quot;entry&quot;: [&#xd;
9203                                                     {&#xd;
9204                                                         &quot;key&quot;: &quot;requestError&quot;,&#xd;
9205                                                         &quot;value&quot;: {&#xd;
9206                                                             &quot;key&quot;: &quot;requestError&quot;,&#xd;
9207                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9208                                                                 &quot;name&quot;: &quot;SimpleCL_AAIRequestErrorType&quot;,&#xd;
9209                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9210                                                             },&#xd;
9211                                                             &quot;optional&quot;: false&#xd;
9212                                                         }&#xd;
9213                                                     }&#xd;
9214                                                 ]&#xd;
9215                                             },&#xd;
9216                                             &quot;toscaPolicyState&quot;: &quot;EXIT_FAILURE&quot;&#xd;
9217                                         }&#xd;
9218                                     },&#xd;
9219                                     {&#xd;
9220                                         &quot;key&quot;: {&#xd;
9221                                             &quot;name&quot;: &quot;SimpleCL_AAIRequestEvent&quot;,&#xd;
9222                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9223                                         },&#xd;
9224                                         &quot;value&quot;: {&#xd;
9225                                             &quot;key&quot;: {&#xd;
9226                                                 &quot;name&quot;: &quot;SimpleCL_AAIRequestEvent&quot;,&#xd;
9227                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9228                                             },&#xd;
9229                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9230                                             &quot;source&quot;: &quot;APEX&quot;,&#xd;
9231                                             &quot;target&quot;: &quot;AAI&quot;,&#xd;
9232                                             &quot;parameter&quot;: {&#xd;
9233                                                 &quot;entry&quot;: [&#xd;
9234                                                     {&#xd;
9235                                                         &quot;key&quot;: &quot;aaifield&quot;,&#xd;
9236                                                         &quot;value&quot;: {&#xd;
9237                                                             &quot;key&quot;: &quot;aaifield&quot;,&#xd;
9238                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9239                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9240                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9241                                                             },&#xd;
9242                                                             &quot;optional&quot;: false&#xd;
9243                                                         }&#xd;
9244                                                     }&#xd;
9245                                                 ]&#xd;
9246                                             },&#xd;
9247                                             &quot;toscaPolicyState&quot;: &quot;&quot;&#xd;
9248                                         }&#xd;
9249                                     },&#xd;
9250                                     {&#xd;
9251                                         &quot;key&quot;: {&#xd;
9252                                             &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseEvent&quot;,&#xd;
9253                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9254                                         },&#xd;
9255                                         &quot;value&quot;: {&#xd;
9256                                             &quot;key&quot;: {&#xd;
9257                                                 &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseEvent&quot;,&#xd;
9258                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9259                                             },&#xd;
9260                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9261                                             &quot;source&quot;: &quot;AAI&quot;,&#xd;
9262                                             &quot;target&quot;: &quot;APEX&quot;,&#xd;
9263                                             &quot;parameter&quot;: {&#xd;
9264                                                 &quot;entry&quot;: [&#xd;
9265                                                     {&#xd;
9266                                                         &quot;key&quot;: &quot;equip-model&quot;,&#xd;
9267                                                         &quot;value&quot;: {&#xd;
9268                                                             &quot;key&quot;: &quot;equip-model&quot;,&#xd;
9269                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9270                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9271                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9272                                                             },&#xd;
9273                                                             &quot;optional&quot;: false&#xd;
9274                                                         }&#xd;
9275                                                     },&#xd;
9276                                                     {&#xd;
9277                                                         &quot;key&quot;: &quot;equip-type&quot;,&#xd;
9278                                                         &quot;value&quot;: {&#xd;
9279                                                             &quot;key&quot;: &quot;equip-type&quot;,&#xd;
9280                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9281                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9282                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9283                                                             },&#xd;
9284                                                             &quot;optional&quot;: false&#xd;
9285                                                         }&#xd;
9286                                                     },&#xd;
9287                                                     {&#xd;
9288                                                         &quot;key&quot;: &quot;equip-vendor&quot;,&#xd;
9289                                                         &quot;value&quot;: {&#xd;
9290                                                             &quot;key&quot;: &quot;equip-vendor&quot;,&#xd;
9291                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9292                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9293                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9294                                                             },&#xd;
9295                                                             &quot;optional&quot;: false&#xd;
9296                                                         }&#xd;
9297                                                     },&#xd;
9298                                                     {&#xd;
9299                                                         &quot;key&quot;: &quot;in-maint&quot;,&#xd;
9300                                                         &quot;value&quot;: {&#xd;
9301                                                             &quot;key&quot;: &quot;in-maint&quot;,&#xd;
9302                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9303                                                                 &quot;name&quot;: &quot;SimpleBooleanType&quot;,&#xd;
9304                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9305                                                             },&#xd;
9306                                                             &quot;optional&quot;: false&#xd;
9307                                                         }&#xd;
9308                                                     },&#xd;
9309                                                     {&#xd;
9310                                                         &quot;key&quot;: &quot;ipaddress-v4-oam&quot;,&#xd;
9311                                                         &quot;value&quot;: {&#xd;
9312                                                             &quot;key&quot;: &quot;ipaddress-v4-oam&quot;,&#xd;
9313                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9314                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9315                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9316                                                             },&#xd;
9317                                                             &quot;optional&quot;: false&#xd;
9318                                                         }&#xd;
9319                                                     },&#xd;
9320                                                     {&#xd;
9321                                                         &quot;key&quot;: &quot;ipaddress-v6-oam&quot;,&#xd;
9322                                                         &quot;value&quot;: {&#xd;
9323                                                             &quot;key&quot;: &quot;ipaddress-v6-oam&quot;,&#xd;
9324                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9325                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9326                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9327                                                             },&#xd;
9328                                                             &quot;optional&quot;: false&#xd;
9329                                                         }&#xd;
9330                                                     },&#xd;
9331                                                     {&#xd;
9332                                                         &quot;key&quot;: &quot;management-option&quot;,&#xd;
9333                                                         &quot;value&quot;: {&#xd;
9334                                                             &quot;key&quot;: &quot;management-option&quot;,&#xd;
9335                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9336                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9337                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9338                                                             },&#xd;
9339                                                             &quot;optional&quot;: false&#xd;
9340                                                         }&#xd;
9341                                                     },&#xd;
9342                                                     {&#xd;
9343                                                         &quot;key&quot;: &quot;pnf-id&quot;,&#xd;
9344                                                         &quot;value&quot;: {&#xd;
9345                                                             &quot;key&quot;: &quot;pnf-id&quot;,&#xd;
9346                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9347                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9348                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9349                                                             },&#xd;
9350                                                             &quot;optional&quot;: false&#xd;
9351                                                         }&#xd;
9352                                                     },&#xd;
9353                                                     {&#xd;
9354                                                         &quot;key&quot;: &quot;pnf-name&quot;,&#xd;
9355                                                         &quot;value&quot;: {&#xd;
9356                                                             &quot;key&quot;: &quot;pnf-name&quot;,&#xd;
9357                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9358                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9359                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9360                                                             },&#xd;
9361                                                             &quot;optional&quot;: false&#xd;
9362                                                         }&#xd;
9363                                                     },&#xd;
9364                                                     {&#xd;
9365                                                         &quot;key&quot;: &quot;pnf-name2&quot;,&#xd;
9366                                                         &quot;value&quot;: {&#xd;
9367                                                             &quot;key&quot;: &quot;pnf-name2&quot;,&#xd;
9368                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9369                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9370                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9371                                                             },&#xd;
9372                                                             &quot;optional&quot;: false&#xd;
9373                                                         }&#xd;
9374                                                     },&#xd;
9375                                                     {&#xd;
9376                                                         &quot;key&quot;: &quot;resource-version&quot;,&#xd;
9377                                                         &quot;value&quot;: {&#xd;
9378                                                             &quot;key&quot;: &quot;resource-version&quot;,&#xd;
9379                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9380                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9381                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9382                                                             },&#xd;
9383                                                             &quot;optional&quot;: false&#xd;
9384                                                         }&#xd;
9385                                                     }&#xd;
9386                                                 ]&#xd;
9387                                             },&#xd;
9388                                             &quot;toscaPolicyState&quot;: &quot;&quot;&#xd;
9389                                         }&#xd;
9390                                     },&#xd;
9391                                     {&#xd;
9392                                         &quot;key&quot;: {&#xd;
9393                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseEvent&quot;,&#xd;
9394                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9395                                         },&#xd;
9396                                         &quot;value&quot;: {&#xd;
9397                                             &quot;key&quot;: {&#xd;
9398                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseEvent&quot;,&#xd;
9399                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9400                                             },&#xd;
9401                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9402                                             &quot;source&quot;: &quot;CDS&quot;,&#xd;
9403                                             &quot;target&quot;: &quot;APEX&quot;,&#xd;
9404                                             &quot;parameter&quot;: {&#xd;
9405                                                 &quot;entry&quot;: [&#xd;
9406                                                     {&#xd;
9407                                                         &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9408                                                         &quot;value&quot;: {&#xd;
9409                                                             &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9410                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9411                                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
9412                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9413                                                             },&#xd;
9414                                                             &quot;optional&quot;: false&#xd;
9415                                                         }&#xd;
9416                                                     },&#xd;
9417                                                     {&#xd;
9418                                                         &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9419                                                         &quot;value&quot;: {&#xd;
9420                                                             &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9421                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9422                                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseCommonHeaderType&quot;,&#xd;
9423                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9424                                                             },&#xd;
9425                                                             &quot;optional&quot;: false&#xd;
9426                                                         }&#xd;
9427                                                     },&#xd;
9428                                                     {&#xd;
9429                                                         &quot;key&quot;: &quot;payload&quot;,&#xd;
9430                                                         &quot;value&quot;: {&#xd;
9431                                                             &quot;key&quot;: &quot;payload&quot;,&#xd;
9432                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9433                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&quot;,&#xd;
9434                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9435                                                             },&#xd;
9436                                                             &quot;optional&quot;: false&#xd;
9437                                                         }&#xd;
9438                                                     },&#xd;
9439                                                     {&#xd;
9440                                                         &quot;key&quot;: &quot;status&quot;,&#xd;
9441                                                         &quot;value&quot;: {&#xd;
9442                                                             &quot;key&quot;: &quot;status&quot;,&#xd;
9443                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9444                                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseStatusType&quot;,&#xd;
9445                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9446                                                             },&#xd;
9447                                                             &quot;optional&quot;: false&#xd;
9448                                                         }&#xd;
9449                                                     }&#xd;
9450                                                 ]&#xd;
9451                                             },&#xd;
9452                                             &quot;toscaPolicyState&quot;: &quot;EXIT_FAILURE&quot;&#xd;
9453                                         }&#xd;
9454                                     },&#xd;
9455                                     {&#xd;
9456                                         &quot;key&quot;: {&#xd;
9457                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestEvent&quot;,&#xd;
9458                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9459                                         },&#xd;
9460                                         &quot;value&quot;: {&#xd;
9461                                             &quot;key&quot;: {&#xd;
9462                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestEvent&quot;,&#xd;
9463                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9464                                             },&#xd;
9465                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9466                                             &quot;source&quot;: &quot;APEX&quot;,&#xd;
9467                                             &quot;target&quot;: &quot;APEX&quot;,&#xd;
9468                                             &quot;parameter&quot;: {&#xd;
9469                                                 &quot;entry&quot;: [&#xd;
9470                                                     {&#xd;
9471                                                         &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9472                                                         &quot;value&quot;: {&#xd;
9473                                                             &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9474                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9475                                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
9476                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9477                                                             },&#xd;
9478                                                             &quot;optional&quot;: false&#xd;
9479                                                         }&#xd;
9480                                                     },&#xd;
9481                                                     {&#xd;
9482                                                         &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9483                                                         &quot;value&quot;: {&#xd;
9484                                                             &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9485                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9486                                                                 &quot;name&quot;: &quot;SimpleCL_CDSRequestCommonHeaderType&quot;,&#xd;
9487                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9488                                                             },&#xd;
9489                                                             &quot;optional&quot;: false&#xd;
9490                                                         }&#xd;
9491                                                     },&#xd;
9492                                                     {&#xd;
9493                                                         &quot;key&quot;: &quot;payload&quot;,&#xd;
9494                                                         &quot;value&quot;: {&#xd;
9495                                                             &quot;key&quot;: &quot;payload&quot;,&#xd;
9496                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9497                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&quot;,&#xd;
9498                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9499                                                             },&#xd;
9500                                                             &quot;optional&quot;: false&#xd;
9501                                                         }&#xd;
9502                                                     }&#xd;
9503                                                 ]&#xd;
9504                                             },&#xd;
9505                                             &quot;toscaPolicyState&quot;: &quot;&quot;&#xd;
9506                                         }&#xd;
9507                                     },&#xd;
9508                                     {&#xd;
9509                                         &quot;key&quot;: {&#xd;
9510                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseEvent&quot;,&#xd;
9511                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9512                                         },&#xd;
9513                                         &quot;value&quot;: {&#xd;
9514                                             &quot;key&quot;: {&#xd;
9515                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseEvent&quot;,&#xd;
9516                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9517                                             },&#xd;
9518                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9519                                             &quot;source&quot;: &quot;CDS&quot;,&#xd;
9520                                             &quot;target&quot;: &quot;APEX&quot;,&#xd;
9521                                             &quot;parameter&quot;: {&#xd;
9522                                                 &quot;entry&quot;: [&#xd;
9523                                                     {&#xd;
9524                                                         &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9525                                                         &quot;value&quot;: {&#xd;
9526                                                             &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9527                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9528                                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
9529                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9530                                                             },&#xd;
9531                                                             &quot;optional&quot;: false&#xd;
9532                                                         }&#xd;
9533                                                     },&#xd;
9534                                                     {&#xd;
9535                                                         &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9536                                                         &quot;value&quot;: {&#xd;
9537                                                             &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9538                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9539                                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseCommonHeaderType&quot;,&#xd;
9540                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9541                                                             },&#xd;
9542                                                             &quot;optional&quot;: false&#xd;
9543                                                         }&#xd;
9544                                                     },&#xd;
9545                                                     {&#xd;
9546                                                         &quot;key&quot;: &quot;payload&quot;,&#xd;
9547                                                         &quot;value&quot;: {&#xd;
9548                                                             &quot;key&quot;: &quot;payload&quot;,&#xd;
9549                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9550                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyResponsePayloadType&quot;,&#xd;
9551                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9552                                                             },&#xd;
9553                                                             &quot;optional&quot;: false&#xd;
9554                                                         }&#xd;
9555                                                     },&#xd;
9556                                                     {&#xd;
9557                                                         &quot;key&quot;: &quot;status&quot;,&#xd;
9558                                                         &quot;value&quot;: {&#xd;
9559                                                             &quot;key&quot;: &quot;status&quot;,&#xd;
9560                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9561                                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseStatusType&quot;,&#xd;
9562                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9563                                                             },&#xd;
9564                                                             &quot;optional&quot;: false&#xd;
9565                                                         }&#xd;
9566                                                     }&#xd;
9567                                                 ]&#xd;
9568                                             },&#xd;
9569                                             &quot;toscaPolicyState&quot;: &quot;EXIT_SUCCESS&quot;&#xd;
9570                                         }&#xd;
9571                                     },&#xd;
9572                                     {&#xd;
9573                                         &quot;key&quot;: {&#xd;
9574                                             &quot;name&quot;: &quot;SimpleCL_LogStatusEvent&quot;,&#xd;
9575                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9576                                         },&#xd;
9577                                         &quot;value&quot;: {&#xd;
9578                                             &quot;key&quot;: {&#xd;
9579                                                 &quot;name&quot;: &quot;SimpleCL_LogStatusEvent&quot;,&#xd;
9580                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9581                                             },&#xd;
9582                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9583                                             &quot;source&quot;: &quot;APEX&quot;,&#xd;
9584                                             &quot;target&quot;: &quot;DCAE&quot;,&#xd;
9585                                             &quot;parameter&quot;: {&#xd;
9586                                                 &quot;entry&quot;: [&#xd;
9587                                                     {&#xd;
9588                                                         &quot;key&quot;: &quot;message&quot;,&#xd;
9589                                                         &quot;value&quot;: {&#xd;
9590                                                             &quot;key&quot;: &quot;message&quot;,&#xd;
9591                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9592                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9593                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9594                                                             },&#xd;
9595                                                             &quot;optional&quot;: false&#xd;
9596                                                         }&#xd;
9597                                                     }&#xd;
9598                                                 ]&#xd;
9599                                             },&#xd;
9600                                             &quot;toscaPolicyState&quot;: &quot;&quot;&#xd;
9601                                         }&#xd;
9602                                     },&#xd;
9603                                     {&#xd;
9604                                         &quot;key&quot;: {&#xd;
9605                                             &quot;name&quot;: &quot;SimpleCL_VesEvent&quot;,&#xd;
9606                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9607                                         },&#xd;
9608                                         &quot;value&quot;: {&#xd;
9609                                             &quot;key&quot;: {&#xd;
9610                                                 &quot;name&quot;: &quot;SimpleCL_VesEvent&quot;,&#xd;
9611                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9612                                             },&#xd;
9613                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9614                                             &quot;source&quot;: &quot;DCAE&quot;,&#xd;
9615                                             &quot;target&quot;: &quot;APEX&quot;,&#xd;
9616                                             &quot;parameter&quot;: {&#xd;
9617                                                 &quot;entry&quot;: [&#xd;
9618                                                     {&#xd;
9619                                                         &quot;key&quot;: &quot;event&quot;,&#xd;
9620                                                         &quot;value&quot;: {&#xd;
9621                                                             &quot;key&quot;: &quot;event&quot;,&#xd;
9622                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9623                                                                 &quot;name&quot;: &quot;SimpleCL_VesEventType&quot;,&#xd;
9624                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9625                                                             },&#xd;
9626                                                             &quot;optional&quot;: false&#xd;
9627                                                         }&#xd;
9628                                                     }&#xd;
9629                                                 ]&#xd;
9630                                             },&#xd;
9631                                             &quot;toscaPolicyState&quot;: &quot;ENTRY&quot;&#xd;
9632                                         }&#xd;
9633                                     }&#xd;
9634                                 ]&#xd;
9635                             }&#xd;
9636                         },&#xd;
9637                         &quot;albums&quot;: {&#xd;
9638                             &quot;key&quot;: {&#xd;
9639                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Albums&quot;,&#xd;
9640                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9641                             },&#xd;
9642                             &quot;albums&quot;: {&#xd;
9643                                 &quot;entry&quot;: [&#xd;
9644                                     {&#xd;
9645                                         &quot;key&quot;: {&#xd;
9646                                             &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
9647                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9648                                         },&#xd;
9649                                         &quot;value&quot;: {&#xd;
9650                                             &quot;key&quot;: {&#xd;
9651                                                 &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
9652                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9653                                             },&#xd;
9654                                             &quot;scope&quot;: &quot;policy&quot;,&#xd;
9655                                             &quot;isWritable&quot;: true,&#xd;
9656                                             &quot;itemSchema&quot;: {&#xd;
9657                                                 &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbumType&quot;,&#xd;
9658                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9659                                             }&#xd;
9660                                         }&#xd;
9661                                     }&#xd;
9662                                 ]&#xd;
9663                             }&#xd;
9664                         },&#xd;
9665                         &quot;schemas&quot;: {&#xd;
9666                             &quot;key&quot;: {&#xd;
9667                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Schemas&quot;,&#xd;
9668                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9669                             },&#xd;
9670                             &quot;schemas&quot;: {&#xd;
9671                                 &quot;entry&quot;: [&#xd;
9672                                     {&#xd;
9673                                         &quot;key&quot;: {&#xd;
9674                                             &quot;name&quot;: &quot;SimpleBooleanType&quot;,&#xd;
9675                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9676                                         },&#xd;
9677                                         &quot;value&quot;: {&#xd;
9678                                             &quot;key&quot;: {&#xd;
9679                                                 &quot;name&quot;: &quot;SimpleBooleanType&quot;,&#xd;
9680                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9681                                             },&#xd;
9682                                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
9683                                             &quot;schemaDefinition&quot;: &quot;java.lang.Boolean&quot;&#xd;
9684                                         }&#xd;
9685                                     },&#xd;
9686                                     {&#xd;
9687                                         &quot;key&quot;: {&#xd;
9688                                             &quot;name&quot;: &quot;SimpleCL_AAIRequestErrorType&quot;,&#xd;
9689                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9690                                         },&#xd;
9691                                         &quot;value&quot;: {&#xd;
9692                                             &quot;key&quot;: {&#xd;
9693                                                 &quot;name&quot;: &quot;SimpleCL_AAIRequestErrorType&quot;,&#xd;
9694                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9695                                             },&#xd;
9696                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9697                                             &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;
9698                                         }&#xd;
9699                                     },&#xd;
9700                                     {&#xd;
9701                                         &quot;key&quot;: {&#xd;
9702                                             &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
9703                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9704                                         },&#xd;
9705                                         &quot;value&quot;: {&#xd;
9706                                             &quot;key&quot;: {&#xd;
9707                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
9708                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9709                                             },&#xd;
9710                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9711                                             &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;
9712                                         }&#xd;
9713                                     },&#xd;
9714                                     {&#xd;
9715                                         &quot;key&quot;: {&#xd;
9716                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&quot;,&#xd;
9717                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9718                                         },&#xd;
9719                                         &quot;value&quot;: {&#xd;
9720                                             &quot;key&quot;: {&#xd;
9721                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&quot;,&#xd;
9722                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9723                                             },&#xd;
9724                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9725                                             &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;
9726                                         }&#xd;
9727                                     },&#xd;
9728                                     {&#xd;
9729                                         &quot;key&quot;: {&#xd;
9730                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyResponsePayloadType&quot;,&#xd;
9731                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9732                                         },&#xd;
9733                                         &quot;value&quot;: {&#xd;
9734                                             &quot;key&quot;: {&#xd;
9735                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyResponsePayloadType&quot;,&#xd;
9736                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9737                                             },&#xd;
9738                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9739                                             &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;
9740                                         }&#xd;
9741                                     },&#xd;
9742                                     {&#xd;
9743                                         &quot;key&quot;: {&#xd;
9744                                             &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseCommonHeaderType&quot;,&#xd;
9745                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9746                                         },&#xd;
9747                                         &quot;value&quot;: {&#xd;
9748                                             &quot;key&quot;: {&#xd;
9749                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseCommonHeaderType&quot;,&#xd;
9750                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9751                                             },&#xd;
9752                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9753                                             &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;
9754                                         }&#xd;
9755                                     },&#xd;
9756                                     {&#xd;
9757                                         &quot;key&quot;: {&#xd;
9758                                             &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseStatusType&quot;,&#xd;
9759                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9760                                         },&#xd;
9761                                         &quot;value&quot;: {&#xd;
9762                                             &quot;key&quot;: {&#xd;
9763                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseStatusType&quot;,&#xd;
9764                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9765                                             },&#xd;
9766                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9767                                             &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;
9768                                         }&#xd;
9769                                     },&#xd;
9770                                     {&#xd;
9771                                         &quot;key&quot;: {&#xd;
9772                                             &quot;name&quot;: &quot;SimpleCL_CDSRequestCommonHeaderType&quot;,&#xd;
9773                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9774                                         },&#xd;
9775                                         &quot;value&quot;: {&#xd;
9776                                             &quot;key&quot;: {&#xd;
9777                                                 &quot;name&quot;: &quot;SimpleCL_CDSRequestCommonHeaderType&quot;,&#xd;
9778                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9779                                             },&#xd;
9780                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9781                                             &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;
9782                                         }&#xd;
9783                                     },&#xd;
9784                                     {&#xd;
9785                                         &quot;key&quot;: {&#xd;
9786                                             &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseCommonHeaderType&quot;,&#xd;
9787                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9788                                         },&#xd;
9789                                         &quot;value&quot;: {&#xd;
9790                                             &quot;key&quot;: {&#xd;
9791                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseCommonHeaderType&quot;,&#xd;
9792                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9793                                             },&#xd;
9794                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9795                                             &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;
9796                                         }&#xd;
9797                                     },&#xd;
9798                                     {&#xd;
9799                                         &quot;key&quot;: {&#xd;
9800                                             &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseStatusType&quot;,&#xd;
9801                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9802                                         },&#xd;
9803                                         &quot;value&quot;: {&#xd;
9804                                             &quot;key&quot;: {&#xd;
9805                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseStatusType&quot;,&#xd;
9806                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9807                                             },&#xd;
9808                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9809                                             &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;
9810                                         }&#xd;
9811                                     },&#xd;
9812                                     {&#xd;
9813                                         &quot;key&quot;: {&#xd;
9814                                             &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbumType&quot;,&#xd;
9815                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9816                                         },&#xd;
9817                                         &quot;value&quot;: {&#xd;
9818                                             &quot;key&quot;: {&#xd;
9819                                                 &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbumType&quot;,&#xd;
9820                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9821                                             },&#xd;
9822                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9823                                             &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;
9824                                         }&#xd;
9825                                     },&#xd;
9826                                     {&#xd;
9827                                         &quot;key&quot;: {&#xd;
9828                                             &quot;name&quot;: &quot;SimpleCL_VesEventType&quot;,&#xd;
9829                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9830                                         },&#xd;
9831                                         &quot;value&quot;: {&#xd;
9832                                             &quot;key&quot;: {&#xd;
9833                                                 &quot;name&quot;: &quot;SimpleCL_VesEventType&quot;,&#xd;
9834                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9835                                             },&#xd;
9836                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9837                                             &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;
9838                                         }&#xd;
9839                                     },&#xd;
9840                                     {&#xd;
9841                                         &quot;key&quot;: {&#xd;
9842                                             &quot;name&quot;: &quot;SimpleLongType&quot;,&#xd;
9843                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9844                                         },&#xd;
9845                                         &quot;value&quot;: {&#xd;
9846                                             &quot;key&quot;: {&#xd;
9847                                                 &quot;name&quot;: &quot;SimpleLongType&quot;,&#xd;
9848                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9849                                             },&#xd;
9850                                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
9851                                             &quot;schemaDefinition&quot;: &quot;java.lang.Long&quot;&#xd;
9852                                         }&#xd;
9853                                     },&#xd;
9854                                     {&#xd;
9855                                         &quot;key&quot;: {&#xd;
9856                                             &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9857                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9858                                         },&#xd;
9859                                         &quot;value&quot;: {&#xd;
9860                                             &quot;key&quot;: {&#xd;
9861                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9862                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9863                                             },&#xd;
9864                                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
9865                                             &quot;schemaDefinition&quot;: &quot;java.lang.String&quot;&#xd;
9866                                         }&#xd;
9867                                     }&#xd;
9868                                 ]&#xd;
9869                             }&#xd;
9870                         }&#xd;
9871                     }&#xd;
9872                 }&#xd;
9873             }&#xd;
9874         }&#xd;
9875     }&#xd;
9876 }</stringProp>
9877                 <stringProp name="Argument.metadata">=</stringProp>
9878               </elementProp>
9879             </collectionProp>
9880           </elementProp>
9881         </HTTPSamplerProxy>
9882         <hashTree>
9883           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
9884             <collectionProp name="Asserion.test_strings">
9885               <stringProp name="49586">200</stringProp>
9886             </collectionProp>
9887             <stringProp name="Assertion.custom_message"></stringProp>
9888             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
9889             <boolProp name="Assertion.assume_success">false</boolProp>
9890             <intProp name="Assertion.test_type">1</intProp>
9891           </ResponseAssertion>
9892           <hashTree/>
9893         </hashTree>
9894         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Create Policy for sampleGroup">
9895           <intProp name="HTTPSampler.concurrentPool">6</intProp>
9896           <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp>
9897           <stringProp name="HTTPSampler.port">${API_PORT}</stringProp>
9898           <stringProp name="HTTPSampler.protocol">http</stringProp>
9899           <stringProp name="HTTPSampler.path">/policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Apex/versions/1.0.0/policies</stringProp>
9900           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
9901           <stringProp name="HTTPSampler.method">POST</stringProp>
9902           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
9903           <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
9904           <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
9905             <collectionProp name="Arguments.arguments">
9906               <elementProp name="" elementType="HTTPArgument">
9907                 <boolProp name="HTTPArgument.always_encode">false</boolProp>
9908                 <stringProp name="Argument.value">{&#xd;
9909     &quot;tosca_definitions_version&quot;: &quot;tosca_simple_yaml_1_1_0&quot;,&#xd;
9910     &quot;topology_template&quot;: {&#xd;
9911         &quot;policies&quot;: [&#xd;
9912             {&#xd;
9913                 &quot;operational.apex.stabilityTestSampleDomain&quot;: {&#xd;
9914                     &quot;type&quot;: &quot;onap.policies.native.Apex&quot;,&#xd;
9915                     &quot;type_version&quot;: &quot;1.0.0&quot;,&#xd;
9916                     &quot;name&quot;: &quot;operational.apex.stabilityTestSampleDomain&quot;,&#xd;
9917                     &quot;version&quot;: &quot;1.0.0&quot;,&#xd;
9918                     &quot;metadata&quot;: {&#xd;
9919                         &quot;metadataSetName&quot;: &quot;apex.metadata.pnf&quot;,&#xd;
9920                         &quot;metadataSetVersion&quot;: &quot;1.0.0&quot;&#xd;
9921                     },&#xd;
9922                     &quot;properties&quot;: {&#xd;
9923                         &quot;engineServiceParameters&quot;: {&#xd;
9924                             &quot;name&quot;: &quot;TestApexEnginePnf&quot;,&#xd;
9925                             &quot;version&quot;: &quot;0.0.1&quot;,&#xd;
9926                             &quot;id&quot;: 45,&#xd;
9927                             &quot;instanceCount&quot;: 4,&#xd;
9928                             &quot;deploymentPort&quot;: 12561,&#xd;
9929                             &quot;engineParameters&quot;: {&#xd;
9930                                 &quot;executorParameters&quot;: {&#xd;
9931                                     &quot;JAVASCRIPT&quot;: {&#xd;
9932                                         &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.executor.javascript.JavascriptExecutorParameters&quot;&#xd;
9933                                     }&#xd;
9934                                 },&#xd;
9935                                 &quot;contextParameters&quot;: {&#xd;
9936                                     &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.context.parameters.ContextParameters&quot;,&#xd;
9937                                     &quot;schemaParameters&quot;: {&#xd;
9938                                         &quot;Avro&quot;: {&#xd;
9939                                             &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.context.schema.avro.AvroSchemaHelperParameters&quot;&#xd;
9940                                         }&#xd;
9941                                     }&#xd;
9942                                 },&#xd;
9943                                 &quot;taskParameters&quot;: [&#xd;
9944                                     {&#xd;
9945                                         &quot;key&quot;: &quot;logUrl&quot;,&#xd;
9946                                         &quot;value&quot;: &quot;http://kafka:9092/events/apex-cl-mgmt&quot;&#xd;
9947                                     }&#xd;
9948                                 ]&#xd;
9949                             }&#xd;
9950                         },&#xd;
9951                         &quot;eventInputParameters&quot;: {&#xd;
9952                             &quot;SimpleCL_DCAEConsumer&quot;: {&#xd;
9953                                 &quot;carrierTechnologyParameters&quot;: {&#xd;
9954                                   &quot;carrierTechnology&quot;: &quot;KAFKA&quot;,&#xd;
9955                                   &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.event.carrier.kafka.KafkaCarrierTechnologyParameters&quot;,&#xd;
9956                                   &quot;parameters&quot;: {&#xd;
9957                                     &quot;bootstrapServers&quot;: &quot;kafka:9092&quot;,&#xd;
9958                                     &quot;acks&quot;: &quot;all&quot;,&#xd;
9959                                     &quot;retries&quot;: 0,&#xd;
9960                                     &quot;batchSize&quot;: 16384,&#xd;
9961                                     &quot;lingerTime&quot;: 1,&#xd;
9962                                     &quot;bufferMemory&quot;: 33554432,&#xd;
9963                                     &quot;producerTopic&quot;: &quot;apex-cl-mgt2&quot;,&#xd;
9964                                     &quot;keySerializer&quot;: &quot;org.apache.kafka.common.serialization.StringSerializer&quot;,&#xd;
9965                                     &quot;valueSerializer&quot;: &quot;org.apache.kafka.common.serialization.StringSerializer&quot;,&#xd;
9966                                     &quot;kafkaProperties&quot;: [&#xd;
9967 &#xd;
9968                                     ]&#xd;
9969                                   }&#xd;
9970                                 },&#xd;
9971                                 &quot;eventProtocolParameters&quot;: {&#xd;
9972                                     &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
9973                                 },&#xd;
9974                                 &quot;eventName&quot;: &quot;SimpleCL_VesEvent&quot;&#xd;
9975                             },&#xd;
9976                             &quot;SimpleCL_AAIResponseConsumer&quot;: {&#xd;
9977                                 &quot;carrierTechnologyParameters&quot;: {&#xd;
9978                                     &quot;carrierTechnology&quot;: &quot;RESTREQUESTOR&quot;,&#xd;
9979                                     &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.event.carrier.restrequestor.RestRequestorCarrierTechnologyParameters&quot;,&#xd;
9980                                     &quot;parameters&quot;: {&#xd;
9981                                         &quot;url&quot;: &quot;https://aai:8443/aai/v14/network/pnfs/pnf/{pnfName}&quot;,&#xd;
9982                                         &quot;httpMethod&quot;: &quot;GET&quot;,&#xd;
9983                                         &quot;httpCodeFilter&quot;: &quot;[2-5][0-1][0-9]&quot;,&#xd;
9984                                         &quot;httpHeaders&quot;: [&#xd;
9985                                             [&#xd;
9986                                                 &quot;Accept&quot;,&#xd;
9987                                                 &quot;application/json&quot;&#xd;
9988                                             ],&#xd;
9989                                             [&#xd;
9990                                                 &quot;Content-Type&quot;,&#xd;
9991                                                 &quot;application/json&quot;&#xd;
9992                                             ],&#xd;
9993                                             [&#xd;
9994                                                 &quot;X-FromAppId&quot;,&#xd;
9995                                                 &quot;dcae-curl&quot;&#xd;
9996                                             ],&#xd;
9997                                             [&#xd;
9998                                                 &quot;x-transactionId&quot;,&#xd;
9999                                                 &quot;9998&quot;&#xd;
10000                                             ],&#xd;
10001                                             [&#xd;
10002                                                 &quot;Authorization&quot;,&#xd;
10003                                                 &quot;Basic QUFJOkFBSQ==&quot;&#xd;
10004                                             ]&#xd;
10005                                         ]&#xd;
10006                                     }&#xd;
10007                                 },&#xd;
10008                                 &quot;eventProtocolParameters&quot;: {&#xd;
10009                                     &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
10010                                 },&#xd;
10011                                 &quot;eventName&quot;: &quot;SimpleCL_AAISuccessResponseEvent|SimpleCL_AAIFailureResponseEvent&quot;,&#xd;
10012                                 &quot;requestorMode&quot;: true,&#xd;
10013                                 &quot;requestorPeer&quot;: &quot;SimpleCL_AAIProducer&quot;,&#xd;
10014                                 &quot;requestorTimeout&quot;: 2000&#xd;
10015                             },&#xd;
10016                             &quot;SimpleCL_CDSConfigModifyResponseConsumer&quot;: {&#xd;
10017                                 &quot;carrierTechnologyParameters&quot;: {&#xd;
10018                                     &quot;carrierTechnology&quot;: &quot;GRPC&quot;,&#xd;
10019                                     &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.event.carrier.grpc.GrpcCarrierTechnologyParameters&quot;&#xd;
10020                                 },&#xd;
10021                                 &quot;eventProtocolParameters&quot;: {&#xd;
10022                                     &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
10023                                 },&#xd;
10024                                 &quot;eventName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseEvent|SimpleCL_CDSConfigModifyFailureResponseEvent&quot;,&#xd;
10025                                 &quot;requestorMode&quot;: true,&#xd;
10026                                 &quot;requestorPeer&quot;: &quot;SimpleCL_CDSConfigModifyRequestProducer&quot;,&#xd;
10027                                 &quot;requestorTimeout&quot;: 500&#xd;
10028                             }&#xd;
10029                         },&#xd;
10030                         &quot;eventOutputParameters&quot;: {&#xd;
10031                             &quot;SimpleCL_AAIProducer&quot;: {&#xd;
10032                                 &quot;carrierTechnologyParameters&quot;: {&#xd;
10033                                     &quot;carrierTechnology&quot;: &quot;RESTREQUESTOR&quot;,&#xd;
10034                                     &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.event.carrier.restrequestor.RestRequestorCarrierTechnologyParameters&quot;&#xd;
10035                                 },&#xd;
10036                                 &quot;eventProtocolParameters&quot;: {&#xd;
10037                                     &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
10038                                 },&#xd;
10039                                 &quot;eventNameFilter&quot;: &quot;SimpleCL_AAIRequestEvent&quot;,&#xd;
10040                                 &quot;requestorMode&quot;: true,&#xd;
10041                                 &quot;requestorPeer&quot;: &quot;SimpleCL_AAIResponseConsumer&quot;,&#xd;
10042                                 &quot;requestorTimeout&quot;: 2000&#xd;
10043                             },&#xd;
10044                             &quot;SimpleCL_CDSConfigModifyRequestProducer&quot;: {&#xd;
10045                                 &quot;carrierTechnologyParameters&quot;: {&#xd;
10046                                     &quot;carrierTechnology&quot;: &quot;GRPC&quot;,&#xd;
10047                                     &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.event.carrier.grpc.GrpcCarrierTechnologyParameters&quot;,&#xd;
10048                                     &quot;parameters&quot;: {&#xd;
10049                                         &quot;host&quot;: &quot;cds-blueprints-processor-grpc&quot;,&#xd;
10050                                         &quot;port&quot;: 9111,&#xd;
10051                                         &quot;username&quot;: &quot;ccsdkapps&quot;,&#xd;
10052                                         &quot;password&quot;: &quot;ccsdkapps&quot;,&#xd;
10053                                         &quot;timeout&quot;: 60&#xd;
10054                                     }&#xd;
10055                                 },&#xd;
10056                                 &quot;eventProtocolParameters&quot;: {&#xd;
10057                                     &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
10058                                 },&#xd;
10059                                 &quot;eventNameFilter&quot;: &quot;SimpleCL_CDSConfigModifyRequestEvent&quot;,&#xd;
10060                                 &quot;requestorMode&quot;: true,&#xd;
10061                                 &quot;requestorPeer&quot;: &quot;SimpleCL_CDSConfigModifyResponseConsumer&quot;,&#xd;
10062                                 &quot;requestorTimeout&quot;: 500&#xd;
10063                             },&#xd;
10064                             &quot;SimpleCL_logOutputter&quot;: {&#xd;
10065                                 &quot;carrierTechnologyParameters&quot;: {&#xd;
10066                                     &quot;carrierTechnology&quot;: &quot;FILE&quot;,&#xd;
10067                                     &quot;parameters&quot;: {&#xd;
10068                                         &quot;fileName&quot;: &quot;outputevents.log&quot;&#xd;
10069                                     }&#xd;
10070                                 },&#xd;
10071                                 &quot;eventProtocolParameters&quot;: {&#xd;
10072                                     &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
10073                                 }&#xd;
10074                             }&#xd;
10075                         }&#xd;
10076                     }&#xd;
10077                 }&#xd;
10078             }&#xd;
10079         ]&#xd;
10080     }&#xd;
10081 }</stringProp>
10082                 <stringProp name="Argument.metadata">=</stringProp>
10083               </elementProp>
10084             </collectionProp>
10085           </elementProp>
10086         </HTTPSamplerProxy>
10087         <hashTree>
10088           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10089             <collectionProp name="Asserion.test_strings">
10090               <stringProp name="49586">200</stringProp>
10091             </collectionProp>
10092             <stringProp name="Assertion.custom_message"></stringProp>
10093             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10094             <boolProp name="Assertion.assume_success">false</boolProp>
10095             <intProp name="Assertion.test_type">1</intProp>
10096           </ResponseAssertion>
10097           <hashTree/>
10098         </hashTree>
10099         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Change State to ACTIVE (defaultGroup)" enabled="true">
10100           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10101           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10102           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10103           <stringProp name="HTTPSampler.protocol">http</stringProp>
10104           <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/groups/defaultGroup?state=ACTIVE</stringProp>
10105           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10106           <stringProp name="HTTPSampler.method">PUT</stringProp>
10107           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10108           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10109           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10110             <collectionProp name="Arguments.arguments"/>
10111           </elementProp>
10112         </HTTPSamplerProxy>
10113         <hashTree>
10114           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10115             <collectionProp name="Asserion.test_strings">
10116               <stringProp name="49586">200</stringProp>
10117             </collectionProp>
10118             <stringProp name="Assertion.custom_message"></stringProp>
10119             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10120             <boolProp name="Assertion.assume_success">false</boolProp>
10121             <intProp name="Assertion.test_type">1</intProp>
10122           </ResponseAssertion>
10123           <hashTree/>
10124         </hashTree>
10125         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Create/Update PDP Group" enabled="true">
10126           <stringProp name="TestPlan.comments">create SampleGroup </stringProp>
10127           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10128           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10129           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10130           <stringProp name="HTTPSampler.protocol">http</stringProp>
10131           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps/groups/batch</stringProp>
10132           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10133           <stringProp name="HTTPSampler.method">POST</stringProp>
10134           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10135           <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
10136           <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
10137             <collectionProp name="Arguments.arguments">
10138               <elementProp name="" elementType="HTTPArgument">
10139                 <boolProp name="HTTPArgument.always_encode">false</boolProp>
10140                 <stringProp name="Argument.value">{&#xd;
10141     &quot;groups&quot;: [&#xd;
10142         {&#xd;
10143             &quot;name&quot;: &quot;sampleGroup&quot;,&#xd;
10144             &quot;pdpGroupState&quot;: &quot;ACTIVE&quot;,&#xd;
10145             &quot;properties&quot;: {},&#xd;
10146             &quot;pdpSubgroups&quot;: [&#xd;
10147                 {&#xd;
10148                     &quot;pdpType&quot;: &quot;apex&quot;,&#xd;
10149                     &quot;desiredInstanceCount&quot;: 1,&#xd;
10150                     &quot;properties&quot;: {},&#xd;
10151                     &quot;supportedPolicyTypes&quot;: [&#xd;
10152                         {&#xd;
10153                             &quot;name&quot;: &quot;onap.policies.native.Apex&quot;,&#xd;
10154                             &quot;version&quot;: &quot;1.0.0&quot;&#xd;
10155                         }&#xd;
10156                     ],&#xd;
10157                     &quot;policies&quot;: []&#xd;
10158                 }&#xd;
10159             ]&#xd;
10160         }&#xd;
10161     ]&#xd;
10162 }</stringProp>
10163                 <stringProp name="Argument.metadata">=</stringProp>
10164               </elementProp>
10165             </collectionProp>
10166           </elementProp>
10167         </HTTPSamplerProxy>
10168         <hashTree>
10169           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10170             <collectionProp name="Asserion.test_strings">
10171               <stringProp name="49586">200</stringProp>
10172             </collectionProp>
10173             <stringProp name="Assertion.custom_message"></stringProp>
10174             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10175             <boolProp name="Assertion.assume_success">false</boolProp>
10176             <intProp name="Assertion.test_type">1</intProp>
10177           </ResponseAssertion>
10178           <hashTree/>
10179         </hashTree>
10180         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check PdpGroup Query" enabled="true">
10181           <stringProp name="TestPlan.comments">Check PdpGroup Query</stringProp>
10182           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10183           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10184           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10185           <stringProp name="HTTPSampler.protocol">http</stringProp>
10186           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps</stringProp>
10187           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10188           <stringProp name="HTTPSampler.method">GET</stringProp>
10189           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10190           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10191           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10192             <collectionProp name="Arguments.arguments"/>
10193           </elementProp>
10194         </HTTPSamplerProxy>
10195         <hashTree>
10196           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
10197             <stringProp name="ConstantTimer.delay">120000</stringProp>
10198           </ConstantTimer>
10199           <hashTree/>
10200           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10201             <collectionProp name="Asserion.test_strings">
10202               <stringProp name="49586">200</stringProp>
10203             </collectionProp>
10204             <stringProp name="Assertion.custom_message"></stringProp>
10205             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10206             <boolProp name="Assertion.assume_success">false</boolProp>
10207             <intProp name="Assertion.test_type">1</intProp>
10208           </ResponseAssertion>
10209           <hashTree/>
10210           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
10211             <stringProp name="scriptLanguage">groovy</stringProp>
10212             <stringProp name="parameters"></stringProp>
10213             <stringProp name="filename"></stringProp>
10214             <stringProp name="cacheKey">true</stringProp>
10215             <stringProp name="script">import groovy.json.JsonSlurper;
10216 def res = [];
10217 if (prev.getResponseCode() == &apos;200&apos;) {
10218     def jsonSlurper = new JsonSlurper();
10219     res = jsonSlurper.parseText(prev.getResponseDataAsString());
10220
10221     assert res instanceof Map;
10222     assert res.groups.size == 2;
10223     assert res.groups[0].pdpGroupState== &apos;ACTIVE&apos;;
10224     assert res.groups[1].pdpGroupState== &apos;ACTIVE&apos;;
10225 }
10226 </stringProp>
10227           </JSR223Assertion>
10228           <hashTree/>
10229         </hashTree>
10230       </hashTree>
10231       <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="PAP Test Flow" enabled="true">
10232         <intProp name="ThreadGroup.num_threads">1</intProp>
10233         <intProp name="ThreadGroup.ramp_time">1</intProp>
10234         <longProp name="ThreadGroup.duration">259200</longProp>
10235         <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp>
10236         <boolProp name="ThreadGroup.scheduler">true</boolProp>
10237         <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
10238         <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller">
10239           <intProp name="LoopController.loops">-1</intProp>
10240           <boolProp name="LoopController.continue_forever">false</boolProp>
10241         </elementProp>
10242       </ThreadGroup>
10243       <hashTree>
10244         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check Health" enabled="true">
10245           <stringProp name="TestPlan.comments">Basic Health Check</stringProp>
10246           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10247           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10248           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10249           <stringProp name="HTTPSampler.protocol">http</stringProp>
10250           <stringProp name="HTTPSampler.path">/policy/pap/v1/healthcheck</stringProp>
10251           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10252           <stringProp name="HTTPSampler.method">GET</stringProp>
10253           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10254           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10255           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10256             <collectionProp name="Arguments.arguments"/>
10257           </elementProp>
10258         </HTTPSamplerProxy>
10259         <hashTree>
10260           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10261             <collectionProp name="Asserion.test_strings">
10262               <stringProp name="49586">200</stringProp>
10263             </collectionProp>
10264             <stringProp name="Assertion.custom_message"></stringProp>
10265             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10266             <boolProp name="Assertion.assume_success">false</boolProp>
10267             <intProp name="Assertion.test_type">1</intProp>
10268           </ResponseAssertion>
10269           <hashTree/>
10270           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
10271             <stringProp name="scriptLanguage">groovy</stringProp>
10272             <stringProp name="parameters"></stringProp>
10273             <stringProp name="filename"></stringProp>
10274             <stringProp name="cacheKey">true</stringProp>
10275             <stringProp name="script">import groovy.json.JsonSlurper;
10276
10277 def res = [];
10278 if (prev.getResponseCode() == &apos;200&apos;) {
10279     def jsonSlurper = new JsonSlurper();
10280     res = jsonSlurper.parseText(prev.getResponseDataAsString());
10281
10282     assert res instanceof Map;
10283     assert res.code == 200;
10284     assert res.name == &quot;Policy PAP&quot;;
10285     assert res.healthy==true;
10286     assert res.message==&quot;alive&quot;;
10287 }
10288 </stringProp>
10289           </JSR223Assertion>
10290           <hashTree/>
10291         </hashTree>
10292         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="PAP Metrics" enabled="true">
10293           <stringProp name="TestPlan.comments">PAP Metrics</stringProp>
10294           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10295           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10296           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10297           <stringProp name="HTTPSampler.protocol">http</stringProp>
10298           <stringProp name="HTTPSampler.path">/policy/pap/v1/metrics</stringProp>
10299           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10300           <stringProp name="HTTPSampler.method">GET</stringProp>
10301           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10302           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10303           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10304             <collectionProp name="Arguments.arguments"/>
10305           </elementProp>
10306         </HTTPSamplerProxy>
10307         <hashTree>
10308           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10309             <collectionProp name="Asserion.test_strings">
10310               <stringProp name="49586">200</stringProp>
10311             </collectionProp>
10312             <stringProp name="Assertion.custom_message"></stringProp>
10313             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10314             <boolProp name="Assertion.assume_success">false</boolProp>
10315             <intProp name="Assertion.test_type">1</intProp>
10316           </ResponseAssertion>
10317           <hashTree/>
10318           <JSR223PostProcessor guiclass="TestBeanGUI" testclass="JSR223PostProcessor" testname="JSR223 PostProcessor" enabled="true">
10319             <stringProp name="cacheKey">true</stringProp>
10320             <stringProp name="filename"></stringProp>
10321             <stringProp name="parameters"></stringProp>
10322             <stringProp name="script">
10323 if (prev.getResponseCode() == &apos;200&apos;) {
10324     def res = prev.getResponseDataAsString();
10325
10326     def deploySuccessCount = &apos;0&apos;;
10327     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;deploy&quot;,status=&quot;SUCCESS&quot;,} &apos;)) {
10328         deploySuccessCount = (res =~ /pap_policy_deployments_total\{operation=&quot;deploy&quot;,status=&quot;SUCCESS&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1];
10329     }
10330
10331     def undeploySuccessCount = &apos;0&apos;;
10332     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;undeploy&quot;,status=&quot;SUCCESS&quot;,} &apos;)) {
10333         undeploySuccessCount = (res =~ /pap_policy_deployments_total\{operation=&quot;undeploy&quot;,status=&quot;SUCCESS&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1];
10334     }
10335     
10336     def deployFailureCount = &apos;0&apos;;
10337     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;deploy&quot;,status=&quot;FAILURE&quot;,} &apos;)) {
10338         deployFailureCount = (res =~ /pap_policy_deployments_total\{operation=&quot;deploy&quot;,status=&quot;FAILURE&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1];
10339     }
10340     def undeployFailureCount =  &apos;0&apos;;
10341     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;undeploy&quot;,status=&quot;FAILURE&quot;,} &apos;)) {
10342         undeployFailureCount = (res =~ /pap_policy_deployments_total\{operation=&quot;undeploy&quot;,status=&quot;FAILURE&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1]
10343     }
10344
10345     def simpleDeployAPICount =  &apos;0&apos;;
10346     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;)) {
10347         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]
10348     }
10349     def simpleUndeployAPICount =  &apos;0&apos;;
10350     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;)) {
10351         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]
10352     }
10353     def batchDeploymentAPICount =  &apos;0&apos;;
10354     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;)) {
10355         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]
10356     }
10357     log.info(&quot;deploySuccessCount: &quot;+ deploySuccessCount);
10358     log.info(&quot;undeploySuccessCount: &quot;+ undeploySuccessCount);
10359     log.info(&quot;batchDeploymentAPICount: &quot;+ batchDeploymentAPICount);
10360     log.info(&quot;simpleDeployAPICount: &quot;+ simpleDeployAPICount);
10361     log.info(&quot;simpleUndeployAPICount: &quot;+ simpleUndeployAPICount);
10362     
10363     vars.put(&quot;deploySuccessCount&quot;, deploySuccessCount);
10364     vars.put(&quot;undeploySuccessCount&quot;, undeploySuccessCount);
10365     vars.put(&quot;deployFailureCount&quot;, deployFailureCount);
10366     vars.put(&quot;undeployFailureCount&quot;, undeployFailureCount);
10367     vars.put(&quot;simpleDeployAPICount&quot;, simpleDeployAPICount);
10368     vars.put(&quot;simpleUndeployAPICount&quot;, simpleUndeployAPICount);
10369     vars.put(&quot;batchDeploymentAPICount&quot;, batchDeploymentAPICount);
10370
10371 }</stringProp>
10372             <stringProp name="scriptLanguage">groovy</stringProp>
10373           </JSR223PostProcessor>
10374           <hashTree/>
10375         </hashTree>
10376         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check PdpGroup Query" enabled="true">
10377           <stringProp name="TestPlan.comments">Check PdpGroup Query</stringProp>
10378           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10379           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10380           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10381           <stringProp name="HTTPSampler.protocol">http</stringProp>
10382           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps</stringProp>
10383           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10384           <stringProp name="HTTPSampler.method">GET</stringProp>
10385           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10386           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10387           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10388             <collectionProp name="Arguments.arguments"/>
10389           </elementProp>
10390         </HTTPSamplerProxy>
10391         <hashTree>
10392           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10393             <collectionProp name="Asserion.test_strings">
10394               <stringProp name="49586">200</stringProp>
10395             </collectionProp>
10396             <stringProp name="Assertion.custom_message"></stringProp>
10397             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10398             <boolProp name="Assertion.assume_success">false</boolProp>
10399             <intProp name="Assertion.test_type">1</intProp>
10400           </ResponseAssertion>
10401           <hashTree/>
10402           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
10403             <stringProp name="scriptLanguage">groovy</stringProp>
10404             <stringProp name="parameters"></stringProp>
10405             <stringProp name="filename"></stringProp>
10406             <stringProp name="cacheKey">true</stringProp>
10407             <stringProp name="script">import groovy.json.JsonSlurper;
10408 def res = [];
10409 if (prev.getResponseCode() == &apos;200&apos;) {
10410     def jsonSlurper = new JsonSlurper();
10411     res = jsonSlurper.parseText(prev.getResponseDataAsString());
10412
10413     assert res instanceof Map;
10414     assert res.groups.size == 2;
10415     assert res.groups[0].pdpGroupState== &apos;ACTIVE&apos;;
10416     assert res.groups[1].pdpGroupState== &apos;ACTIVE&apos;;
10417 }
10418 </stringProp>
10419           </JSR223Assertion>
10420           <hashTree/>
10421         </hashTree>
10422         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Deploy defaultDomain Policy" enabled="true">
10423           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10424           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10425           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10426           <stringProp name="HTTPSampler.protocol">http</stringProp>
10427           <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/policies</stringProp>
10428           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10429           <stringProp name="HTTPSampler.method">POST</stringProp>
10430           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10431           <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
10432           <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
10433             <collectionProp name="Arguments.arguments">
10434               <elementProp name="" elementType="HTTPArgument">
10435                 <boolProp name="HTTPArgument.always_encode">false</boolProp>
10436                 <stringProp name="Argument.value">{&#xd;
10437   &quot;policies&quot; : [&#xd;
10438     {&#xd;
10439       &quot;policy-id&quot;: &quot;operational.apex.stabilityTestDefaultDomain&quot;,&#xd;
10440       &quot;policy-version&quot;: &quot;1.0.0&quot;&#xd;
10441     }&#xd;
10442     ]&#xd;
10443 }</stringProp>
10444                 <stringProp name="Argument.metadata">=</stringProp>
10445               </elementProp>
10446             </collectionProp>
10447           </elementProp>
10448         </HTTPSamplerProxy>
10449         <hashTree>
10450           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10451             <collectionProp name="Asserion.test_strings">
10452               <stringProp name="49588">202</stringProp>
10453             </collectionProp>
10454             <stringProp name="Assertion.custom_message"></stringProp>
10455             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10456             <boolProp name="Assertion.assume_success">false</boolProp>
10457             <intProp name="Assertion.test_type">1</intProp>
10458           </ResponseAssertion>
10459           <hashTree/>
10460           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
10461             <stringProp name="ConstantTimer.delay">5000</stringProp>
10462           </ConstantTimer>
10463           <hashTree/>
10464           <JSR223PostProcessor guiclass="TestBeanGUI" testclass="JSR223PostProcessor" testname="JSR223 PostProcessor" enabled="true">
10465             <stringProp name="TestPlan.comments">Set variables to use for verifying the deployment status</stringProp>
10466             <stringProp name="scriptLanguage">groovy</stringProp>
10467             <stringProp name="parameters"></stringProp>
10468             <stringProp name="filename"></stringProp>
10469             <stringProp name="cacheKey">true</stringProp>
10470             <stringProp name="script">vars.put(&quot;dGstatusResponse&quot;, &quot;&quot;);
10471 vars.put(&quot;dg_status_check_counter&quot;, &quot;0&quot;);</stringProp>
10472           </JSR223PostProcessor>
10473           <hashTree/>
10474         </hashTree>
10475         <WhileController guiclass="WhileControllerGui" testclass="WhileController" testname="While Controller" enabled="true">
10476           <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>
10477           <stringProp name="TestPlan.comments">Wait until the policy is successfully deployed, retry for some time</stringProp>
10478         </WhileController>
10479         <hashTree>
10480           <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check status of defaultGroup policy" enabled="true">
10481             <intProp name="HTTPSampler.concurrentPool">6</intProp>
10482             <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10483             <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10484             <stringProp name="HTTPSampler.protocol">http</stringProp>
10485             <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/status/defaultGroup/operational.apex.stabilityTestDefaultDomain/1.0.0</stringProp>
10486             <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10487             <stringProp name="HTTPSampler.method">GET</stringProp>
10488             <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10489             <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10490             <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10491               <collectionProp name="Arguments.arguments"/>
10492             </elementProp>
10493           </HTTPSamplerProxy>
10494           <hashTree>
10495             <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10496               <collectionProp name="Asserion.test_strings">
10497                 <stringProp name="49586">200</stringProp>
10498               </collectionProp>
10499               <stringProp name="Assertion.custom_message"></stringProp>
10500               <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10501               <boolProp name="Assertion.assume_success">false</boolProp>
10502               <intProp name="Assertion.test_type">1</intProp>
10503             </ResponseAssertion>
10504             <hashTree/>
10505             <JSR223PostProcessor guiclass="TestBeanGUI" testclass="JSR223PostProcessor" testname="JSR223 PostProcessor" enabled="true">
10506               <stringProp name="scriptLanguage">groovy</stringProp>
10507               <stringProp name="parameters"></stringProp>
10508               <stringProp name="filename"></stringProp>
10509               <stringProp name="cacheKey">true</stringProp>
10510               <stringProp name="script">
10511 if (prev.getResponseCode() == &apos;200&apos;) {
10512     def res = prev.getResponseDataAsString();
10513     vars.put(&quot;dGstatusResponse&quot;, res);
10514
10515     int x =(vars.get(&quot;dg_status_check_counter&quot;)).toInteger();
10516     x = x + 1;
10517     vars.put(&quot;dg_status_check_counter&quot;, Integer.toString(x));
10518
10519 }</stringProp>
10520             </JSR223PostProcessor>
10521             <hashTree/>
10522           </hashTree>
10523           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
10524             <stringProp name="ConstantTimer.delay">2000</stringProp>
10525           </ConstantTimer>
10526           <hashTree/>
10527         </hashTree>
10528         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check PdpGroup Audit defaultGroup" enabled="true">
10529           <stringProp name="TestPlan.comments">Check PdpGroup Audit</stringProp>
10530           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10531           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10532           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10533           <stringProp name="HTTPSampler.protocol">http</stringProp>
10534           <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/audit/defaultGroup</stringProp>
10535           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10536           <stringProp name="HTTPSampler.method">GET</stringProp>
10537           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10538           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10539           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10540             <collectionProp name="Arguments.arguments"/>
10541           </elementProp>
10542         </HTTPSamplerProxy>
10543         <hashTree>
10544           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10545             <collectionProp name="Asserion.test_strings">
10546               <stringProp name="49586">200</stringProp>
10547             </collectionProp>
10548             <stringProp name="Assertion.custom_message"></stringProp>
10549             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10550             <boolProp name="Assertion.assume_success">false</boolProp>
10551             <intProp name="Assertion.test_type">1</intProp>
10552           </ResponseAssertion>
10553           <hashTree/>
10554         </hashTree>
10555         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check PdpGroup Audit Policy (defaultGroup)" enabled="true">
10556           <stringProp name="TestPlan.comments">Check PdpGroup Audit</stringProp>
10557           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10558           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10559           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10560           <stringProp name="HTTPSampler.protocol">http</stringProp>
10561           <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/audit/defaultGroup/operational.apex.stabilityTestDefaultDomain/1.0.0</stringProp>
10562           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10563           <stringProp name="HTTPSampler.method">GET</stringProp>
10564           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10565           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10566           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10567             <collectionProp name="Arguments.arguments"/>
10568           </elementProp>
10569         </HTTPSamplerProxy>
10570         <hashTree>
10571           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10572             <collectionProp name="Asserion.test_strings">
10573               <stringProp name="49586">200</stringProp>
10574             </collectionProp>
10575             <stringProp name="Assertion.custom_message"></stringProp>
10576             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10577             <boolProp name="Assertion.assume_success">false</boolProp>
10578             <intProp name="Assertion.test_type">1</intProp>
10579           </ResponseAssertion>
10580           <hashTree/>
10581         </hashTree>
10582         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check PdpGroup Query" enabled="true">
10583           <stringProp name="TestPlan.comments">Check PdpGroup Query</stringProp>
10584           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10585           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10586           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10587           <stringProp name="HTTPSampler.protocol">http</stringProp>
10588           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps</stringProp>
10589           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10590           <stringProp name="HTTPSampler.method">GET</stringProp>
10591           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10592           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10593           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10594             <collectionProp name="Arguments.arguments"/>
10595           </elementProp>
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           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
10609             <stringProp name="scriptLanguage">groovy</stringProp>
10610             <stringProp name="parameters"></stringProp>
10611             <stringProp name="filename"></stringProp>
10612             <stringProp name="cacheKey">true</stringProp>
10613             <stringProp name="script">import groovy.json.JsonSlurper;
10614
10615 def res = [];
10616 if (prev.getResponseCode() == &apos;200&apos;) {
10617     def jsonSlurper = new JsonSlurper();
10618     res = jsonSlurper.parseText(prev.getResponseDataAsString());
10619
10620     assert res instanceof Map;
10621     assert res.groups.size == 2;
10622
10623     for(int groupSize=0;groupSize&lt;res.groups.size;groupSize++){
10624
10625          for(int subGrpSize=0;subGrpSize&lt;res.groups[groupSize].pdpSubgroups.size;subGrpSize++){
10626                 
10627                         def pdpSubGrp=res.groups[groupSize].pdpSubgroups[subGrpSize];
10628                         if(pdpSubGrp.pdpType ==&apos;apex&apos;){
10629                                 assert pdpSubGrp.pdpInstances.size == 1; // 1 instance in defaultGroup and 1 in sampleGroup
10630                                 if (res.groups[groupSize].name == &apos;defaultGroup&apos;) {
10631                                                 // stabilityTestDefaultDomain policy is only deployed to defaultGroup
10632                                              assert pdpSubGrp.policies.size == 1; 
10633                                                 assert pdpSubGrp.policies[0].name == &apos;operational.apex.stabilityTestDefaultDomain&apos;;
10634                                 }
10635                              else if(res.groups[groupSize].name == &apos;sampleGroup&apos; ){
10636                                 assert pdpSubGrp.policies.size == 0;
10637                                 //assert pdpSubGrp.policies[0].name == &apos;operational.apex.stabilityTestDefaultDomain&apos;;
10638                              }
10639                         }
10640                 
10641          }
10642     }
10643 }
10644 </stringProp>
10645           </JSR223Assertion>
10646           <hashTree/>
10647         </hashTree>
10648         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Deployment Update for sampleGroup" enabled="true">
10649           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10650           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10651           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10652           <stringProp name="HTTPSampler.protocol">http</stringProp>
10653           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps/deployments/batch</stringProp>
10654           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10655           <stringProp name="HTTPSampler.method">POST</stringProp>
10656           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10657           <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
10658           <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
10659             <collectionProp name="Arguments.arguments">
10660               <elementProp name="" elementType="HTTPArgument">
10661                 <boolProp name="HTTPArgument.always_encode">false</boolProp>
10662                 <stringProp name="Argument.value">{&#xd;
10663     &quot;groups&quot;: [&#xd;
10664         {&#xd;
10665             &quot;name&quot;: &quot;sampleGroup&quot;,&#xd;
10666             &quot;deploymentSubgroups&quot;: [&#xd;
10667                 {&#xd;
10668                     &quot;pdpType&quot;: &quot;apex&quot;,&#xd;
10669                     &quot;action&quot;: &quot;POST&quot;,&#xd;
10670                     &quot;policies&quot;: [&#xd;
10671                         {&#xd;
10672                             &quot;name&quot;: &quot;operational.apex.stabilityTestSampleDomain&quot;,&#xd;
10673                             &quot;version&quot;: &quot;1.0.0&quot;&#xd;
10674                         }&#xd;
10675                     ]&#xd;
10676                 }&#xd;
10677             ]&#xd;
10678         }&#xd;
10679     ]&#xd;
10680 }</stringProp>
10681                 <stringProp name="Argument.metadata">=</stringProp>
10682               </elementProp>
10683             </collectionProp>
10684           </elementProp>
10685         </HTTPSamplerProxy>
10686         <hashTree>
10687           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10688             <collectionProp name="Asserion.test_strings">
10689               <stringProp name="49588">202</stringProp>
10690             </collectionProp>
10691             <stringProp name="Assertion.custom_message"></stringProp>
10692             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10693             <boolProp name="Assertion.assume_success">false</boolProp>
10694             <intProp name="Assertion.test_type">1</intProp>
10695           </ResponseAssertion>
10696           <hashTree/>
10697           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
10698             <stringProp name="ConstantTimer.delay">5000</stringProp>
10699           </ConstantTimer>
10700           <hashTree/>
10701           <JSR223PostProcessor guiclass="TestBeanGUI" testclass="JSR223PostProcessor" testname="JSR223 PostProcessor" enabled="true">
10702             <stringProp name="TestPlan.comments">Set variables to use for verifying the deployment status</stringProp>
10703             <stringProp name="scriptLanguage">groovy</stringProp>
10704             <stringProp name="parameters"></stringProp>
10705             <stringProp name="filename"></stringProp>
10706             <stringProp name="cacheKey">true</stringProp>
10707             <stringProp name="script">vars.put(&quot;sGstatusResponse&quot;, &quot;&quot;);
10708 vars.put(&quot;sg_status_check_counter&quot;, &quot;0&quot;);</stringProp>
10709           </JSR223PostProcessor>
10710           <hashTree/>
10711         </hashTree>
10712         <WhileController guiclass="WhileControllerGui" testclass="WhileController" testname="While Controller" enabled="true">
10713           <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>
10714           <stringProp name="TestPlan.comments">Wait until the policy is successfully deployed, retry for some time</stringProp>
10715         </WhileController>
10716         <hashTree>
10717           <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check status of sampleGroup policy" enabled="true">
10718             <intProp name="HTTPSampler.concurrentPool">6</intProp>
10719             <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10720             <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10721             <stringProp name="HTTPSampler.protocol">http</stringProp>
10722             <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/status/sampleGroup/operational.apex.stabilityTestSampleDomain/1.0.0</stringProp>
10723             <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10724             <stringProp name="HTTPSampler.method">GET</stringProp>
10725             <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10726             <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10727             <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10728               <collectionProp name="Arguments.arguments"/>
10729             </elementProp>
10730           </HTTPSamplerProxy>
10731           <hashTree>
10732             <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10733               <collectionProp name="Asserion.test_strings">
10734                 <stringProp name="49586">200</stringProp>
10735               </collectionProp>
10736               <stringProp name="Assertion.custom_message"></stringProp>
10737               <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10738               <boolProp name="Assertion.assume_success">false</boolProp>
10739               <intProp name="Assertion.test_type">1</intProp>
10740             </ResponseAssertion>
10741             <hashTree/>
10742             <JSR223PostProcessor guiclass="TestBeanGUI" testclass="JSR223PostProcessor" testname="JSR223 PostProcessor" enabled="true">
10743               <stringProp name="scriptLanguage">groovy</stringProp>
10744               <stringProp name="parameters"></stringProp>
10745               <stringProp name="filename"></stringProp>
10746               <stringProp name="cacheKey">true</stringProp>
10747               <stringProp name="script">
10748 if (prev.getResponseCode() == &apos;200&apos;) {
10749     def res = prev.getResponseDataAsString();
10750     vars.put(&quot;sGstatusResponse&quot;, res);
10751     
10752     int x =(vars.get(&quot;sg_status_check_counter&quot;)).toInteger();
10753     x = x + 1;
10754     vars.put(&quot;sg_status_check_counter&quot;, Integer.toString(x));
10755 }</stringProp>
10756             </JSR223PostProcessor>
10757             <hashTree/>
10758           </hashTree>
10759           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
10760             <stringProp name="ConstantTimer.delay">2000</stringProp>
10761           </ConstantTimer>
10762           <hashTree/>
10763         </hashTree>
10764         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check status of PdpGroups" enabled="true">
10765           <stringProp name="TestPlan.comments">Query policies status</stringProp>
10766           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10767           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10768           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10769           <stringProp name="HTTPSampler.protocol">http</stringProp>
10770           <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/status</stringProp>
10771           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10772           <stringProp name="HTTPSampler.method">GET</stringProp>
10773           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10774           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10775           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10776             <collectionProp name="Arguments.arguments"/>
10777           </elementProp>
10778         </HTTPSamplerProxy>
10779         <hashTree>
10780           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10781             <collectionProp name="Asserion.test_strings">
10782               <stringProp name="49586">200</stringProp>
10783             </collectionProp>
10784             <stringProp name="Assertion.custom_message"></stringProp>
10785             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10786             <boolProp name="Assertion.assume_success">false</boolProp>
10787             <intProp name="Assertion.test_type">1</intProp>
10788           </ResponseAssertion>
10789           <hashTree/>
10790         </hashTree>
10791         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check PdpGroup Query" enabled="true">
10792           <stringProp name="TestPlan.comments">Check PdpGroup Query</stringProp>
10793           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10794           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10795           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10796           <stringProp name="HTTPSampler.protocol">http</stringProp>
10797           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps</stringProp>
10798           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10799           <stringProp name="HTTPSampler.method">GET</stringProp>
10800           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10801           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10802           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10803             <collectionProp name="Arguments.arguments"/>
10804           </elementProp>
10805         </HTTPSamplerProxy>
10806         <hashTree>
10807           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10808             <collectionProp name="Asserion.test_strings">
10809               <stringProp name="49586">200</stringProp>
10810             </collectionProp>
10811             <stringProp name="Assertion.custom_message"></stringProp>
10812             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10813             <boolProp name="Assertion.assume_success">false</boolProp>
10814             <intProp name="Assertion.test_type">1</intProp>
10815           </ResponseAssertion>
10816           <hashTree/>
10817           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
10818             <stringProp name="scriptLanguage">groovy</stringProp>
10819             <stringProp name="parameters"></stringProp>
10820             <stringProp name="filename"></stringProp>
10821             <stringProp name="cacheKey">true</stringProp>
10822             <stringProp name="script">import groovy.json.JsonSlurper;
10823
10824 def res = [];
10825 if (prev.getResponseCode() == &apos;200&apos;) {
10826     def jsonSlurper = new JsonSlurper();
10827     res = jsonSlurper.parseText(prev.getResponseDataAsString());
10828
10829     assert res instanceof Map;
10830     assert res.groups.size == 2;
10831
10832     for(int groupSize=0;groupSize&lt;res.groups.size;groupSize++){
10833
10834          for(int subGrpSize=0;subGrpSize&lt;res.groups[groupSize].pdpSubgroups.size;subGrpSize++){
10835
10836                 def pdpSubGrp=res.groups[groupSize].pdpSubgroups[subGrpSize];
10837                         if(pdpSubGrp.pdpType == &apos;apex&apos;){
10838                                 if (res.groups[groupSize].name == &apos;defaultGroup&apos;) {
10839                                                 assert pdpSubGrp.policies.size == 1; 
10840                                                 assert pdpSubGrp.policies[0].name == &apos;operational.apex.stabilityTestDefaultDomain&apos;;
10841                                         }else if(res.groups[groupSize].name == &apos;sampleGroup&apos; ){
10842                                                 // only stabilityTestSampleDomain policy is deployed to sampleGroup
10843                                                 assert pdpSubGrp.policies.size == 1; 
10844                                                 assert (pdpSubGrp.policies[0].name == &apos;operational.apex.stabilityTestSampleDomain&apos;);
10845                                 }
10846                         }
10847                 
10848          }
10849     }
10850 }
10851 </stringProp>
10852           </JSR223Assertion>
10853           <hashTree/>
10854         </hashTree>
10855         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check Audit sampleGroup policy" enabled="true">
10856           <stringProp name="TestPlan.comments">Check Audit sampleGroup policy</stringProp>
10857           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10858           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10859           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10860           <stringProp name="HTTPSampler.protocol">http</stringProp>
10861           <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/audit/sampleGroup/operational.apex.stabilityTestSampleDomain/1.0.0</stringProp>
10862           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10863           <stringProp name="HTTPSampler.method">GET</stringProp>
10864           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10865           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10866           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10867             <collectionProp name="Arguments.arguments"/>
10868           </elementProp>
10869         </HTTPSamplerProxy>
10870         <hashTree>
10871           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10872             <collectionProp name="Asserion.test_strings">
10873               <stringProp name="49586">200</stringProp>
10874             </collectionProp>
10875             <stringProp name="Assertion.custom_message"></stringProp>
10876             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10877             <boolProp name="Assertion.assume_success">false</boolProp>
10878             <intProp name="Assertion.test_type">1</intProp>
10879           </ResponseAssertion>
10880           <hashTree/>
10881         </hashTree>
10882         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check Consolidated Health" enabled="true">
10883           <stringProp name="TestPlan.comments">Consolidated Health Check</stringProp>
10884           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10885           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10886           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10887           <stringProp name="HTTPSampler.protocol">http</stringProp>
10888           <stringProp name="HTTPSampler.path">/policy/pap/v1/components/healthcheck</stringProp>
10889           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10890           <stringProp name="HTTPSampler.method">GET</stringProp>
10891           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10892           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10893           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10894             <collectionProp name="Arguments.arguments"/>
10895           </elementProp>
10896         </HTTPSamplerProxy>
10897         <hashTree>
10898           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10899             <collectionProp name="Asserion.test_strings">
10900               <stringProp name="49586">200</stringProp>
10901             </collectionProp>
10902             <stringProp name="Assertion.custom_message"></stringProp>
10903             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10904             <boolProp name="Assertion.assume_success">false</boolProp>
10905             <intProp name="Assertion.test_type">1</intProp>
10906           </ResponseAssertion>
10907           <hashTree/>
10908           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
10909             <stringProp name="scriptLanguage">groovy</stringProp>
10910             <stringProp name="parameters"></stringProp>
10911             <stringProp name="filename"></stringProp>
10912             <stringProp name="cacheKey">true</stringProp>
10913             <stringProp name="script">import groovy.json.JsonSlurper;
10914
10915 def res = [];
10916 if (prev.getResponseCode() == &apos;200&apos;) {
10917     def jsonSlurper = new JsonSlurper();
10918     res = jsonSlurper.parseText(prev.getResponseDataAsString());
10919     assert res instanceof Map;
10920     //assert res.pdps.xacml!=null;
10921     //assert res.pdps.drools!=null;
10922     assert res.pdps.apex!=null;
10923 }
10924 </stringProp>
10925           </JSR223Assertion>
10926           <hashTree/>
10927         </hashTree>
10928         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check Deployed Policies" enabled="true">
10929           <stringProp name="TestPlan.comments">Query Deployed policies</stringProp>
10930           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10931           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10932           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10933           <stringProp name="HTTPSampler.protocol">http</stringProp>
10934           <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/deployed</stringProp>
10935           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10936           <stringProp name="HTTPSampler.method">GET</stringProp>
10937           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10938           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10939           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10940             <collectionProp name="Arguments.arguments"/>
10941           </elementProp>
10942         </HTTPSamplerProxy>
10943         <hashTree>
10944           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10945             <collectionProp name="Asserion.test_strings">
10946               <stringProp name="49586">200</stringProp>
10947             </collectionProp>
10948             <stringProp name="Assertion.custom_message"></stringProp>
10949             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10950             <boolProp name="Assertion.assume_success">false</boolProp>
10951             <intProp name="Assertion.test_type">1</intProp>
10952           </ResponseAssertion>
10953           <hashTree/>
10954           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
10955             <stringProp name="scriptLanguage">groovy</stringProp>
10956             <stringProp name="parameters"></stringProp>
10957             <stringProp name="filename"></stringProp>
10958             <stringProp name="cacheKey">true</stringProp>
10959             <stringProp name="script">import groovy.json.JsonSlurper;
10960
10961 def res = [];
10962 if (prev.getResponseCode() == &apos;200&apos;) {
10963     def jsonSlurper = new JsonSlurper();
10964     res = jsonSlurper.parseText(prev.getResponseDataAsString());
10965    assert res.size &gt;1 ;
10966
10967 }
10968 </stringProp>
10969           </JSR223Assertion>
10970           <hashTree/>
10971         </hashTree>
10972         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Undeploy Policy in sampleGroup" enabled="true">
10973           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10974           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10975           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10976           <stringProp name="HTTPSampler.protocol">http</stringProp>
10977           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps/deployments/batch</stringProp>
10978           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10979           <stringProp name="HTTPSampler.method">POST</stringProp>
10980           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10981           <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
10982           <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
10983             <collectionProp name="Arguments.arguments">
10984               <elementProp name="" elementType="HTTPArgument">
10985                 <boolProp name="HTTPArgument.always_encode">false</boolProp>
10986                 <stringProp name="Argument.value">{&#xd;
10987     &quot;groups&quot;: [&#xd;
10988         {&#xd;
10989             &quot;name&quot;: &quot;sampleGroup&quot;,&#xd;
10990             &quot;deploymentSubgroups&quot;: [&#xd;
10991                 {&#xd;
10992                     &quot;pdpType&quot;: &quot;apex&quot;,&#xd;
10993                     &quot;action&quot;: &quot;DELETE&quot;,&#xd;
10994                     &quot;policies&quot;: [&#xd;
10995                         {&#xd;
10996                             &quot;name&quot;: &quot;operational.apex.stabilityTestSampleDomain&quot;,&#xd;
10997                             &quot;version&quot;: &quot;1.0.0&quot;&#xd;
10998                         }&#xd;
10999                     ]&#xd;
11000                 }&#xd;
11001             ]&#xd;
11002         }&#xd;
11003     ]&#xd;
11004 }</stringProp>
11005                 <stringProp name="Argument.metadata">=</stringProp>
11006               </elementProp>
11007             </collectionProp>
11008           </elementProp>
11009         </HTTPSamplerProxy>
11010         <hashTree>
11011           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11012             <collectionProp name="Asserion.test_strings">
11013               <stringProp name="49588">202</stringProp>
11014             </collectionProp>
11015             <stringProp name="Assertion.custom_message"></stringProp>
11016             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11017             <boolProp name="Assertion.assume_success">false</boolProp>
11018             <intProp name="Assertion.test_type">1</intProp>
11019           </ResponseAssertion>
11020           <hashTree/>
11021         </hashTree>
11022         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Undeploy Default Policy" enabled="true">
11023           <intProp name="HTTPSampler.concurrentPool">6</intProp>
11024           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11025           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11026           <stringProp name="HTTPSampler.protocol">http</stringProp>
11027           <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/policies/operational.apex.stabilityTestDefaultDomain</stringProp>
11028           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11029           <stringProp name="HTTPSampler.method">DELETE</stringProp>
11030           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11031           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
11032           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
11033             <collectionProp name="Arguments.arguments"/>
11034           </elementProp>
11035         </HTTPSamplerProxy>
11036         <hashTree>
11037           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11038             <collectionProp name="Asserion.test_strings">
11039               <stringProp name="49588">202</stringProp>
11040             </collectionProp>
11041             <stringProp name="Assertion.custom_message"></stringProp>
11042             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11043             <boolProp name="Assertion.assume_success">false</boolProp>
11044             <intProp name="Assertion.test_type">1</intProp>
11045           </ResponseAssertion>
11046           <hashTree/>
11047           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
11048             <stringProp name="ConstantTimer.delay">5000</stringProp>
11049           </ConstantTimer>
11050           <hashTree/>
11051           <JSR223PostProcessor guiclass="TestBeanGUI" testclass="JSR223PostProcessor" testname="JSR223 PostProcessor" enabled="true">
11052             <stringProp name="TestPlan.comments">Set variables to use for verifying the deployment status</stringProp>
11053             <stringProp name="scriptLanguage">groovy</stringProp>
11054             <stringProp name="parameters"></stringProp>
11055             <stringProp name="filename"></stringProp>
11056             <stringProp name="cacheKey">true</stringProp>
11057             <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
11058 vars.put(&quot;statusResponse&quot;, &quot;operational.apex.stabilityTestDefaultDomain&quot;);
11059 //initialize counter to 0
11060 vars.put(&quot;status_check_counter&quot;, &quot;0&quot;);</stringProp>
11061           </JSR223PostProcessor>
11062           <hashTree/>
11063         </hashTree>
11064         <WhileController guiclass="WhileControllerGui" testclass="WhileController" testname="While Controller" enabled="true">
11065           <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>
11066           <stringProp name="TestPlan.comments">Wait until all policies are successfully undeployed</stringProp>
11067         </WhileController>
11068         <hashTree>
11069           <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check status of policies" enabled="true">
11070             <intProp name="HTTPSampler.concurrentPool">6</intProp>
11071             <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11072             <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11073             <stringProp name="HTTPSampler.protocol">http</stringProp>
11074             <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/status</stringProp>
11075             <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11076             <stringProp name="HTTPSampler.method">GET</stringProp>
11077             <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11078             <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
11079             <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
11080               <collectionProp name="Arguments.arguments"/>
11081             </elementProp>
11082           </HTTPSamplerProxy>
11083           <hashTree>
11084             <JSR223PostProcessor guiclass="TestBeanGUI" testclass="JSR223PostProcessor" testname="JSR223 PostProcessor" enabled="true">
11085               <stringProp name="scriptLanguage">groovy</stringProp>
11086               <stringProp name="parameters"></stringProp>
11087               <stringProp name="filename"></stringProp>
11088               <stringProp name="cacheKey">true</stringProp>
11089               <stringProp name="script">
11090 if (prev.getResponseCode() == &apos;200&apos;) {
11091     def res = prev.getResponseDataAsString();
11092     vars.put(&quot;statusResponse&quot;, res);
11093
11094     int x =(vars.get(&quot;status_check_counter&quot;)).toInteger();
11095     x = x + 1;
11096     vars.put(&quot;status_check_counter&quot;, Integer.toString(x));
11097 }</stringProp>
11098             </JSR223PostProcessor>
11099             <hashTree/>
11100           </hashTree>
11101           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
11102             <stringProp name="ConstantTimer.delay">3000</stringProp>
11103           </ConstantTimer>
11104           <hashTree/>
11105         </hashTree>
11106         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check PdpGroup Query" enabled="true">
11107           <stringProp name="TestPlan.comments">Check PdpGroup Query</stringProp>
11108           <intProp name="HTTPSampler.concurrentPool">6</intProp>
11109           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11110           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11111           <stringProp name="HTTPSampler.protocol">http</stringProp>
11112           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps</stringProp>
11113           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11114           <stringProp name="HTTPSampler.method">GET</stringProp>
11115           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11116           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
11117           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
11118             <collectionProp name="Arguments.arguments"/>
11119           </elementProp>
11120         </HTTPSamplerProxy>
11121         <hashTree>
11122           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11123             <collectionProp name="Asserion.test_strings">
11124               <stringProp name="49586">200</stringProp>
11125             </collectionProp>
11126             <stringProp name="Assertion.custom_message"></stringProp>
11127             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11128             <boolProp name="Assertion.assume_success">false</boolProp>
11129             <intProp name="Assertion.test_type">1</intProp>
11130           </ResponseAssertion>
11131           <hashTree/>
11132           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
11133             <stringProp name="scriptLanguage">groovy</stringProp>
11134             <stringProp name="parameters"></stringProp>
11135             <stringProp name="filename"></stringProp>
11136             <stringProp name="cacheKey">true</stringProp>
11137             <stringProp name="script">import groovy.json.JsonSlurper;
11138 def res = [];
11139 if (prev.getResponseCode() == &apos;200&apos;) {
11140     def jsonSlurper = new JsonSlurper();
11141     res = jsonSlurper.parseText(prev.getResponseDataAsString());
11142
11143     assert res instanceof Map;
11144     assert res.groups.size == 2;
11145
11146     for(int groupSize=0;groupSize&lt;res.groups.size;groupSize++){
11147
11148          for(int subGrpSize=0;subGrpSize&lt;res.groups[groupSize].pdpSubgroups.size;subGrpSize++){
11149                 
11150                         def pdpSubGrp=res.groups[groupSize].pdpSubgroups[subGrpSize];
11151                         if(pdpSubGrp.pdpType ==&apos;apex&apos;){
11152                                 assert pdpSubGrp.pdpInstances.size == 1; // 1 instance in defaultGroup and 1 in sampleGroup
11153                                 if (res.groups[groupSize].name == &apos;defaultGroup&apos;) {
11154                                              assert pdpSubGrp.policies.size == 0; 
11155                                 }
11156                              else if(res.groups[groupSize].name == &apos;sampleGroup&apos; ){
11157                                 assert pdpSubGrp.policies.size == 0;
11158                              }
11159                         }
11160                 
11161          }
11162     }
11163 }
11164 </stringProp>
11165           </JSR223Assertion>
11166           <hashTree/>
11167         </hashTree>
11168         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="PAP Metrics after deployments" enabled="true">
11169           <stringProp name="TestPlan.comments">PAP Metrics after deployments</stringProp>
11170           <intProp name="HTTPSampler.concurrentPool">6</intProp>
11171           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11172           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11173           <stringProp name="HTTPSampler.protocol">http</stringProp>
11174           <stringProp name="HTTPSampler.path">/policy/pap/v1/metrics</stringProp>
11175           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11176           <stringProp name="HTTPSampler.method">GET</stringProp>
11177           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11178           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
11179           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
11180             <collectionProp name="Arguments.arguments"/>
11181           </elementProp>
11182         </HTTPSamplerProxy>
11183         <hashTree>
11184           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11185             <collectionProp name="Asserion.test_strings">
11186               <stringProp name="49586">200</stringProp>
11187             </collectionProp>
11188             <stringProp name="Assertion.custom_message"></stringProp>
11189             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11190             <boolProp name="Assertion.assume_success">false</boolProp>
11191             <intProp name="Assertion.test_type">1</intProp>
11192           </ResponseAssertion>
11193           <hashTree/>
11194           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
11195             <stringProp name="scriptLanguage">groovy</stringProp>
11196             <stringProp name="parameters"></stringProp>
11197             <stringProp name="filename"></stringProp>
11198             <stringProp name="cacheKey">true</stringProp>
11199             <stringProp name="script">
11200 if (prev.getResponseCode() == &apos;200&apos;) {
11201     def res = prev.getResponseDataAsString();
11202
11203     def newDeploySuccessCount = &apos;0&apos;;
11204     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;deploy&quot;,status=&quot;SUCCESS&quot;,} &apos;)) {
11205         newDeploySuccessCount = (res =~ /pap_policy_deployments_total\{operation=&quot;deploy&quot;,status=&quot;SUCCESS&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1];
11206     }
11207
11208     def newUndeploySuccessCount = &apos;0&apos;;
11209     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;undeploy&quot;,status=&quot;SUCCESS&quot;,} &apos;)) {
11210         newUndeploySuccessCount = (res =~ /pap_policy_deployments_total\{operation=&quot;undeploy&quot;,status=&quot;SUCCESS&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1];
11211     }
11212     
11213     def newDeployFailureCount = &apos;0&apos;;
11214     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;deploy&quot;,status=&quot;FAILURE&quot;,} &apos;)) {
11215         newDeployFailureCount = (res =~ /pap_policy_deployments_total\{operation=&quot;deploy&quot;,status=&quot;FAILURE&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1];
11216     }
11217     def newUndeployFailureCount =  &apos;0&apos;;
11218     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;undeploy&quot;,status=&quot;FAILURE&quot;,} &apos;)) {
11219         newUndeployFailureCount = (res =~ /pap_policy_deployments_total\{operation=&quot;undeploy&quot;,status=&quot;FAILURE&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1]
11220     }
11221
11222     def newSimpleDeployAPICount =  &apos;0&apos;;
11223     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;)) {
11224         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]
11225     }
11226     def newSimpleUndeployAPICount =  &apos;0&apos;;
11227     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;)) {
11228         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]
11229     }
11230     def newBatchDeploymentAPICount =  &apos;0&apos;;
11231     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;)) {
11232         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]
11233     }
11234     log.info(&quot;newDeploySuccessCount: &quot;+ newDeploySuccessCount);
11235     log.info(&quot;newUndeploySuccessCount: &quot;+ newUndeploySuccessCount);
11236     log.info(&quot;newBatchDeploymentAPICount: &quot;+ newBatchDeploymentAPICount);
11237     log.info(&quot;newSimpleDeployAPICount: &quot;+ newSimpleDeployAPICount);
11238     log.info(&quot;newSimpleUndeployAPICount: &quot;+ newSimpleUndeployAPICount);
11239
11240     assert Long.valueOf(vars.get(&quot;deployFailureCount&quot;)) == Long.valueOf(newDeployFailureCount);
11241     assert Long.valueOf(vars.get(&quot;undeployFailureCount&quot;)) == Long.valueOf(newUndeployFailureCount);
11242     // One policy is deployed/undeployed using batch API and the other one using simple APIs
11243     assert (Long.valueOf(vars.get(&quot;simpleDeployAPICount&quot;))+1) &lt;= Long.valueOf(newSimpleDeployAPICount);
11244     assert (Long.valueOf(vars.get(&quot;simpleUndeployAPICount&quot;))+1) &lt;= Long.valueOf(newSimpleUndeployAPICount);
11245     assert (Long.valueOf(vars.get(&quot;batchDeploymentAPICount&quot;))+2) &lt;= Long.valueOf(newBatchDeploymentAPICount);
11246     assert (Long.valueOf(vars.get(&quot;deploySuccessCount&quot;))+2) &lt;= Long.valueOf(newDeploySuccessCount);
11247     assert (Long.valueOf(vars.get(&quot;undeploySuccessCount&quot;))+2) &lt;= Long.valueOf(newUndeploySuccessCount);
11248
11249 }</stringProp>
11250           </JSR223Assertion>
11251           <hashTree/>
11252         </hashTree>
11253       </hashTree>
11254       <PostThreadGroup guiclass="PostThreadGroupGui" testclass="PostThreadGroup" testname="tearDown Thread Group" enabled="true">
11255         <intProp name="ThreadGroup.num_threads">1</intProp>
11256         <intProp name="ThreadGroup.ramp_time">1</intProp>
11257         <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp>
11258         <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
11259         <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller">
11260           <stringProp name="LoopController.loops">1</stringProp>
11261           <boolProp name="LoopController.continue_forever">false</boolProp>
11262         </elementProp>
11263       </PostThreadGroup>
11264       <hashTree>
11265         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Change sampleGroup State to PASSIVE" enabled="true">
11266           <intProp name="HTTPSampler.concurrentPool">6</intProp>
11267           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11268           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11269           <stringProp name="HTTPSampler.protocol">http</stringProp>
11270           <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/groups/sampleGroup?state=PASSIVE</stringProp>
11271           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11272           <stringProp name="HTTPSampler.method">PUT</stringProp>
11273           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11274           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
11275           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
11276             <collectionProp name="Arguments.arguments"/>
11277           </elementProp>
11278         </HTTPSamplerProxy>
11279         <hashTree>
11280           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11281             <collectionProp name="Asserion.test_strings">
11282               <stringProp name="49586">200</stringProp>
11283             </collectionProp>
11284             <stringProp name="Assertion.custom_message"></stringProp>
11285             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11286             <boolProp name="Assertion.assume_success">false</boolProp>
11287             <intProp name="Assertion.test_type">1</intProp>
11288           </ResponseAssertion>
11289           <hashTree/>
11290         </hashTree>
11291         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Delete PdpGroup SampleGroup" enabled="true">
11292           <stringProp name="TestPlan.comments">Delete PdpGroup </stringProp>
11293           <intProp name="HTTPSampler.concurrentPool">6</intProp>
11294           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11295           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11296           <stringProp name="HTTPSampler.protocol">http</stringProp>
11297           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps/groups/sampleGroup</stringProp>
11298           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11299           <stringProp name="HTTPSampler.method">DELETE</stringProp>
11300           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11301           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
11302           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
11303             <collectionProp name="Arguments.arguments"/>
11304           </elementProp>
11305         </HTTPSamplerProxy>
11306         <hashTree>
11307           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11308             <collectionProp name="Asserion.test_strings">
11309               <stringProp name="49586">200</stringProp>
11310             </collectionProp>
11311             <stringProp name="Assertion.custom_message"></stringProp>
11312             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11313             <boolProp name="Assertion.assume_success">false</boolProp>
11314             <intProp name="Assertion.test_type">1</intProp>
11315           </ResponseAssertion>
11316           <hashTree/>
11317         </hashTree>
11318         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Change defaultGroup State to PASSIVE" enabled="true">
11319           <intProp name="HTTPSampler.concurrentPool">6</intProp>
11320           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11321           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11322           <stringProp name="HTTPSampler.protocol">http</stringProp>
11323           <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/groups/defaultGroup?state=PASSIVE</stringProp>
11324           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11325           <stringProp name="HTTPSampler.method">PUT</stringProp>
11326           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11327           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
11328           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
11329             <collectionProp name="Arguments.arguments"/>
11330           </elementProp>
11331         </HTTPSamplerProxy>
11332         <hashTree>
11333           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11334             <collectionProp name="Asserion.test_strings">
11335               <stringProp name="49586">200</stringProp>
11336             </collectionProp>
11337             <stringProp name="Assertion.custom_message"></stringProp>
11338             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11339             <boolProp name="Assertion.assume_success">false</boolProp>
11340             <intProp name="Assertion.test_type">1</intProp>
11341           </ResponseAssertion>
11342           <hashTree/>
11343         </hashTree>
11344         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Delete Policy defaultDomain" enabled="true">
11345           <intProp name="HTTPSampler.concurrentPool">6</intProp>
11346           <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp>
11347           <stringProp name="HTTPSampler.port">${API_PORT}</stringProp>
11348           <stringProp name="HTTPSampler.protocol">http</stringProp>
11349           <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>
11350           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11351           <stringProp name="HTTPSampler.method">DELETE</stringProp>
11352           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11353           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
11354           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
11355             <collectionProp name="Arguments.arguments"/>
11356           </elementProp>
11357         </HTTPSamplerProxy>
11358         <hashTree>
11359           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11360             <collectionProp name="Asserion.test_strings">
11361               <stringProp name="49586">200</stringProp>
11362             </collectionProp>
11363             <stringProp name="Assertion.custom_message"></stringProp>
11364             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11365             <boolProp name="Assertion.assume_success">false</boolProp>
11366             <intProp name="Assertion.test_type">1</intProp>
11367           </ResponseAssertion>
11368           <hashTree/>
11369         </hashTree>
11370         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Delete Policy for sampleGroup" enabled="true">
11371           <intProp name="HTTPSampler.concurrentPool">6</intProp>
11372           <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp>
11373           <stringProp name="HTTPSampler.port">${API_PORT}</stringProp>
11374           <stringProp name="HTTPSampler.protocol">http</stringProp>
11375           <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>
11376           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11377           <stringProp name="HTTPSampler.method">DELETE</stringProp>
11378           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11379           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
11380           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
11381             <collectionProp name="Arguments.arguments"/>
11382           </elementProp>
11383         </HTTPSamplerProxy>
11384         <hashTree>
11385           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11386             <collectionProp name="Asserion.test_strings">
11387               <stringProp name="49586">200</stringProp>
11388             </collectionProp>
11389             <stringProp name="Assertion.custom_message"></stringProp>
11390             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11391             <boolProp name="Assertion.assume_success">false</boolProp>
11392             <intProp name="Assertion.test_type">1</intProp>
11393           </ResponseAssertion>
11394           <hashTree/>
11395         </hashTree>
11396         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Delete Nodetemplate metadata for sampleDomain policy" enabled="true">
11397           <intProp name="HTTPSampler.concurrentPool">6</intProp>
11398           <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp>
11399           <stringProp name="HTTPSampler.port">${API_PORT}</stringProp>
11400           <stringProp name="HTTPSampler.protocol">http</stringProp>
11401           <stringProp name="HTTPSampler.path">/policy/api/v1/nodetemplates/apex.metadata.pnf/versions/1.0.0</stringProp>
11402           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11403           <stringProp name="HTTPSampler.method">DELETE</stringProp>
11404           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11405           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
11406           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
11407             <collectionProp name="Arguments.arguments"/>
11408           </elementProp>
11409         </HTTPSamplerProxy>
11410         <hashTree>
11411           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11412             <collectionProp name="Asserion.test_strings">
11413               <stringProp name="49586">200</stringProp>
11414             </collectionProp>
11415             <stringProp name="Assertion.custom_message"></stringProp>
11416             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11417             <boolProp name="Assertion.assume_success">false</boolProp>
11418             <intProp name="Assertion.test_type">1</intProp>
11419           </ResponseAssertion>
11420           <hashTree/>
11421         </hashTree>
11422       </hashTree>
11423       <ResultCollector guiclass="SummaryReport" testclass="ResultCollector" testname="Summary Report" enabled="true">
11424         <boolProp name="ResultCollector.error_logging">false</boolProp>
11425         <objProp>
11426           <name>saveConfig</name>
11427           <value class="SampleSaveConfiguration">
11428             <time>true</time>
11429             <latency>true</latency>
11430             <timestamp>true</timestamp>
11431             <success>true</success>
11432             <label>true</label>
11433             <code>true</code>
11434             <message>true</message>
11435             <threadName>true</threadName>
11436             <dataType>true</dataType>
11437             <encoding>false</encoding>
11438             <assertions>true</assertions>
11439             <subresults>true</subresults>
11440             <responseData>false</responseData>
11441             <samplerData>false</samplerData>
11442             <xml>false</xml>
11443             <fieldNames>true</fieldNames>
11444             <responseHeaders>false</responseHeaders>
11445             <requestHeaders>false</requestHeaders>
11446             <responseDataOnError>false</responseDataOnError>
11447             <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
11448             <assertionsResultsToSave>0</assertionsResultsToSave>
11449             <bytes>true</bytes>
11450             <sentBytes>true</sentBytes>
11451             <url>true</url>
11452             <threadCounts>true</threadCounts>
11453             <sampleCount>true</sampleCount>
11454             <idleTime>true</idleTime>
11455             <connectTime>true</connectTime>
11456           </value>
11457         </objProp>
11458         <stringProp name="filename">/home/ramesh/s3pTestResults.jtl</stringProp>
11459       </ResultCollector>
11460       <hashTree/>
11461       <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="true">
11462         <boolProp name="ResultCollector.error_logging">false</boolProp>
11463         <objProp>
11464           <name>saveConfig</name>
11465           <value class="SampleSaveConfiguration">
11466             <time>true</time>
11467             <latency>true</latency>
11468             <timestamp>true</timestamp>
11469             <success>true</success>
11470             <label>true</label>
11471             <code>true</code>
11472             <message>true</message>
11473             <threadName>true</threadName>
11474             <dataType>true</dataType>
11475             <encoding>false</encoding>
11476             <assertions>true</assertions>
11477             <subresults>true</subresults>
11478             <responseData>false</responseData>
11479             <samplerData>false</samplerData>
11480             <xml>false</xml>
11481             <fieldNames>true</fieldNames>
11482             <responseHeaders>false</responseHeaders>
11483             <requestHeaders>false</requestHeaders>
11484             <responseDataOnError>false</responseDataOnError>
11485             <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
11486             <assertionsResultsToSave>0</assertionsResultsToSave>
11487             <bytes>true</bytes>
11488             <sentBytes>true</sentBytes>
11489             <url>true</url>
11490             <threadCounts>true</threadCounts>
11491             <idleTime>true</idleTime>
11492             <connectTime>true</connectTime>
11493           </value>
11494         </objProp>
11495         <stringProp name="filename">/home/ramesh/s3pTestResults.jtl</stringProp>
11496       </ResultCollector>
11497       <hashTree/>
11498       <ResultCollector guiclass="TableVisualizer" testclass="ResultCollector" testname="View Results in Table" enabled="true">
11499         <boolProp name="ResultCollector.error_logging">false</boolProp>
11500         <objProp>
11501           <name>saveConfig</name>
11502           <value class="SampleSaveConfiguration">
11503             <time>true</time>
11504             <latency>true</latency>
11505             <timestamp>true</timestamp>
11506             <success>true</success>
11507             <label>true</label>
11508             <code>true</code>
11509             <message>true</message>
11510             <threadName>true</threadName>
11511             <dataType>true</dataType>
11512             <encoding>false</encoding>
11513             <assertions>true</assertions>
11514             <subresults>true</subresults>
11515             <responseData>false</responseData>
11516             <samplerData>false</samplerData>
11517             <xml>false</xml>
11518             <fieldNames>true</fieldNames>
11519             <responseHeaders>false</responseHeaders>
11520             <requestHeaders>false</requestHeaders>
11521             <responseDataOnError>false</responseDataOnError>
11522             <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
11523             <assertionsResultsToSave>0</assertionsResultsToSave>
11524             <bytes>true</bytes>
11525             <sentBytes>true</sentBytes>
11526             <url>true</url>
11527             <threadCounts>true</threadCounts>
11528             <idleTime>true</idleTime>
11529             <connectTime>true</connectTime>
11530           </value>
11531         </objProp>
11532         <stringProp name="filename">/home/ramesh/s3pTestResults.jtl</stringProp>
11533       </ResultCollector>
11534       <hashTree/>
11535     </hashTree>
11536   </hashTree>
11537 </jmeterTestPlan>