Set all cross references of policy/pap
[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;RESTSERVER&quot;,&#xd;
7522                   &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.event.carrier.restserver.RestServerCarrierTechnologyParameters&quot;,&#xd;
7523                   &quot;parameters&quot;: {&#xd;
7524                     &quot;standalone&quot;: true,&#xd;
7525                     &quot;host&quot;: &quot;0.0.0.0&quot;,&#xd;
7526                     &quot;port&quot;: 23324&#xd;
7527                   }&#xd;
7528                 },&#xd;
7529                 &quot;eventProtocolParameters&quot;: {&#xd;
7530                   &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
7531                 },&#xd;
7532                 &quot;synchronousMode&quot;: true,&#xd;
7533                 &quot;synchronousPeer&quot;: &quot;FirstProducer&quot;,&#xd;
7534                 &quot;synchronousTimeout&quot;: 2000&#xd;
7535               }&#xd;
7536             },&#xd;
7537             &quot;eventOutputParameters&quot;: {&#xd;
7538               &quot;FirstProducer&quot;: {&#xd;
7539                 &quot;carrierTechnologyParameters&quot;: {&#xd;
7540                   &quot;carrierTechnology&quot;: &quot;RESTSERVER&quot;,&#xd;
7541                   &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.event.carrier.restserver.RestServerCarrierTechnologyParameters&quot;&#xd;
7542                 },&#xd;
7543                 &quot;eventProtocolParameters&quot;: {&#xd;
7544                   &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
7545                 },&#xd;
7546                 &quot;synchronousMode&quot;: true,&#xd;
7547                 &quot;synchronousPeer&quot;: &quot;FirstConsumer&quot;,&#xd;
7548                 &quot;synchronousTimeout&quot;: 2000&#xd;
7549               }&#xd;
7550             }&#xd;
7551           }&#xd;
7552         }&#xd;
7553       }&#xd;
7554     ]&#xd;
7555   }&#xd;
7556 }&#xd;
7557 </stringProp>
7558                 <stringProp name="Argument.metadata">=</stringProp>
7559               </elementProp>
7560             </collectionProp>
7561           </elementProp>
7562         </HTTPSamplerProxy>
7563         <hashTree>
7564           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
7565             <collectionProp name="Asserion.test_strings">
7566               <stringProp name="49586">200</stringProp>
7567             </collectionProp>
7568             <stringProp name="Assertion.custom_message"></stringProp>
7569             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
7570             <boolProp name="Assertion.assume_success">false</boolProp>
7571             <intProp name="Assertion.test_type">1</intProp>
7572           </ResponseAssertion>
7573           <hashTree/>
7574         </hashTree>
7575         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Create Nodetemplate metadata for sampleGroup policy">
7576           <stringProp name="TestPlan.comments">Create Nodetemplate metadata for sampleGroup policy</stringProp>
7577           <intProp name="HTTPSampler.concurrentPool">6</intProp>
7578           <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp>
7579           <stringProp name="HTTPSampler.port">${API_PORT}</stringProp>
7580           <stringProp name="HTTPSampler.protocol">http</stringProp>
7581           <stringProp name="HTTPSampler.path">/policy/api/v1/nodetemplates</stringProp>
7582           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
7583           <stringProp name="HTTPSampler.method">POST</stringProp>
7584           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
7585           <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
7586           <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
7587             <collectionProp name="Arguments.arguments">
7588               <elementProp name="" elementType="HTTPArgument">
7589                 <boolProp name="HTTPArgument.always_encode">false</boolProp>
7590                 <stringProp name="Argument.value">{&#xd;
7591     &quot;tosca_definitions_version&quot;: &quot;tosca_simple_yaml_1_1_0&quot;,&#xd;
7592     &quot;node_types&quot;: {&#xd;
7593         &quot;org.onap.nodetypes.policy.MetadataSet&quot;: {&#xd;
7594             &quot;derived_from&quot;: &quot;tosca.nodetypes.Root&quot;,&#xd;
7595             &quot;version&quot;: &quot;1.0.0&quot;&#xd;
7596         }&#xd;
7597     },&#xd;
7598     &quot;topology_template&quot;: {&#xd;
7599         &quot;node_templates&quot;: {&#xd;
7600             &quot;apex.metadata.pnf&quot;: {&#xd;
7601                 &quot;version&quot;: &quot;1.0.0&quot;,&#xd;
7602                 &quot;type&quot;: &quot;org.onap.nodetypes.policy.MetadataSet&quot;,&#xd;
7603                 &quot;type_version&quot;: &quot;1.0.0&quot;,&#xd;
7604                 &quot;description&quot;: &quot;Metadata set for apex pnf Policy&quot;,&#xd;
7605                 &quot;metadata&quot;: {&#xd;
7606                     &quot;apexPolicyModel&quot;: {&#xd;
7607                         &quot;key&quot;: {&#xd;
7608                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop&quot;,&#xd;
7609                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7610                         },&#xd;
7611                         &quot;keyInformation&quot;: {&#xd;
7612                             &quot;key&quot;: {&#xd;
7613                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_KeyInfo&quot;,&#xd;
7614                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7615                             },&#xd;
7616                             &quot;keyInfoMap&quot;: {&#xd;
7617                                 &quot;entry&quot;: [&#xd;
7618                                     {&#xd;
7619                                         &quot;key&quot;: {&#xd;
7620                                             &quot;name&quot;: &quot;SimpleBooleanType&quot;,&#xd;
7621                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7622                                         },&#xd;
7623                                         &quot;value&quot;: {&#xd;
7624                                             &quot;key&quot;: {&#xd;
7625                                                 &quot;name&quot;: &quot;SimpleBooleanType&quot;,&#xd;
7626                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7627                                             },&#xd;
7628                                             &quot;UUID&quot;: &quot;7218fb2f-59e3-321d-9ae1-bc97b19eb4ae&quot;,&#xd;
7629                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleBooleanType:0.0.1\&quot;&quot;&#xd;
7630                                         }&#xd;
7631                                     },&#xd;
7632                                     {&#xd;
7633                                         &quot;key&quot;: {&#xd;
7634                                             &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseEvent&quot;,&#xd;
7635                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7636                                         },&#xd;
7637                                         &quot;value&quot;: {&#xd;
7638                                             &quot;key&quot;: {&#xd;
7639                                                 &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseEvent&quot;,&#xd;
7640                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7641                                             },&#xd;
7642                                             &quot;UUID&quot;: &quot;c8a29e27-0a15-354a-84f9-4c7f207e5c81&quot;,&#xd;
7643                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_AAIFailureResponseEvent:0.0.1\&quot;&quot;&#xd;
7644                                         }&#xd;
7645                                     },&#xd;
7646                                     {&#xd;
7647                                         &quot;key&quot;: {&#xd;
7648                                             &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
7649                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7650                                         },&#xd;
7651                                         &quot;value&quot;: {&#xd;
7652                                             &quot;key&quot;: {&#xd;
7653                                                 &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
7654                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7655                                             },&#xd;
7656                                             &quot;UUID&quot;: &quot;5e843cee-0180-39b9-8989-180b2ffe11c0&quot;,&#xd;
7657                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_AAIFailureResponseHandlerPolicy:0.0.1\&quot;&quot;&#xd;
7658                                         }&#xd;
7659                                     },&#xd;
7660                                     {&#xd;
7661                                         &quot;key&quot;: {&#xd;
7662                                             &quot;name&quot;: &quot;SimpleCL_AAIRequestErrorType&quot;,&#xd;
7663                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7664                                         },&#xd;
7665                                         &quot;value&quot;: {&#xd;
7666                                             &quot;key&quot;: {&#xd;
7667                                                 &quot;name&quot;: &quot;SimpleCL_AAIRequestErrorType&quot;,&#xd;
7668                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7669                                             },&#xd;
7670                                             &quot;UUID&quot;: &quot;90291c92-9b27-3cd9-8720-db572419c048&quot;,&#xd;
7671                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_AAIRequestErrorType:0.0.1\&quot;&quot;&#xd;
7672                                         }&#xd;
7673                                     },&#xd;
7674                                     {&#xd;
7675                                         &quot;key&quot;: {&#xd;
7676                                             &quot;name&quot;: &quot;SimpleCL_AAIRequestEvent&quot;,&#xd;
7677                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7678                                         },&#xd;
7679                                         &quot;value&quot;: {&#xd;
7680                                             &quot;key&quot;: {&#xd;
7681                                                 &quot;name&quot;: &quot;SimpleCL_AAIRequestEvent&quot;,&#xd;
7682                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7683                                             },&#xd;
7684                                             &quot;UUID&quot;: &quot;7b7e6751-4e0b-389d-98c0-5567bbc0294c&quot;,&#xd;
7685                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_AAIRequestEvent:0.0.1\&quot;&quot;&#xd;
7686                                         }&#xd;
7687                                     },&#xd;
7688                                     {&#xd;
7689                                         &quot;key&quot;: {&#xd;
7690                                             &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseEvent&quot;,&#xd;
7691                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7692                                         },&#xd;
7693                                         &quot;value&quot;: {&#xd;
7694                                             &quot;key&quot;: {&#xd;
7695                                                 &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseEvent&quot;,&#xd;
7696                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7697                                             },&#xd;
7698                                             &quot;UUID&quot;: &quot;63d5680c-14ef-3505-8d34-ebb646bba07b&quot;,&#xd;
7699                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_AAISuccessResponseEvent:0.0.1\&quot;&quot;&#xd;
7700                                         }&#xd;
7701                                     },&#xd;
7702                                     {&#xd;
7703                                         &quot;key&quot;: {&#xd;
7704                                             &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
7705                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7706                                         },&#xd;
7707                                         &quot;value&quot;: {&#xd;
7708                                             &quot;key&quot;: {&#xd;
7709                                                 &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
7710                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7711                                             },&#xd;
7712                                             &quot;UUID&quot;: &quot;a84ca97d-6e94-39a2-91f9-59a6c9aa435e&quot;,&#xd;
7713                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_AAISuccessResponseHandlerPolicy:0.0.1\&quot;&quot;&#xd;
7714                                         }&#xd;
7715                                     },&#xd;
7716                                     {&#xd;
7717                                         &quot;key&quot;: {&#xd;
7718                                             &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
7719                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7720                                         },&#xd;
7721                                         &quot;value&quot;: {&#xd;
7722                                             &quot;key&quot;: {&#xd;
7723                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
7724                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7725                                             },&#xd;
7726                                             &quot;UUID&quot;: &quot;0e2ee622-7fd3-3e49-82e2-539c4f5e9624&quot;,&#xd;
7727                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSActionIdentifiersType:0.0.1\&quot;&quot;&#xd;
7728                                         }&#xd;
7729                                     },&#xd;
7730                                     {&#xd;
7731                                         &quot;key&quot;: {&#xd;
7732                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseEvent&quot;,&#xd;
7733                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7734                                         },&#xd;
7735                                         &quot;value&quot;: {&#xd;
7736                                             &quot;key&quot;: {&#xd;
7737                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseEvent&quot;,&#xd;
7738                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7739                                             },&#xd;
7740                                             &quot;UUID&quot;: &quot;e84f8682-ea33-3ad0-8626-8bc4634581fc&quot;,&#xd;
7741                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifyFailureResponseEvent:0.0.1\&quot;&quot;&#xd;
7742                                         }&#xd;
7743                                     },&#xd;
7744                                     {&#xd;
7745                                         &quot;key&quot;: {&#xd;
7746                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
7747                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7748                                         },&#xd;
7749                                         &quot;value&quot;: {&#xd;
7750                                             &quot;key&quot;: {&#xd;
7751                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
7752                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7753                                             },&#xd;
7754                                             &quot;UUID&quot;: &quot;a252f835-2479-38ef-9ef4-20af62725752&quot;,&#xd;
7755                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy:0.0.1\&quot;&quot;&#xd;
7756                                         }&#xd;
7757                                     },&#xd;
7758                                     {&#xd;
7759                                         &quot;key&quot;: {&#xd;
7760                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseTask&quot;,&#xd;
7761                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7762                                         },&#xd;
7763                                         &quot;value&quot;: {&#xd;
7764                                             &quot;key&quot;: {&#xd;
7765                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseTask&quot;,&#xd;
7766                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7767                                             },&#xd;
7768                                             &quot;UUID&quot;: &quot;cfc46ea9-b8c1-38dd-ac9c-304c916daf34&quot;,&#xd;
7769                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifyFailureResponseTask:0.0.1\&quot;&quot;&#xd;
7770                                         }&#xd;
7771                                     },&#xd;
7772                                     {&#xd;
7773                                         &quot;key&quot;: {&#xd;
7774                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestEvent&quot;,&#xd;
7775                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7776                                         },&#xd;
7777                                         &quot;value&quot;: {&#xd;
7778                                             &quot;key&quot;: {&#xd;
7779                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestEvent&quot;,&#xd;
7780                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7781                                             },&#xd;
7782                                             &quot;UUID&quot;: &quot;1e7095d6-a455-3f89-acae-486e35d7e311&quot;,&#xd;
7783                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifyRequestEvent:0.0.1\&quot;&quot;&#xd;
7784                                         }&#xd;
7785                                     },&#xd;
7786                                     {&#xd;
7787                                         &quot;key&quot;: {&#xd;
7788                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&quot;,&#xd;
7789                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7790                                         },&#xd;
7791                                         &quot;value&quot;: {&#xd;
7792                                             &quot;key&quot;: {&#xd;
7793                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&quot;,&#xd;
7794                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7795                                             },&#xd;
7796                                             &quot;UUID&quot;: &quot;d22ea83b-695d-3da9-b9f5-41f16ca433bf&quot;,&#xd;
7797                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifyRequestPayloadType:0.0.1\&quot;&quot;&#xd;
7798                                         }&#xd;
7799                                     },&#xd;
7800                                     {&#xd;
7801                                         &quot;key&quot;: {&#xd;
7802                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyResponsePayloadType&quot;,&#xd;
7803                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7804                                         },&#xd;
7805                                         &quot;value&quot;: {&#xd;
7806                                             &quot;key&quot;: {&#xd;
7807                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyResponsePayloadType&quot;,&#xd;
7808                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7809                                             },&#xd;
7810                                             &quot;UUID&quot;: &quot;e9fe2e40-1f0d-30dd-8b9e-885695878693&quot;,&#xd;
7811                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifyResponsePayloadType:0.0.1\&quot;&quot;&#xd;
7812                                         }&#xd;
7813                                     },&#xd;
7814                                     {&#xd;
7815                                         &quot;key&quot;: {&#xd;
7816                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseEvent&quot;,&#xd;
7817                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7818                                         },&#xd;
7819                                         &quot;value&quot;: {&#xd;
7820                                             &quot;key&quot;: {&#xd;
7821                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseEvent&quot;,&#xd;
7822                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7823                                             },&#xd;
7824                                             &quot;UUID&quot;: &quot;5e04fa76-0a17-38a9-8524-23b2d1a23fa5&quot;,&#xd;
7825                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifySuccessResponseEvent:0.0.1\&quot;&quot;&#xd;
7826                                         }&#xd;
7827                                     },&#xd;
7828                                     {&#xd;
7829                                         &quot;key&quot;: {&#xd;
7830                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
7831                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7832                                         },&#xd;
7833                                         &quot;value&quot;: {&#xd;
7834                                             &quot;key&quot;: {&#xd;
7835                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
7836                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7837                                             },&#xd;
7838                                             &quot;UUID&quot;: &quot;15866380-40f5-3f8e-87d9-13747a36d352&quot;,&#xd;
7839                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy:0.0.1\&quot;&quot;&#xd;
7840                                         }&#xd;
7841                                     },&#xd;
7842                                     {&#xd;
7843                                         &quot;key&quot;: {&#xd;
7844                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseTask&quot;,&#xd;
7845                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7846                                         },&#xd;
7847                                         &quot;value&quot;: {&#xd;
7848                                             &quot;key&quot;: {&#xd;
7849                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseTask&quot;,&#xd;
7850                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7851                                             },&#xd;
7852                                             &quot;UUID&quot;: &quot;2c3d76ce-dd42-32ac-a397-ab418534e1cf&quot;,&#xd;
7853                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSConfigModifySuccessResponseTask:0.0.1\&quot;&quot;&#xd;
7854                                         }&#xd;
7855                                     },&#xd;
7856                                     {&#xd;
7857                                         &quot;key&quot;: {&#xd;
7858                                             &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseCommonHeaderType&quot;,&#xd;
7859                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7860                                         },&#xd;
7861                                         &quot;value&quot;: {&#xd;
7862                                             &quot;key&quot;: {&#xd;
7863                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseCommonHeaderType&quot;,&#xd;
7864                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7865                                             },&#xd;
7866                                             &quot;UUID&quot;: &quot;b99c44da-dae7-3c96-b528-58852537d063&quot;,&#xd;
7867                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSFailureResponseCommonHeaderType:0.0.1\&quot;&quot;&#xd;
7868                                         }&#xd;
7869                                     },&#xd;
7870                                     {&#xd;
7871                                         &quot;key&quot;: {&#xd;
7872                                             &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseStatusType&quot;,&#xd;
7873                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7874                                         },&#xd;
7875                                         &quot;value&quot;: {&#xd;
7876                                             &quot;key&quot;: {&#xd;
7877                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseStatusType&quot;,&#xd;
7878                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7879                                             },&#xd;
7880                                             &quot;UUID&quot;: &quot;1db688e2-3afe-3b03-9795-fdbfa80fa240&quot;,&#xd;
7881                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSFailureResponseStatusType:0.0.1\&quot;&quot;&#xd;
7882                                         }&#xd;
7883                                     },&#xd;
7884                                     {&#xd;
7885                                         &quot;key&quot;: {&#xd;
7886                                             &quot;name&quot;: &quot;SimpleCL_CDSRequestCommonHeaderType&quot;,&#xd;
7887                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7888                                         },&#xd;
7889                                         &quot;value&quot;: {&#xd;
7890                                             &quot;key&quot;: {&#xd;
7891                                                 &quot;name&quot;: &quot;SimpleCL_CDSRequestCommonHeaderType&quot;,&#xd;
7892                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7893                                             },&#xd;
7894                                             &quot;UUID&quot;: &quot;31022456-e85b-3a9b-9ecb-a09691792d3e&quot;,&#xd;
7895                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSRequestCommonHeaderType:0.0.1\&quot;&quot;&#xd;
7896                                         }&#xd;
7897                                     },&#xd;
7898                                     {&#xd;
7899                                         &quot;key&quot;: {&#xd;
7900                                             &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseCommonHeaderType&quot;,&#xd;
7901                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7902                                         },&#xd;
7903                                         &quot;value&quot;: {&#xd;
7904                                             &quot;key&quot;: {&#xd;
7905                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseCommonHeaderType&quot;,&#xd;
7906                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7907                                             },&#xd;
7908                                             &quot;UUID&quot;: &quot;d6075720-622e-3a0d-827a-aa4580a2f5d7&quot;,&#xd;
7909                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSSuccessResponseCommonHeaderType:0.0.1\&quot;&quot;&#xd;
7910                                         }&#xd;
7911                                     },&#xd;
7912                                     {&#xd;
7913                                         &quot;key&quot;: {&#xd;
7914                                             &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseStatusType&quot;,&#xd;
7915                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7916                                         },&#xd;
7917                                         &quot;value&quot;: {&#xd;
7918                                             &quot;key&quot;: {&#xd;
7919                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseStatusType&quot;,&#xd;
7920                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7921                                             },&#xd;
7922                                             &quot;UUID&quot;: &quot;948359ff-3308-3ac5-a5ec-6e3c1b9cd4d5&quot;,&#xd;
7923                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_CDSSuccessResponseStatusType:0.0.1\&quot;&quot;&#xd;
7924                                         }&#xd;
7925                                     },&#xd;
7926                                     {&#xd;
7927                                         &quot;key&quot;: {&#xd;
7928                                             &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
7929                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7930                                         },&#xd;
7931                                         &quot;value&quot;: {&#xd;
7932                                             &quot;key&quot;: {&#xd;
7933                                                 &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
7934                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7935                                             },&#xd;
7936                                             &quot;UUID&quot;: &quot;63a6fd26-2fd6-3a0e-8a27-49a5d2ea4644&quot;,&#xd;
7937                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_EventDetailsAlbum:0.0.1\&quot;&quot;&#xd;
7938                                         }&#xd;
7939                                     },&#xd;
7940                                     {&#xd;
7941                                         &quot;key&quot;: {&#xd;
7942                                             &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbumType&quot;,&#xd;
7943                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7944                                         },&#xd;
7945                                         &quot;value&quot;: {&#xd;
7946                                             &quot;key&quot;: {&#xd;
7947                                                 &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbumType&quot;,&#xd;
7948                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7949                                             },&#xd;
7950                                             &quot;UUID&quot;: &quot;a0407d0b-5719-38bf-9529-25ad62ace8c4&quot;,&#xd;
7951                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_EventDetailsAlbumType:0.0.1\&quot;&quot;&#xd;
7952                                         }&#xd;
7953                                     },&#xd;
7954                                     {&#xd;
7955                                         &quot;key&quot;: {&#xd;
7956                                             &quot;name&quot;: &quot;SimpleCL_HandleAAIFailureResponseTask&quot;,&#xd;
7957                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7958                                         },&#xd;
7959                                         &quot;value&quot;: {&#xd;
7960                                             &quot;key&quot;: {&#xd;
7961                                                 &quot;name&quot;: &quot;SimpleCL_HandleAAIFailureResponseTask&quot;,&#xd;
7962                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7963                                             },&#xd;
7964                                             &quot;UUID&quot;: &quot;28e894dc-4ab8-3469-aab7-d81bd05bb4c9&quot;,&#xd;
7965                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_HandleAAIFailureResponseTask:0.0.1\&quot;&quot;&#xd;
7966                                         }&#xd;
7967                                     },&#xd;
7968                                     {&#xd;
7969                                         &quot;key&quot;: {&#xd;
7970                                             &quot;name&quot;: &quot;SimpleCL_HandleAAISuccessResponseTask&quot;,&#xd;
7971                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7972                                         },&#xd;
7973                                         &quot;value&quot;: {&#xd;
7974                                             &quot;key&quot;: {&#xd;
7975                                                 &quot;name&quot;: &quot;SimpleCL_HandleAAISuccessResponseTask&quot;,&#xd;
7976                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7977                                             },&#xd;
7978                                             &quot;UUID&quot;: &quot;073f1433-999e-3506-98ad-ef820d2fa7f0&quot;,&#xd;
7979                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_HandleAAISuccessResponseTask:0.0.1\&quot;&quot;&#xd;
7980                                         }&#xd;
7981                                     },&#xd;
7982                                     {&#xd;
7983                                         &quot;key&quot;: {&#xd;
7984                                             &quot;name&quot;: &quot;SimpleCL_HandleVesEventTask&quot;,&#xd;
7985                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7986                                         },&#xd;
7987                                         &quot;value&quot;: {&#xd;
7988                                             &quot;key&quot;: {&#xd;
7989                                                 &quot;name&quot;: &quot;SimpleCL_HandleVesEventTask&quot;,&#xd;
7990                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
7991                                             },&#xd;
7992                                             &quot;UUID&quot;: &quot;afc6ed46-6801-3c85-bb4c-0ab5b0dd4a74&quot;,&#xd;
7993                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_HandleVesEventTask:0.0.1\&quot;&quot;&#xd;
7994                                         }&#xd;
7995                                     },&#xd;
7996                                     {&#xd;
7997                                         &quot;key&quot;: {&#xd;
7998                                             &quot;name&quot;: &quot;SimpleCL_LogStatusEvent&quot;,&#xd;
7999                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8000                                         },&#xd;
8001                                         &quot;value&quot;: {&#xd;
8002                                             &quot;key&quot;: {&#xd;
8003                                                 &quot;name&quot;: &quot;SimpleCL_LogStatusEvent&quot;,&#xd;
8004                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8005                                             },&#xd;
8006                                             &quot;UUID&quot;: &quot;98e1ddd7-3bd9-30c1-b877-4b9b4d3bff15&quot;,&#xd;
8007                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_LogStatusEvent:0.0.1\&quot;&quot;&#xd;
8008                                         }&#xd;
8009                                     },&#xd;
8010                                     {&#xd;
8011                                         &quot;key&quot;: {&#xd;
8012                                             &quot;name&quot;: &quot;SimpleCL_VesEvent&quot;,&#xd;
8013                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8014                                         },&#xd;
8015                                         &quot;value&quot;: {&#xd;
8016                                             &quot;key&quot;: {&#xd;
8017                                                 &quot;name&quot;: &quot;SimpleCL_VesEvent&quot;,&#xd;
8018                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8019                                             },&#xd;
8020                                             &quot;UUID&quot;: &quot;0f57665a-f0a9-314e-ad0a-04c1f5758174&quot;,&#xd;
8021                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_VesEvent:0.0.1\&quot;&quot;&#xd;
8022                                         }&#xd;
8023                                     },&#xd;
8024                                     {&#xd;
8025                                         &quot;key&quot;: {&#xd;
8026                                             &quot;name&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8027                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8028                                         },&#xd;
8029                                         &quot;value&quot;: {&#xd;
8030                                             &quot;key&quot;: {&#xd;
8031                                                 &quot;name&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8032                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8033                                             },&#xd;
8034                                             &quot;UUID&quot;: &quot;ba5d9a46-8cb4-3fbe-84fd-eabba5b7dd4b&quot;,&#xd;
8035                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_VesEventHandlerPolicy:0.0.1\&quot;&quot;&#xd;
8036                                         }&#xd;
8037                                     },&#xd;
8038                                     {&#xd;
8039                                         &quot;key&quot;: {&#xd;
8040                                             &quot;name&quot;: &quot;SimpleCL_VesEventType&quot;,&#xd;
8041                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8042                                         },&#xd;
8043                                         &quot;value&quot;: {&#xd;
8044                                             &quot;key&quot;: {&#xd;
8045                                                 &quot;name&quot;: &quot;SimpleCL_VesEventType&quot;,&#xd;
8046                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8047                                             },&#xd;
8048                                             &quot;UUID&quot;: &quot;9fd7a967-57d4-36ef-81e9-c3396f3aa8d1&quot;,&#xd;
8049                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleCL_VesEventType:0.0.1\&quot;&quot;&#xd;
8050                                         }&#xd;
8051                                     },&#xd;
8052                                     {&#xd;
8053                                         &quot;key&quot;: {&#xd;
8054                                             &quot;name&quot;: &quot;SimpleLongType&quot;,&#xd;
8055                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8056                                         },&#xd;
8057                                         &quot;value&quot;: {&#xd;
8058                                             &quot;key&quot;: {&#xd;
8059                                                 &quot;name&quot;: &quot;SimpleLongType&quot;,&#xd;
8060                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8061                                             },&#xd;
8062                                             &quot;UUID&quot;: &quot;2dfcd9ec-a6f9-3f9f-958f-9b36cf4ac574&quot;,&#xd;
8063                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleLongType:0.0.1\&quot;&quot;&#xd;
8064                                         }&#xd;
8065                                     },&#xd;
8066                                     {&#xd;
8067                                         &quot;key&quot;: {&#xd;
8068                                             &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8069                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8070                                         },&#xd;
8071                                         &quot;value&quot;: {&#xd;
8072                                             &quot;key&quot;: {&#xd;
8073                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8074                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8075                                             },&#xd;
8076                                             &quot;UUID&quot;: &quot;8a4957cf-9493-3a76-8c22-a208e23259af&quot;,&#xd;
8077                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;SimpleStringType:0.0.1\&quot;&quot;&#xd;
8078                                         }&#xd;
8079                                     },&#xd;
8080                                     {&#xd;
8081                                         &quot;key&quot;: {&#xd;
8082                                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop&quot;,&#xd;
8083                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8084                                         },&#xd;
8085                                         &quot;value&quot;: {&#xd;
8086                                             &quot;key&quot;: {&#xd;
8087                                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop&quot;,&#xd;
8088                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8089                                             },&#xd;
8090                                             &quot;UUID&quot;: &quot;ecc97b87-f30b-344c-a476-d36501bf5cbd&quot;,&#xd;
8091                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;onap.policies.apex.Simplecontrolloop:0.0.1\&quot;&quot;&#xd;
8092                                         }&#xd;
8093                                     },&#xd;
8094                                     {&#xd;
8095                                         &quot;key&quot;: {&#xd;
8096                                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Albums&quot;,&#xd;
8097                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8098                                         },&#xd;
8099                                         &quot;value&quot;: {&#xd;
8100                                             &quot;key&quot;: {&#xd;
8101                                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Albums&quot;,&#xd;
8102                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8103                                             },&#xd;
8104                                             &quot;UUID&quot;: &quot;1469671a-56dd-3a68-bf6c-77a5cf7a9487&quot;,&#xd;
8105                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;onap.policies.apex.Simplecontrolloop_Albums:0.0.1\&quot;&quot;&#xd;
8106                                         }&#xd;
8107                                     },&#xd;
8108                                     {&#xd;
8109                                         &quot;key&quot;: {&#xd;
8110                                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Events&quot;,&#xd;
8111                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8112                                         },&#xd;
8113                                         &quot;value&quot;: {&#xd;
8114                                             &quot;key&quot;: {&#xd;
8115                                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Events&quot;,&#xd;
8116                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8117                                             },&#xd;
8118                                             &quot;UUID&quot;: &quot;23c4eee4-aba5-36f6-96d6-46f40061bfed&quot;,&#xd;
8119                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;onap.policies.apex.Simplecontrolloop_Events:0.0.1\&quot;&quot;&#xd;
8120                                         }&#xd;
8121                                     },&#xd;
8122                                     {&#xd;
8123                                         &quot;key&quot;: {&#xd;
8124                                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_KeyInfo&quot;,&#xd;
8125                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8126                                         },&#xd;
8127                                         &quot;value&quot;: {&#xd;
8128                                             &quot;key&quot;: {&#xd;
8129                                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_KeyInfo&quot;,&#xd;
8130                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8131                                             },&#xd;
8132                                             &quot;UUID&quot;: &quot;ea9e73ff-483c-3827-896c-6eaa9d69bc6e&quot;,&#xd;
8133                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;onap.policies.apex.Simplecontrolloop_KeyInfo:0.0.1\&quot;&quot;&#xd;
8134                                         }&#xd;
8135                                     },&#xd;
8136                                     {&#xd;
8137                                         &quot;key&quot;: {&#xd;
8138                                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Policies&quot;,&#xd;
8139                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8140                                         },&#xd;
8141                                         &quot;value&quot;: {&#xd;
8142                                             &quot;key&quot;: {&#xd;
8143                                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Policies&quot;,&#xd;
8144                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8145                                             },&#xd;
8146                                             &quot;UUID&quot;: &quot;38c068e5-bb9a-3997-9e50-ec77c66825c8&quot;,&#xd;
8147                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;onap.policies.apex.Simplecontrolloop_Policies:0.0.1\&quot;&quot;&#xd;
8148                                         }&#xd;
8149                                     },&#xd;
8150                                     {&#xd;
8151                                         &quot;key&quot;: {&#xd;
8152                                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Schemas&quot;,&#xd;
8153                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8154                                         },&#xd;
8155                                         &quot;value&quot;: {&#xd;
8156                                             &quot;key&quot;: {&#xd;
8157                                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Schemas&quot;,&#xd;
8158                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8159                                             },&#xd;
8160                                             &quot;UUID&quot;: &quot;38514b27-8b9b-3d06-844a-3aced27deb0a&quot;,&#xd;
8161                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;onap.policies.apex.Simplecontrolloop_Schemas:0.0.1\&quot;&quot;&#xd;
8162                                         }&#xd;
8163                                     },&#xd;
8164                                     {&#xd;
8165                                         &quot;key&quot;: {&#xd;
8166                                             &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Tasks&quot;,&#xd;
8167                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8168                                         },&#xd;
8169                                         &quot;value&quot;: {&#xd;
8170                                             &quot;key&quot;: {&#xd;
8171                                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Tasks&quot;,&#xd;
8172                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8173                                             },&#xd;
8174                                             &quot;UUID&quot;: &quot;0e0387b5-07fa-30e4-8554-eb51d2e18939&quot;,&#xd;
8175                                             &quot;description&quot;: &quot;Generated description for concept referred to by key \&quot;onap.policies.apex.Simplecontrolloop_Tasks:0.0.1\&quot;&quot;&#xd;
8176                                         }&#xd;
8177                                     }&#xd;
8178                                 ]&#xd;
8179                             }&#xd;
8180                         },&#xd;
8181                         &quot;policies&quot;: {&#xd;
8182                             &quot;key&quot;: {&#xd;
8183                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Policies&quot;,&#xd;
8184                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8185                             },&#xd;
8186                             &quot;policyMap&quot;: {&#xd;
8187                                 &quot;entry&quot;: [&#xd;
8188                                     {&#xd;
8189                                         &quot;key&quot;: {&#xd;
8190                                             &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
8191                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8192                                         },&#xd;
8193                                         &quot;value&quot;: {&#xd;
8194                                             &quot;policyKey&quot;: {&#xd;
8195                                                 &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
8196                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8197                                             },&#xd;
8198                                             &quot;template&quot;: &quot;Freestyle&quot;,&#xd;
8199                                             &quot;state&quot;: {&#xd;
8200                                                 &quot;entry&quot;: [&#xd;
8201                                                     {&#xd;
8202                                                         &quot;key&quot;: &quot;SimpleCL_ReceiveAAIFailureResponseState&quot;,&#xd;
8203                                                         &quot;value&quot;: {&#xd;
8204                                                             &quot;stateKey&quot;: {&#xd;
8205                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
8206                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8207                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8208                                                                 &quot;localName&quot;: &quot;SimpleCL_ReceiveAAIFailureResponseState&quot;&#xd;
8209                                                             },&#xd;
8210                                                             &quot;trigger&quot;: {&#xd;
8211                                                                 &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseEvent&quot;,&#xd;
8212                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8213                                                             },&#xd;
8214                                                             &quot;stateOutputs&quot;: {&#xd;
8215                                                                 &quot;entry&quot;: [&#xd;
8216                                                                     {&#xd;
8217                                                                         &quot;key&quot;: &quot;AAIFailureStateOutput&quot;,&#xd;
8218                                                                         &quot;value&quot;: {&#xd;
8219                                                                             &quot;key&quot;: {&#xd;
8220                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
8221                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8222                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveAAIFailureResponseState&quot;,&#xd;
8223                                                                                 &quot;localName&quot;: &quot;AAIFailureStateOutput&quot;&#xd;
8224                                                                             },&#xd;
8225                                                                             &quot;outgoingEvent&quot;: {&#xd;
8226                                                                                 &quot;name&quot;: &quot;SimpleCL_LogStatusEvent&quot;,&#xd;
8227                                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8228                                                                             },&#xd;
8229                                                                             &quot;nextState&quot;: {&#xd;
8230                                                                                 &quot;parentKeyName&quot;: &quot;NULL&quot;,&#xd;
8231                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.0&quot;,&#xd;
8232                                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8233                                                                                 &quot;localName&quot;: &quot;NULL&quot;&#xd;
8234                                                                             }&#xd;
8235                                                                         }&#xd;
8236                                                                     }&#xd;
8237                                                                 ]&#xd;
8238                                                             },&#xd;
8239                                                             &quot;contextAlbumReference&quot;: [],&#xd;
8240                                                             &quot;taskSelectionLogic&quot;: {&#xd;
8241                                                                 &quot;key&quot;: &quot;NULL&quot;,&#xd;
8242                                                                 &quot;logicFlavour&quot;: &quot;UNDEFINED&quot;,&#xd;
8243                                                                 &quot;logic&quot;: &quot;&quot;&#xd;
8244                                                             },&#xd;
8245                                                             &quot;stateFinalizerLogicMap&quot;: {&#xd;
8246                                                                 &quot;entry&quot;: []&#xd;
8247                                                             },&#xd;
8248                                                             &quot;defaultTask&quot;: {&#xd;
8249                                                                 &quot;name&quot;: &quot;SimpleCL_HandleAAIFailureResponseTask&quot;,&#xd;
8250                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8251                                                             },&#xd;
8252                                                             &quot;taskReferences&quot;: {&#xd;
8253                                                                 &quot;entry&quot;: [&#xd;
8254                                                                     {&#xd;
8255                                                                         &quot;key&quot;: {&#xd;
8256                                                                             &quot;name&quot;: &quot;SimpleCL_HandleAAIFailureResponseTask&quot;,&#xd;
8257                                                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8258                                                                         },&#xd;
8259                                                                         &quot;value&quot;: {&#xd;
8260                                                                             &quot;key&quot;: {&#xd;
8261                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
8262                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8263                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveAAIFailureResponseState&quot;,&#xd;
8264                                                                                 &quot;localName&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;&#xd;
8265                                                                             },&#xd;
8266                                                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
8267                                                                             &quot;output&quot;: {&#xd;
8268                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAIFailureResponseHandlerPolicy&quot;,&#xd;
8269                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8270                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveAAIFailureResponseState&quot;,&#xd;
8271                                                                                 &quot;localName&quot;: &quot;AAIFailureStateOutput&quot;&#xd;
8272                                                                             }&#xd;
8273                                                                         }&#xd;
8274                                                                     }&#xd;
8275                                                                 ]&#xd;
8276                                                             }&#xd;
8277                                                         }&#xd;
8278                                                     }&#xd;
8279                                                 ]&#xd;
8280                                             },&#xd;
8281                                             &quot;firstState&quot;: &quot;SimpleCL_ReceiveAAIFailureResponseState&quot;&#xd;
8282                                         }&#xd;
8283                                     },&#xd;
8284                                     {&#xd;
8285                                         &quot;key&quot;: {&#xd;
8286                                             &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
8287                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8288                                         },&#xd;
8289                                         &quot;value&quot;: {&#xd;
8290                                             &quot;policyKey&quot;: {&#xd;
8291                                                 &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
8292                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8293                                             },&#xd;
8294                                             &quot;template&quot;: &quot;Freestyle&quot;,&#xd;
8295                                             &quot;state&quot;: {&#xd;
8296                                                 &quot;entry&quot;: [&#xd;
8297                                                     {&#xd;
8298                                                         &quot;key&quot;: &quot;SimpleCL_ReceiveAAISuccessResponseState&quot;,&#xd;
8299                                                         &quot;value&quot;: {&#xd;
8300                                                             &quot;stateKey&quot;: {&#xd;
8301                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
8302                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8303                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8304                                                                 &quot;localName&quot;: &quot;SimpleCL_ReceiveAAISuccessResponseState&quot;&#xd;
8305                                                             },&#xd;
8306                                                             &quot;trigger&quot;: {&#xd;
8307                                                                 &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseEvent&quot;,&#xd;
8308                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8309                                                             },&#xd;
8310                                                             &quot;stateOutputs&quot;: {&#xd;
8311                                                                 &quot;entry&quot;: [&#xd;
8312                                                                     {&#xd;
8313                                                                         &quot;key&quot;: &quot;AAISuccessStateOutput&quot;,&#xd;
8314                                                                         &quot;value&quot;: {&#xd;
8315                                                                             &quot;key&quot;: {&#xd;
8316                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
8317                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8318                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveAAISuccessResponseState&quot;,&#xd;
8319                                                                                 &quot;localName&quot;: &quot;AAISuccessStateOutput&quot;&#xd;
8320                                                                             },&#xd;
8321                                                                             &quot;outgoingEvent&quot;: {&#xd;
8322                                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestEvent&quot;,&#xd;
8323                                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8324                                                                             },&#xd;
8325                                                                             &quot;nextState&quot;: {&#xd;
8326                                                                                 &quot;parentKeyName&quot;: &quot;NULL&quot;,&#xd;
8327                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.0&quot;,&#xd;
8328                                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8329                                                                                 &quot;localName&quot;: &quot;NULL&quot;&#xd;
8330                                                                             }&#xd;
8331                                                                         }&#xd;
8332                                                                     }&#xd;
8333                                                                 ]&#xd;
8334                                                             },&#xd;
8335                                                             &quot;contextAlbumReference&quot;: [],&#xd;
8336                                                             &quot;taskSelectionLogic&quot;: {&#xd;
8337                                                                 &quot;key&quot;: &quot;NULL&quot;,&#xd;
8338                                                                 &quot;logicFlavour&quot;: &quot;UNDEFINED&quot;,&#xd;
8339                                                                 &quot;logic&quot;: &quot;&quot;&#xd;
8340                                                             },&#xd;
8341                                                             &quot;stateFinalizerLogicMap&quot;: {&#xd;
8342                                                                 &quot;entry&quot;: []&#xd;
8343                                                             },&#xd;
8344                                                             &quot;defaultTask&quot;: {&#xd;
8345                                                                 &quot;name&quot;: &quot;SimpleCL_HandleAAISuccessResponseTask&quot;,&#xd;
8346                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8347                                                             },&#xd;
8348                                                             &quot;taskReferences&quot;: {&#xd;
8349                                                                 &quot;entry&quot;: [&#xd;
8350                                                                     {&#xd;
8351                                                                         &quot;key&quot;: {&#xd;
8352                                                                             &quot;name&quot;: &quot;SimpleCL_HandleAAISuccessResponseTask&quot;,&#xd;
8353                                                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8354                                                                         },&#xd;
8355                                                                         &quot;value&quot;: {&#xd;
8356                                                                             &quot;key&quot;: {&#xd;
8357                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
8358                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8359                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveAAISuccessResponseState&quot;,&#xd;
8360                                                                                 &quot;localName&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;&#xd;
8361                                                                             },&#xd;
8362                                                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
8363                                                                             &quot;output&quot;: {&#xd;
8364                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_AAISuccessResponseHandlerPolicy&quot;,&#xd;
8365                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8366                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveAAISuccessResponseState&quot;,&#xd;
8367                                                                                 &quot;localName&quot;: &quot;AAISuccessStateOutput&quot;&#xd;
8368                                                                             }&#xd;
8369                                                                         }&#xd;
8370                                                                     }&#xd;
8371                                                                 ]&#xd;
8372                                                             }&#xd;
8373                                                         }&#xd;
8374                                                     }&#xd;
8375                                                 ]&#xd;
8376                                             },&#xd;
8377                                             &quot;firstState&quot;: &quot;SimpleCL_ReceiveAAISuccessResponseState&quot;&#xd;
8378                                         }&#xd;
8379                                     },&#xd;
8380                                     {&#xd;
8381                                         &quot;key&quot;: {&#xd;
8382                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
8383                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8384                                         },&#xd;
8385                                         &quot;value&quot;: {&#xd;
8386                                             &quot;policyKey&quot;: {&#xd;
8387                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
8388                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8389                                             },&#xd;
8390                                             &quot;template&quot;: &quot;Freestyle&quot;,&#xd;
8391                                             &quot;state&quot;: {&#xd;
8392                                                 &quot;entry&quot;: [&#xd;
8393                                                     {&#xd;
8394                                                         &quot;key&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseState&quot;,&#xd;
8395                                                         &quot;value&quot;: {&#xd;
8396                                                             &quot;stateKey&quot;: {&#xd;
8397                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
8398                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8399                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8400                                                                 &quot;localName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseState&quot;&#xd;
8401                                                             },&#xd;
8402                                                             &quot;trigger&quot;: {&#xd;
8403                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseEvent&quot;,&#xd;
8404                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8405                                                             },&#xd;
8406                                                             &quot;stateOutputs&quot;: {&#xd;
8407                                                                 &quot;entry&quot;: [&#xd;
8408                                                                     {&#xd;
8409                                                                         &quot;key&quot;: &quot;ConfigModifyFailureResponseOutput&quot;,&#xd;
8410                                                                         &quot;value&quot;: {&#xd;
8411                                                                             &quot;key&quot;: {&#xd;
8412                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
8413                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8414                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseState&quot;,&#xd;
8415                                                                                 &quot;localName&quot;: &quot;ConfigModifyFailureResponseOutput&quot;&#xd;
8416                                                                             },&#xd;
8417                                                                             &quot;outgoingEvent&quot;: {&#xd;
8418                                                                                 &quot;name&quot;: &quot;SimpleCL_LogStatusEvent&quot;,&#xd;
8419                                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8420                                                                             },&#xd;
8421                                                                             &quot;nextState&quot;: {&#xd;
8422                                                                                 &quot;parentKeyName&quot;: &quot;NULL&quot;,&#xd;
8423                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.0&quot;,&#xd;
8424                                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8425                                                                                 &quot;localName&quot;: &quot;NULL&quot;&#xd;
8426                                                                             }&#xd;
8427                                                                         }&#xd;
8428                                                                     }&#xd;
8429                                                                 ]&#xd;
8430                                                             },&#xd;
8431                                                             &quot;contextAlbumReference&quot;: [],&#xd;
8432                                                             &quot;taskSelectionLogic&quot;: {&#xd;
8433                                                                 &quot;key&quot;: &quot;NULL&quot;,&#xd;
8434                                                                 &quot;logicFlavour&quot;: &quot;UNDEFINED&quot;,&#xd;
8435                                                                 &quot;logic&quot;: &quot;&quot;&#xd;
8436                                                             },&#xd;
8437                                                             &quot;stateFinalizerLogicMap&quot;: {&#xd;
8438                                                                 &quot;entry&quot;: []&#xd;
8439                                                             },&#xd;
8440                                                             &quot;defaultTask&quot;: {&#xd;
8441                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseTask&quot;,&#xd;
8442                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8443                                                             },&#xd;
8444                                                             &quot;taskReferences&quot;: {&#xd;
8445                                                                 &quot;entry&quot;: [&#xd;
8446                                                                     {&#xd;
8447                                                                         &quot;key&quot;: {&#xd;
8448                                                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseTask&quot;,&#xd;
8449                                                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8450                                                                         },&#xd;
8451                                                                         &quot;value&quot;: {&#xd;
8452                                                                             &quot;key&quot;: {&#xd;
8453                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
8454                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8455                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseState&quot;,&#xd;
8456                                                                                 &quot;localName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;&#xd;
8457                                                                             },&#xd;
8458                                                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
8459                                                                             &quot;output&quot;: {&#xd;
8460                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseHandlerPolicy&quot;,&#xd;
8461                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8462                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseState&quot;,&#xd;
8463                                                                                 &quot;localName&quot;: &quot;ConfigModifyFailureResponseOutput&quot;&#xd;
8464                                                                             }&#xd;
8465                                                                         }&#xd;
8466                                                                     }&#xd;
8467                                                                 ]&#xd;
8468                                                             }&#xd;
8469                                                         }&#xd;
8470                                                     }&#xd;
8471                                                 ]&#xd;
8472                                             },&#xd;
8473                                             &quot;firstState&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseState&quot;&#xd;
8474                                         }&#xd;
8475                                     },&#xd;
8476                                     {&#xd;
8477                                         &quot;key&quot;: {&#xd;
8478                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
8479                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8480                                         },&#xd;
8481                                         &quot;value&quot;: {&#xd;
8482                                             &quot;policyKey&quot;: {&#xd;
8483                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
8484                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8485                                             },&#xd;
8486                                             &quot;template&quot;: &quot;Freestyle&quot;,&#xd;
8487                                             &quot;state&quot;: {&#xd;
8488                                                 &quot;entry&quot;: [&#xd;
8489                                                     {&#xd;
8490                                                         &quot;key&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseState&quot;,&#xd;
8491                                                         &quot;value&quot;: {&#xd;
8492                                                             &quot;stateKey&quot;: {&#xd;
8493                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
8494                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8495                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8496                                                                 &quot;localName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseState&quot;&#xd;
8497                                                             },&#xd;
8498                                                             &quot;trigger&quot;: {&#xd;
8499                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseEvent&quot;,&#xd;
8500                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8501                                                             },&#xd;
8502                                                             &quot;stateOutputs&quot;: {&#xd;
8503                                                                 &quot;entry&quot;: [&#xd;
8504                                                                     {&#xd;
8505                                                                         &quot;key&quot;: &quot;ConfigModifySuccessResponseOutput&quot;,&#xd;
8506                                                                         &quot;value&quot;: {&#xd;
8507                                                                             &quot;key&quot;: {&#xd;
8508                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
8509                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8510                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseState&quot;,&#xd;
8511                                                                                 &quot;localName&quot;: &quot;ConfigModifySuccessResponseOutput&quot;&#xd;
8512                                                                             },&#xd;
8513                                                                             &quot;outgoingEvent&quot;: {&#xd;
8514                                                                                 &quot;name&quot;: &quot;SimpleCL_LogStatusEvent&quot;,&#xd;
8515                                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8516                                                                             },&#xd;
8517                                                                             &quot;nextState&quot;: {&#xd;
8518                                                                                 &quot;parentKeyName&quot;: &quot;NULL&quot;,&#xd;
8519                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.0&quot;,&#xd;
8520                                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8521                                                                                 &quot;localName&quot;: &quot;NULL&quot;&#xd;
8522                                                                             }&#xd;
8523                                                                         }&#xd;
8524                                                                     }&#xd;
8525                                                                 ]&#xd;
8526                                                             },&#xd;
8527                                                             &quot;contextAlbumReference&quot;: [],&#xd;
8528                                                             &quot;taskSelectionLogic&quot;: {&#xd;
8529                                                                 &quot;key&quot;: &quot;NULL&quot;,&#xd;
8530                                                                 &quot;logicFlavour&quot;: &quot;UNDEFINED&quot;,&#xd;
8531                                                                 &quot;logic&quot;: &quot;&quot;&#xd;
8532                                                             },&#xd;
8533                                                             &quot;stateFinalizerLogicMap&quot;: {&#xd;
8534                                                                 &quot;entry&quot;: []&#xd;
8535                                                             },&#xd;
8536                                                             &quot;defaultTask&quot;: {&#xd;
8537                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseTask&quot;,&#xd;
8538                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8539                                                             },&#xd;
8540                                                             &quot;taskReferences&quot;: {&#xd;
8541                                                                 &quot;entry&quot;: [&#xd;
8542                                                                     {&#xd;
8543                                                                         &quot;key&quot;: {&#xd;
8544                                                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseTask&quot;,&#xd;
8545                                                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8546                                                                         },&#xd;
8547                                                                         &quot;value&quot;: {&#xd;
8548                                                                             &quot;key&quot;: {&#xd;
8549                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
8550                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8551                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseState&quot;,&#xd;
8552                                                                                 &quot;localName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;&#xd;
8553                                                                             },&#xd;
8554                                                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
8555                                                                             &quot;output&quot;: {&#xd;
8556                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseHandlerPolicy&quot;,&#xd;
8557                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8558                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseState&quot;,&#xd;
8559                                                                                 &quot;localName&quot;: &quot;ConfigModifySuccessResponseOutput&quot;&#xd;
8560                                                                             }&#xd;
8561                                                                         }&#xd;
8562                                                                     }&#xd;
8563                                                                 ]&#xd;
8564                                                             }&#xd;
8565                                                         }&#xd;
8566                                                     }&#xd;
8567                                                 ]&#xd;
8568                                             },&#xd;
8569                                             &quot;firstState&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseState&quot;&#xd;
8570                                         }&#xd;
8571                                     },&#xd;
8572                                     {&#xd;
8573                                         &quot;key&quot;: {&#xd;
8574                                             &quot;name&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8575                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8576                                         },&#xd;
8577                                         &quot;value&quot;: {&#xd;
8578                                             &quot;policyKey&quot;: {&#xd;
8579                                                 &quot;name&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8580                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8581                                             },&#xd;
8582                                             &quot;template&quot;: &quot;Freestyle&quot;,&#xd;
8583                                             &quot;state&quot;: {&#xd;
8584                                                 &quot;entry&quot;: [&#xd;
8585                                                     {&#xd;
8586                                                         &quot;key&quot;: &quot;SimpleCL_ReceiveVesState&quot;,&#xd;
8587                                                         &quot;value&quot;: {&#xd;
8588                                                             &quot;stateKey&quot;: {&#xd;
8589                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8590                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8591                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8592                                                                 &quot;localName&quot;: &quot;SimpleCL_ReceiveVesState&quot;&#xd;
8593                                                             },&#xd;
8594                                                             &quot;trigger&quot;: {&#xd;
8595                                                                 &quot;name&quot;: &quot;SimpleCL_VesEvent&quot;,&#xd;
8596                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8597                                                             },&#xd;
8598                                                             &quot;stateOutputs&quot;: {&#xd;
8599                                                                 &quot;entry&quot;: [&#xd;
8600                                                                     {&#xd;
8601                                                                         &quot;key&quot;: &quot;VesOutput&quot;,&#xd;
8602                                                                         &quot;value&quot;: {&#xd;
8603                                                                             &quot;key&quot;: {&#xd;
8604                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8605                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8606                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveVesState&quot;,&#xd;
8607                                                                                 &quot;localName&quot;: &quot;VesOutput&quot;&#xd;
8608                                                                             },&#xd;
8609                                                                             &quot;outgoingEvent&quot;: {&#xd;
8610                                                                                 &quot;name&quot;: &quot;SimpleCL_AAIRequestEvent&quot;,&#xd;
8611                                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8612                                                                             },&#xd;
8613                                                                             &quot;nextState&quot;: {&#xd;
8614                                                                                 &quot;parentKeyName&quot;: &quot;NULL&quot;,&#xd;
8615                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.0&quot;,&#xd;
8616                                                                                 &quot;parentLocalName&quot;: &quot;NULL&quot;,&#xd;
8617                                                                                 &quot;localName&quot;: &quot;NULL&quot;&#xd;
8618                                                                             }&#xd;
8619                                                                         }&#xd;
8620                                                                     }&#xd;
8621                                                                 ]&#xd;
8622                                                             },&#xd;
8623                                                             &quot;contextAlbumReference&quot;: [],&#xd;
8624                                                             &quot;taskSelectionLogic&quot;: {&#xd;
8625                                                                 &quot;key&quot;: &quot;NULL&quot;,&#xd;
8626                                                                 &quot;logicFlavour&quot;: &quot;UNDEFINED&quot;,&#xd;
8627                                                                 &quot;logic&quot;: &quot;&quot;&#xd;
8628                                                             },&#xd;
8629                                                             &quot;stateFinalizerLogicMap&quot;: {&#xd;
8630                                                                 &quot;entry&quot;: []&#xd;
8631                                                             },&#xd;
8632                                                             &quot;defaultTask&quot;: {&#xd;
8633                                                                 &quot;name&quot;: &quot;SimpleCL_HandleVesEventTask&quot;,&#xd;
8634                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8635                                                             },&#xd;
8636                                                             &quot;taskReferences&quot;: {&#xd;
8637                                                                 &quot;entry&quot;: [&#xd;
8638                                                                     {&#xd;
8639                                                                         &quot;key&quot;: {&#xd;
8640                                                                             &quot;name&quot;: &quot;SimpleCL_HandleVesEventTask&quot;,&#xd;
8641                                                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8642                                                                         },&#xd;
8643                                                                         &quot;value&quot;: {&#xd;
8644                                                                             &quot;key&quot;: {&#xd;
8645                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8646                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8647                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveVesState&quot;,&#xd;
8648                                                                                 &quot;localName&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;&#xd;
8649                                                                             },&#xd;
8650                                                                             &quot;outputType&quot;: &quot;DIRECT&quot;,&#xd;
8651                                                                             &quot;output&quot;: {&#xd;
8652                                                                                 &quot;parentKeyName&quot;: &quot;SimpleCL_VesEventHandlerPolicy&quot;,&#xd;
8653                                                                                 &quot;parentKeyVersion&quot;: &quot;0.0.1&quot;,&#xd;
8654                                                                                 &quot;parentLocalName&quot;: &quot;SimpleCL_ReceiveVesState&quot;,&#xd;
8655                                                                                 &quot;localName&quot;: &quot;VesOutput&quot;&#xd;
8656                                                                             }&#xd;
8657                                                                         }&#xd;
8658                                                                     }&#xd;
8659                                                                 ]&#xd;
8660                                                             }&#xd;
8661                                                         }&#xd;
8662                                                     }&#xd;
8663                                                 ]&#xd;
8664                                             },&#xd;
8665                                             &quot;firstState&quot;: &quot;SimpleCL_ReceiveVesState&quot;&#xd;
8666                                         }&#xd;
8667                                     }&#xd;
8668                                 ]&#xd;
8669                             }&#xd;
8670                         },&#xd;
8671                         &quot;tasks&quot;: {&#xd;
8672                             &quot;key&quot;: {&#xd;
8673                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Tasks&quot;,&#xd;
8674                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8675                             },&#xd;
8676                             &quot;taskMap&quot;: {&#xd;
8677                                 &quot;entry&quot;: [&#xd;
8678                                     {&#xd;
8679                                         &quot;key&quot;: {&#xd;
8680                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseTask&quot;,&#xd;
8681                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8682                                         },&#xd;
8683                                         &quot;value&quot;: {&#xd;
8684                                             &quot;key&quot;: {&#xd;
8685                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseTask&quot;,&#xd;
8686                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8687                                             },&#xd;
8688                                             &quot;inputFields&quot;: {&#xd;
8689                                                 &quot;entry&quot;: [&#xd;
8690                                                     {&#xd;
8691                                                         &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
8692                                                         &quot;value&quot;: {&#xd;
8693                                                             &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
8694                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8695                                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
8696                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8697                                                             },&#xd;
8698                                                             &quot;optional&quot;: false&#xd;
8699                                                         }&#xd;
8700                                                     },&#xd;
8701                                                     {&#xd;
8702                                                         &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
8703                                                         &quot;value&quot;: {&#xd;
8704                                                             &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
8705                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8706                                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseCommonHeaderType&quot;,&#xd;
8707                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8708                                                             },&#xd;
8709                                                             &quot;optional&quot;: false&#xd;
8710                                                         }&#xd;
8711                                                     },&#xd;
8712                                                     {&#xd;
8713                                                         &quot;key&quot;: &quot;payload&quot;,&#xd;
8714                                                         &quot;value&quot;: {&#xd;
8715                                                             &quot;key&quot;: &quot;payload&quot;,&#xd;
8716                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8717                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&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;status&quot;,&#xd;
8725                                                         &quot;value&quot;: {&#xd;
8726                                                             &quot;key&quot;: &quot;status&quot;,&#xd;
8727                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8728                                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseStatusType&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                                             },&#xd;
8736                                             &quot;outputFields&quot;: {&#xd;
8737                                                 &quot;entry&quot;: [&#xd;
8738                                                     {&#xd;
8739                                                         &quot;key&quot;: &quot;message&quot;,&#xd;
8740                                                         &quot;value&quot;: {&#xd;
8741                                                             &quot;key&quot;: &quot;message&quot;,&#xd;
8742                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8743                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8744                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8745                                                             },&#xd;
8746                                                             &quot;optional&quot;: false&#xd;
8747                                                         }&#xd;
8748                                                     }&#xd;
8749                                                 ]&#xd;
8750                                             },&#xd;
8751                                             &quot;taskParameters&quot;: {&#xd;
8752                                                 &quot;entry&quot;: []&#xd;
8753                                             },&#xd;
8754                                             &quot;contextAlbumReference&quot;: [&#xd;
8755                                                 {&#xd;
8756                                                     &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
8757                                                     &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8758                                                 }&#xd;
8759                                             ],&#xd;
8760                                             &quot;taskLogic&quot;: {&#xd;
8761                                                 &quot;key&quot;: &quot;TaskLogic&quot;,&#xd;
8762                                                 &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
8763                                                 &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;
8764                                             }&#xd;
8765                                         }&#xd;
8766                                     },&#xd;
8767                                     {&#xd;
8768                                         &quot;key&quot;: {&#xd;
8769                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseTask&quot;,&#xd;
8770                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8771                                         },&#xd;
8772                                         &quot;value&quot;: {&#xd;
8773                                             &quot;key&quot;: {&#xd;
8774                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseTask&quot;,&#xd;
8775                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8776                                             },&#xd;
8777                                             &quot;inputFields&quot;: {&#xd;
8778                                                 &quot;entry&quot;: [&#xd;
8779                                                     {&#xd;
8780                                                         &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
8781                                                         &quot;value&quot;: {&#xd;
8782                                                             &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
8783                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8784                                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
8785                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8786                                                             },&#xd;
8787                                                             &quot;optional&quot;: false&#xd;
8788                                                         }&#xd;
8789                                                     },&#xd;
8790                                                     {&#xd;
8791                                                         &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
8792                                                         &quot;value&quot;: {&#xd;
8793                                                             &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
8794                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8795                                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseCommonHeaderType&quot;,&#xd;
8796                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8797                                                             },&#xd;
8798                                                             &quot;optional&quot;: false&#xd;
8799                                                         }&#xd;
8800                                                     },&#xd;
8801                                                     {&#xd;
8802                                                         &quot;key&quot;: &quot;payload&quot;,&#xd;
8803                                                         &quot;value&quot;: {&#xd;
8804                                                             &quot;key&quot;: &quot;payload&quot;,&#xd;
8805                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8806                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyResponsePayloadType&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;status&quot;,&#xd;
8814                                                         &quot;value&quot;: {&#xd;
8815                                                             &quot;key&quot;: &quot;status&quot;,&#xd;
8816                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8817                                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseStatusType&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                                             },&#xd;
8825                                             &quot;outputFields&quot;: {&#xd;
8826                                                 &quot;entry&quot;: [&#xd;
8827                                                     {&#xd;
8828                                                         &quot;key&quot;: &quot;message&quot;,&#xd;
8829                                                         &quot;value&quot;: {&#xd;
8830                                                             &quot;key&quot;: &quot;message&quot;,&#xd;
8831                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8832                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8833                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8834                                                             },&#xd;
8835                                                             &quot;optional&quot;: false&#xd;
8836                                                         }&#xd;
8837                                                     }&#xd;
8838                                                 ]&#xd;
8839                                             },&#xd;
8840                                             &quot;taskParameters&quot;: {&#xd;
8841                                                 &quot;entry&quot;: []&#xd;
8842                                             },&#xd;
8843                                             &quot;contextAlbumReference&quot;: [&#xd;
8844                                                 {&#xd;
8845                                                     &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
8846                                                     &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8847                                                 }&#xd;
8848                                             ],&#xd;
8849                                             &quot;taskLogic&quot;: {&#xd;
8850                                                 &quot;key&quot;: &quot;TaskLogic&quot;,&#xd;
8851                                                 &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
8852                                                 &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;
8853                                             }&#xd;
8854                                         }&#xd;
8855                                     },&#xd;
8856                                     {&#xd;
8857                                         &quot;key&quot;: {&#xd;
8858                                             &quot;name&quot;: &quot;SimpleCL_HandleAAIFailureResponseTask&quot;,&#xd;
8859                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8860                                         },&#xd;
8861                                         &quot;value&quot;: {&#xd;
8862                                             &quot;key&quot;: {&#xd;
8863                                                 &quot;name&quot;: &quot;SimpleCL_HandleAAIFailureResponseTask&quot;,&#xd;
8864                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8865                                             },&#xd;
8866                                             &quot;inputFields&quot;: {&#xd;
8867                                                 &quot;entry&quot;: [&#xd;
8868                                                     {&#xd;
8869                                                         &quot;key&quot;: &quot;requestError&quot;,&#xd;
8870                                                         &quot;value&quot;: {&#xd;
8871                                                             &quot;key&quot;: &quot;requestError&quot;,&#xd;
8872                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8873                                                                 &quot;name&quot;: &quot;SimpleCL_AAIRequestErrorType&quot;,&#xd;
8874                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8875                                                             },&#xd;
8876                                                             &quot;optional&quot;: false&#xd;
8877                                                         }&#xd;
8878                                                     }&#xd;
8879                                                 ]&#xd;
8880                                             },&#xd;
8881                                             &quot;outputFields&quot;: {&#xd;
8882                                                 &quot;entry&quot;: [&#xd;
8883                                                     {&#xd;
8884                                                         &quot;key&quot;: &quot;message&quot;,&#xd;
8885                                                         &quot;value&quot;: {&#xd;
8886                                                             &quot;key&quot;: &quot;message&quot;,&#xd;
8887                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8888                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8889                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8890                                                             },&#xd;
8891                                                             &quot;optional&quot;: false&#xd;
8892                                                         }&#xd;
8893                                                     }&#xd;
8894                                                 ]&#xd;
8895                                             },&#xd;
8896                                             &quot;taskParameters&quot;: {&#xd;
8897                                                 &quot;entry&quot;: []&#xd;
8898                                             },&#xd;
8899                                             &quot;contextAlbumReference&quot;: [&#xd;
8900                                                 {&#xd;
8901                                                     &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
8902                                                     &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8903                                                 }&#xd;
8904                                             ],&#xd;
8905                                             &quot;taskLogic&quot;: {&#xd;
8906                                                 &quot;key&quot;: &quot;TaskLogic&quot;,&#xd;
8907                                                 &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
8908                                                 &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;
8909                                             }&#xd;
8910                                         }&#xd;
8911                                     },&#xd;
8912                                     {&#xd;
8913                                         &quot;key&quot;: {&#xd;
8914                                             &quot;name&quot;: &quot;SimpleCL_HandleAAISuccessResponseTask&quot;,&#xd;
8915                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8916                                         },&#xd;
8917                                         &quot;value&quot;: {&#xd;
8918                                             &quot;key&quot;: {&#xd;
8919                                                 &quot;name&quot;: &quot;SimpleCL_HandleAAISuccessResponseTask&quot;,&#xd;
8920                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8921                                             },&#xd;
8922                                             &quot;inputFields&quot;: {&#xd;
8923                                                 &quot;entry&quot;: [&#xd;
8924                                                     {&#xd;
8925                                                         &quot;key&quot;: &quot;equip-model&quot;,&#xd;
8926                                                         &quot;value&quot;: {&#xd;
8927                                                             &quot;key&quot;: &quot;equip-model&quot;,&#xd;
8928                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8929                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8930                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8931                                                             },&#xd;
8932                                                             &quot;optional&quot;: false&#xd;
8933                                                         }&#xd;
8934                                                     },&#xd;
8935                                                     {&#xd;
8936                                                         &quot;key&quot;: &quot;equip-type&quot;,&#xd;
8937                                                         &quot;value&quot;: {&#xd;
8938                                                             &quot;key&quot;: &quot;equip-type&quot;,&#xd;
8939                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8940                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
8941                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
8942                                                             },&#xd;
8943                                                             &quot;optional&quot;: false&#xd;
8944                                                         }&#xd;
8945                                                     },&#xd;
8946                                                     {&#xd;
8947                                                         &quot;key&quot;: &quot;equip-vendor&quot;,&#xd;
8948                                                         &quot;value&quot;: {&#xd;
8949                                                             &quot;key&quot;: &quot;equip-vendor&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;in-maint&quot;,&#xd;
8959                                                         &quot;value&quot;: {&#xd;
8960                                                             &quot;key&quot;: &quot;in-maint&quot;,&#xd;
8961                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8962                                                                 &quot;name&quot;: &quot;SimpleBooleanType&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;ipaddress-v4-oam&quot;,&#xd;
8970                                                         &quot;value&quot;: {&#xd;
8971                                                             &quot;key&quot;: &quot;ipaddress-v4-oam&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;ipaddress-v6-oam&quot;,&#xd;
8981                                                         &quot;value&quot;: {&#xd;
8982                                                             &quot;key&quot;: &quot;ipaddress-v6-oam&quot;,&#xd;
8983                                                             &quot;fieldSchemaKey&quot;: {&#xd;
8984                                                                 &quot;name&quot;: &quot;SimpleStringType&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;management-option&quot;,&#xd;
8992                                                         &quot;value&quot;: {&#xd;
8993                                                             &quot;key&quot;: &quot;management-option&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;pnf-id&quot;,&#xd;
9003                                                         &quot;value&quot;: {&#xd;
9004                                                             &quot;key&quot;: &quot;pnf-id&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;pnf-name&quot;,&#xd;
9014                                                         &quot;value&quot;: {&#xd;
9015                                                             &quot;key&quot;: &quot;pnf-name&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-name2&quot;,&#xd;
9025                                                         &quot;value&quot;: {&#xd;
9026                                                             &quot;key&quot;: &quot;pnf-name2&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;resource-version&quot;,&#xd;
9036                                                         &quot;value&quot;: {&#xd;
9037                                                             &quot;key&quot;: &quot;resource-version&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                                             },&#xd;
9047                                             &quot;outputFields&quot;: {&#xd;
9048                                                 &quot;entry&quot;: [&#xd;
9049                                                     {&#xd;
9050                                                         &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9051                                                         &quot;value&quot;: {&#xd;
9052                                                             &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9053                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9054                                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
9055                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9056                                                             },&#xd;
9057                                                             &quot;optional&quot;: false&#xd;
9058                                                         }&#xd;
9059                                                     },&#xd;
9060                                                     {&#xd;
9061                                                         &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9062                                                         &quot;value&quot;: {&#xd;
9063                                                             &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9064                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9065                                                                 &quot;name&quot;: &quot;SimpleCL_CDSRequestCommonHeaderType&quot;,&#xd;
9066                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9067                                                             },&#xd;
9068                                                             &quot;optional&quot;: false&#xd;
9069                                                         }&#xd;
9070                                                     },&#xd;
9071                                                     {&#xd;
9072                                                         &quot;key&quot;: &quot;payload&quot;,&#xd;
9073                                                         &quot;value&quot;: {&#xd;
9074                                                             &quot;key&quot;: &quot;payload&quot;,&#xd;
9075                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9076                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&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                                             },&#xd;
9084                                             &quot;taskParameters&quot;: {&#xd;
9085                                                 &quot;entry&quot;: []&#xd;
9086                                             },&#xd;
9087                                             &quot;contextAlbumReference&quot;: [&#xd;
9088                                                 {&#xd;
9089                                                     &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
9090                                                     &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9091                                                 }&#xd;
9092                                             ],&#xd;
9093                                             &quot;taskLogic&quot;: {&#xd;
9094                                                 &quot;key&quot;: &quot;TaskLogic&quot;,&#xd;
9095                                                 &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
9096                                                 &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;
9097                                             }&#xd;
9098                                         }&#xd;
9099                                     },&#xd;
9100                                     {&#xd;
9101                                         &quot;key&quot;: {&#xd;
9102                                             &quot;name&quot;: &quot;SimpleCL_HandleVesEventTask&quot;,&#xd;
9103                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9104                                         },&#xd;
9105                                         &quot;value&quot;: {&#xd;
9106                                             &quot;key&quot;: {&#xd;
9107                                                 &quot;name&quot;: &quot;SimpleCL_HandleVesEventTask&quot;,&#xd;
9108                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9109                                             },&#xd;
9110                                             &quot;inputFields&quot;: {&#xd;
9111                                                 &quot;entry&quot;: [&#xd;
9112                                                     {&#xd;
9113                                                         &quot;key&quot;: &quot;event&quot;,&#xd;
9114                                                         &quot;value&quot;: {&#xd;
9115                                                             &quot;key&quot;: &quot;event&quot;,&#xd;
9116                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9117                                                                 &quot;name&quot;: &quot;SimpleCL_VesEventType&quot;,&#xd;
9118                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9119                                                             },&#xd;
9120                                                             &quot;optional&quot;: false&#xd;
9121                                                         }&#xd;
9122                                                     }&#xd;
9123                                                 ]&#xd;
9124                                             },&#xd;
9125                                             &quot;outputFields&quot;: {&#xd;
9126                                                 &quot;entry&quot;: [&#xd;
9127                                                     {&#xd;
9128                                                         &quot;key&quot;: &quot;aaifield&quot;,&#xd;
9129                                                         &quot;value&quot;: {&#xd;
9130                                                             &quot;key&quot;: &quot;aaifield&quot;,&#xd;
9131                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9132                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9133                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9134                                                             },&#xd;
9135                                                             &quot;optional&quot;: false&#xd;
9136                                                         }&#xd;
9137                                                     }&#xd;
9138                                                 ]&#xd;
9139                                             },&#xd;
9140                                             &quot;taskParameters&quot;: {&#xd;
9141                                                 &quot;entry&quot;: []&#xd;
9142                                             },&#xd;
9143                                             &quot;contextAlbumReference&quot;: [&#xd;
9144                                                 {&#xd;
9145                                                     &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
9146                                                     &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9147                                                 }&#xd;
9148                                             ],&#xd;
9149                                             &quot;taskLogic&quot;: {&#xd;
9150                                                 &quot;key&quot;: &quot;TaskLogic&quot;,&#xd;
9151                                                 &quot;logicFlavour&quot;: &quot;JAVASCRIPT&quot;,&#xd;
9152                                                 &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;
9153                                             }&#xd;
9154                                         }&#xd;
9155                                     }&#xd;
9156                                 ]&#xd;
9157                             }&#xd;
9158                         },&#xd;
9159                         &quot;events&quot;: {&#xd;
9160                             &quot;key&quot;: {&#xd;
9161                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Events&quot;,&#xd;
9162                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9163                             },&#xd;
9164                             &quot;eventMap&quot;: {&#xd;
9165                                 &quot;entry&quot;: [&#xd;
9166                                     {&#xd;
9167                                         &quot;key&quot;: {&#xd;
9168                                             &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseEvent&quot;,&#xd;
9169                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9170                                         },&#xd;
9171                                         &quot;value&quot;: {&#xd;
9172                                             &quot;key&quot;: {&#xd;
9173                                                 &quot;name&quot;: &quot;SimpleCL_AAIFailureResponseEvent&quot;,&#xd;
9174                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9175                                             },&#xd;
9176                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9177                                             &quot;source&quot;: &quot;AAI&quot;,&#xd;
9178                                             &quot;target&quot;: &quot;APEX&quot;,&#xd;
9179                                             &quot;parameter&quot;: {&#xd;
9180                                                 &quot;entry&quot;: [&#xd;
9181                                                     {&#xd;
9182                                                         &quot;key&quot;: &quot;requestError&quot;,&#xd;
9183                                                         &quot;value&quot;: {&#xd;
9184                                                             &quot;key&quot;: &quot;requestError&quot;,&#xd;
9185                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9186                                                                 &quot;name&quot;: &quot;SimpleCL_AAIRequestErrorType&quot;,&#xd;
9187                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9188                                                             },&#xd;
9189                                                             &quot;optional&quot;: false&#xd;
9190                                                         }&#xd;
9191                                                     }&#xd;
9192                                                 ]&#xd;
9193                                             },&#xd;
9194                                             &quot;toscaPolicyState&quot;: &quot;EXIT_FAILURE&quot;&#xd;
9195                                         }&#xd;
9196                                     },&#xd;
9197                                     {&#xd;
9198                                         &quot;key&quot;: {&#xd;
9199                                             &quot;name&quot;: &quot;SimpleCL_AAIRequestEvent&quot;,&#xd;
9200                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9201                                         },&#xd;
9202                                         &quot;value&quot;: {&#xd;
9203                                             &quot;key&quot;: {&#xd;
9204                                                 &quot;name&quot;: &quot;SimpleCL_AAIRequestEvent&quot;,&#xd;
9205                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9206                                             },&#xd;
9207                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9208                                             &quot;source&quot;: &quot;APEX&quot;,&#xd;
9209                                             &quot;target&quot;: &quot;AAI&quot;,&#xd;
9210                                             &quot;parameter&quot;: {&#xd;
9211                                                 &quot;entry&quot;: [&#xd;
9212                                                     {&#xd;
9213                                                         &quot;key&quot;: &quot;aaifield&quot;,&#xd;
9214                                                         &quot;value&quot;: {&#xd;
9215                                                             &quot;key&quot;: &quot;aaifield&quot;,&#xd;
9216                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9217                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9218                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9219                                                             },&#xd;
9220                                                             &quot;optional&quot;: false&#xd;
9221                                                         }&#xd;
9222                                                     }&#xd;
9223                                                 ]&#xd;
9224                                             },&#xd;
9225                                             &quot;toscaPolicyState&quot;: &quot;&quot;&#xd;
9226                                         }&#xd;
9227                                     },&#xd;
9228                                     {&#xd;
9229                                         &quot;key&quot;: {&#xd;
9230                                             &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseEvent&quot;,&#xd;
9231                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9232                                         },&#xd;
9233                                         &quot;value&quot;: {&#xd;
9234                                             &quot;key&quot;: {&#xd;
9235                                                 &quot;name&quot;: &quot;SimpleCL_AAISuccessResponseEvent&quot;,&#xd;
9236                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9237                                             },&#xd;
9238                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9239                                             &quot;source&quot;: &quot;AAI&quot;,&#xd;
9240                                             &quot;target&quot;: &quot;APEX&quot;,&#xd;
9241                                             &quot;parameter&quot;: {&#xd;
9242                                                 &quot;entry&quot;: [&#xd;
9243                                                     {&#xd;
9244                                                         &quot;key&quot;: &quot;equip-model&quot;,&#xd;
9245                                                         &quot;value&quot;: {&#xd;
9246                                                             &quot;key&quot;: &quot;equip-model&quot;,&#xd;
9247                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9248                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9249                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9250                                                             },&#xd;
9251                                                             &quot;optional&quot;: false&#xd;
9252                                                         }&#xd;
9253                                                     },&#xd;
9254                                                     {&#xd;
9255                                                         &quot;key&quot;: &quot;equip-type&quot;,&#xd;
9256                                                         &quot;value&quot;: {&#xd;
9257                                                             &quot;key&quot;: &quot;equip-type&quot;,&#xd;
9258                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9259                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9260                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9261                                                             },&#xd;
9262                                                             &quot;optional&quot;: false&#xd;
9263                                                         }&#xd;
9264                                                     },&#xd;
9265                                                     {&#xd;
9266                                                         &quot;key&quot;: &quot;equip-vendor&quot;,&#xd;
9267                                                         &quot;value&quot;: {&#xd;
9268                                                             &quot;key&quot;: &quot;equip-vendor&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;in-maint&quot;,&#xd;
9278                                                         &quot;value&quot;: {&#xd;
9279                                                             &quot;key&quot;: &quot;in-maint&quot;,&#xd;
9280                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9281                                                                 &quot;name&quot;: &quot;SimpleBooleanType&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;ipaddress-v4-oam&quot;,&#xd;
9289                                                         &quot;value&quot;: {&#xd;
9290                                                             &quot;key&quot;: &quot;ipaddress-v4-oam&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;ipaddress-v6-oam&quot;,&#xd;
9300                                                         &quot;value&quot;: {&#xd;
9301                                                             &quot;key&quot;: &quot;ipaddress-v6-oam&quot;,&#xd;
9302                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9303                                                                 &quot;name&quot;: &quot;SimpleStringType&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;management-option&quot;,&#xd;
9311                                                         &quot;value&quot;: {&#xd;
9312                                                             &quot;key&quot;: &quot;management-option&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;pnf-id&quot;,&#xd;
9322                                                         &quot;value&quot;: {&#xd;
9323                                                             &quot;key&quot;: &quot;pnf-id&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;pnf-name&quot;,&#xd;
9333                                                         &quot;value&quot;: {&#xd;
9334                                                             &quot;key&quot;: &quot;pnf-name&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-name2&quot;,&#xd;
9344                                                         &quot;value&quot;: {&#xd;
9345                                                             &quot;key&quot;: &quot;pnf-name2&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;resource-version&quot;,&#xd;
9355                                                         &quot;value&quot;: {&#xd;
9356                                                             &quot;key&quot;: &quot;resource-version&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                                             },&#xd;
9366                                             &quot;toscaPolicyState&quot;: &quot;&quot;&#xd;
9367                                         }&#xd;
9368                                     },&#xd;
9369                                     {&#xd;
9370                                         &quot;key&quot;: {&#xd;
9371                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseEvent&quot;,&#xd;
9372                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9373                                         },&#xd;
9374                                         &quot;value&quot;: {&#xd;
9375                                             &quot;key&quot;: {&#xd;
9376                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyFailureResponseEvent&quot;,&#xd;
9377                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9378                                             },&#xd;
9379                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9380                                             &quot;source&quot;: &quot;CDS&quot;,&#xd;
9381                                             &quot;target&quot;: &quot;APEX&quot;,&#xd;
9382                                             &quot;parameter&quot;: {&#xd;
9383                                                 &quot;entry&quot;: [&#xd;
9384                                                     {&#xd;
9385                                                         &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9386                                                         &quot;value&quot;: {&#xd;
9387                                                             &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9388                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9389                                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
9390                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9391                                                             },&#xd;
9392                                                             &quot;optional&quot;: false&#xd;
9393                                                         }&#xd;
9394                                                     },&#xd;
9395                                                     {&#xd;
9396                                                         &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9397                                                         &quot;value&quot;: {&#xd;
9398                                                             &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9399                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9400                                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseCommonHeaderType&quot;,&#xd;
9401                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9402                                                             },&#xd;
9403                                                             &quot;optional&quot;: false&#xd;
9404                                                         }&#xd;
9405                                                     },&#xd;
9406                                                     {&#xd;
9407                                                         &quot;key&quot;: &quot;payload&quot;,&#xd;
9408                                                         &quot;value&quot;: {&#xd;
9409                                                             &quot;key&quot;: &quot;payload&quot;,&#xd;
9410                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9411                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&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;status&quot;,&#xd;
9419                                                         &quot;value&quot;: {&#xd;
9420                                                             &quot;key&quot;: &quot;status&quot;,&#xd;
9421                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9422                                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseStatusType&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                                             },&#xd;
9430                                             &quot;toscaPolicyState&quot;: &quot;EXIT_FAILURE&quot;&#xd;
9431                                         }&#xd;
9432                                     },&#xd;
9433                                     {&#xd;
9434                                         &quot;key&quot;: {&#xd;
9435                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestEvent&quot;,&#xd;
9436                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9437                                         },&#xd;
9438                                         &quot;value&quot;: {&#xd;
9439                                             &quot;key&quot;: {&#xd;
9440                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestEvent&quot;,&#xd;
9441                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9442                                             },&#xd;
9443                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9444                                             &quot;source&quot;: &quot;APEX&quot;,&#xd;
9445                                             &quot;target&quot;: &quot;APEX&quot;,&#xd;
9446                                             &quot;parameter&quot;: {&#xd;
9447                                                 &quot;entry&quot;: [&#xd;
9448                                                     {&#xd;
9449                                                         &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9450                                                         &quot;value&quot;: {&#xd;
9451                                                             &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9452                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9453                                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
9454                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9455                                                             },&#xd;
9456                                                             &quot;optional&quot;: false&#xd;
9457                                                         }&#xd;
9458                                                     },&#xd;
9459                                                     {&#xd;
9460                                                         &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9461                                                         &quot;value&quot;: {&#xd;
9462                                                             &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9463                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9464                                                                 &quot;name&quot;: &quot;SimpleCL_CDSRequestCommonHeaderType&quot;,&#xd;
9465                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9466                                                             },&#xd;
9467                                                             &quot;optional&quot;: false&#xd;
9468                                                         }&#xd;
9469                                                     },&#xd;
9470                                                     {&#xd;
9471                                                         &quot;key&quot;: &quot;payload&quot;,&#xd;
9472                                                         &quot;value&quot;: {&#xd;
9473                                                             &quot;key&quot;: &quot;payload&quot;,&#xd;
9474                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9475                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&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                                             },&#xd;
9483                                             &quot;toscaPolicyState&quot;: &quot;&quot;&#xd;
9484                                         }&#xd;
9485                                     },&#xd;
9486                                     {&#xd;
9487                                         &quot;key&quot;: {&#xd;
9488                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseEvent&quot;,&#xd;
9489                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9490                                         },&#xd;
9491                                         &quot;value&quot;: {&#xd;
9492                                             &quot;key&quot;: {&#xd;
9493                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseEvent&quot;,&#xd;
9494                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9495                                             },&#xd;
9496                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9497                                             &quot;source&quot;: &quot;CDS&quot;,&#xd;
9498                                             &quot;target&quot;: &quot;APEX&quot;,&#xd;
9499                                             &quot;parameter&quot;: {&#xd;
9500                                                 &quot;entry&quot;: [&#xd;
9501                                                     {&#xd;
9502                                                         &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9503                                                         &quot;value&quot;: {&#xd;
9504                                                             &quot;key&quot;: &quot;actionIdentifiers&quot;,&#xd;
9505                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9506                                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
9507                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9508                                                             },&#xd;
9509                                                             &quot;optional&quot;: false&#xd;
9510                                                         }&#xd;
9511                                                     },&#xd;
9512                                                     {&#xd;
9513                                                         &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9514                                                         &quot;value&quot;: {&#xd;
9515                                                             &quot;key&quot;: &quot;commonHeader&quot;,&#xd;
9516                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9517                                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseCommonHeaderType&quot;,&#xd;
9518                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9519                                                             },&#xd;
9520                                                             &quot;optional&quot;: false&#xd;
9521                                                         }&#xd;
9522                                                     },&#xd;
9523                                                     {&#xd;
9524                                                         &quot;key&quot;: &quot;payload&quot;,&#xd;
9525                                                         &quot;value&quot;: {&#xd;
9526                                                             &quot;key&quot;: &quot;payload&quot;,&#xd;
9527                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9528                                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyResponsePayloadType&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;status&quot;,&#xd;
9536                                                         &quot;value&quot;: {&#xd;
9537                                                             &quot;key&quot;: &quot;status&quot;,&#xd;
9538                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9539                                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseStatusType&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                                             },&#xd;
9547                                             &quot;toscaPolicyState&quot;: &quot;EXIT_SUCCESS&quot;&#xd;
9548                                         }&#xd;
9549                                     },&#xd;
9550                                     {&#xd;
9551                                         &quot;key&quot;: {&#xd;
9552                                             &quot;name&quot;: &quot;SimpleCL_LogStatusEvent&quot;,&#xd;
9553                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9554                                         },&#xd;
9555                                         &quot;value&quot;: {&#xd;
9556                                             &quot;key&quot;: {&#xd;
9557                                                 &quot;name&quot;: &quot;SimpleCL_LogStatusEvent&quot;,&#xd;
9558                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9559                                             },&#xd;
9560                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9561                                             &quot;source&quot;: &quot;APEX&quot;,&#xd;
9562                                             &quot;target&quot;: &quot;DCAE&quot;,&#xd;
9563                                             &quot;parameter&quot;: {&#xd;
9564                                                 &quot;entry&quot;: [&#xd;
9565                                                     {&#xd;
9566                                                         &quot;key&quot;: &quot;message&quot;,&#xd;
9567                                                         &quot;value&quot;: {&#xd;
9568                                                             &quot;key&quot;: &quot;message&quot;,&#xd;
9569                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9570                                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9571                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9572                                                             },&#xd;
9573                                                             &quot;optional&quot;: false&#xd;
9574                                                         }&#xd;
9575                                                     }&#xd;
9576                                                 ]&#xd;
9577                                             },&#xd;
9578                                             &quot;toscaPolicyState&quot;: &quot;&quot;&#xd;
9579                                         }&#xd;
9580                                     },&#xd;
9581                                     {&#xd;
9582                                         &quot;key&quot;: {&#xd;
9583                                             &quot;name&quot;: &quot;SimpleCL_VesEvent&quot;,&#xd;
9584                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9585                                         },&#xd;
9586                                         &quot;value&quot;: {&#xd;
9587                                             &quot;key&quot;: {&#xd;
9588                                                 &quot;name&quot;: &quot;SimpleCL_VesEvent&quot;,&#xd;
9589                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9590                                             },&#xd;
9591                                             &quot;nameSpace&quot;: &quot;org.onap.policy.apex.simplecontrolloop&quot;,&#xd;
9592                                             &quot;source&quot;: &quot;DCAE&quot;,&#xd;
9593                                             &quot;target&quot;: &quot;APEX&quot;,&#xd;
9594                                             &quot;parameter&quot;: {&#xd;
9595                                                 &quot;entry&quot;: [&#xd;
9596                                                     {&#xd;
9597                                                         &quot;key&quot;: &quot;event&quot;,&#xd;
9598                                                         &quot;value&quot;: {&#xd;
9599                                                             &quot;key&quot;: &quot;event&quot;,&#xd;
9600                                                             &quot;fieldSchemaKey&quot;: {&#xd;
9601                                                                 &quot;name&quot;: &quot;SimpleCL_VesEventType&quot;,&#xd;
9602                                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9603                                                             },&#xd;
9604                                                             &quot;optional&quot;: false&#xd;
9605                                                         }&#xd;
9606                                                     }&#xd;
9607                                                 ]&#xd;
9608                                             },&#xd;
9609                                             &quot;toscaPolicyState&quot;: &quot;ENTRY&quot;&#xd;
9610                                         }&#xd;
9611                                     }&#xd;
9612                                 ]&#xd;
9613                             }&#xd;
9614                         },&#xd;
9615                         &quot;albums&quot;: {&#xd;
9616                             &quot;key&quot;: {&#xd;
9617                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Albums&quot;,&#xd;
9618                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9619                             },&#xd;
9620                             &quot;albums&quot;: {&#xd;
9621                                 &quot;entry&quot;: [&#xd;
9622                                     {&#xd;
9623                                         &quot;key&quot;: {&#xd;
9624                                             &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
9625                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9626                                         },&#xd;
9627                                         &quot;value&quot;: {&#xd;
9628                                             &quot;key&quot;: {&#xd;
9629                                                 &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbum&quot;,&#xd;
9630                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9631                                             },&#xd;
9632                                             &quot;scope&quot;: &quot;policy&quot;,&#xd;
9633                                             &quot;isWritable&quot;: true,&#xd;
9634                                             &quot;itemSchema&quot;: {&#xd;
9635                                                 &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbumType&quot;,&#xd;
9636                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9637                                             }&#xd;
9638                                         }&#xd;
9639                                     }&#xd;
9640                                 ]&#xd;
9641                             }&#xd;
9642                         },&#xd;
9643                         &quot;schemas&quot;: {&#xd;
9644                             &quot;key&quot;: {&#xd;
9645                                 &quot;name&quot;: &quot;onap.policies.apex.Simplecontrolloop_Schemas&quot;,&#xd;
9646                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9647                             },&#xd;
9648                             &quot;schemas&quot;: {&#xd;
9649                                 &quot;entry&quot;: [&#xd;
9650                                     {&#xd;
9651                                         &quot;key&quot;: {&#xd;
9652                                             &quot;name&quot;: &quot;SimpleBooleanType&quot;,&#xd;
9653                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9654                                         },&#xd;
9655                                         &quot;value&quot;: {&#xd;
9656                                             &quot;key&quot;: {&#xd;
9657                                                 &quot;name&quot;: &quot;SimpleBooleanType&quot;,&#xd;
9658                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9659                                             },&#xd;
9660                                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
9661                                             &quot;schemaDefinition&quot;: &quot;java.lang.Boolean&quot;&#xd;
9662                                         }&#xd;
9663                                     },&#xd;
9664                                     {&#xd;
9665                                         &quot;key&quot;: {&#xd;
9666                                             &quot;name&quot;: &quot;SimpleCL_AAIRequestErrorType&quot;,&#xd;
9667                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9668                                         },&#xd;
9669                                         &quot;value&quot;: {&#xd;
9670                                             &quot;key&quot;: {&#xd;
9671                                                 &quot;name&quot;: &quot;SimpleCL_AAIRequestErrorType&quot;,&#xd;
9672                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9673                                             },&#xd;
9674                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9675                                             &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;
9676                                         }&#xd;
9677                                     },&#xd;
9678                                     {&#xd;
9679                                         &quot;key&quot;: {&#xd;
9680                                             &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
9681                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9682                                         },&#xd;
9683                                         &quot;value&quot;: {&#xd;
9684                                             &quot;key&quot;: {&#xd;
9685                                                 &quot;name&quot;: &quot;SimpleCL_CDSActionIdentifiersType&quot;,&#xd;
9686                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9687                                             },&#xd;
9688                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9689                                             &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;
9690                                         }&#xd;
9691                                     },&#xd;
9692                                     {&#xd;
9693                                         &quot;key&quot;: {&#xd;
9694                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&quot;,&#xd;
9695                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9696                                         },&#xd;
9697                                         &quot;value&quot;: {&#xd;
9698                                             &quot;key&quot;: {&#xd;
9699                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyRequestPayloadType&quot;,&#xd;
9700                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9701                                             },&#xd;
9702                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9703                                             &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;
9704                                         }&#xd;
9705                                     },&#xd;
9706                                     {&#xd;
9707                                         &quot;key&quot;: {&#xd;
9708                                             &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyResponsePayloadType&quot;,&#xd;
9709                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9710                                         },&#xd;
9711                                         &quot;value&quot;: {&#xd;
9712                                             &quot;key&quot;: {&#xd;
9713                                                 &quot;name&quot;: &quot;SimpleCL_CDSConfigModifyResponsePayloadType&quot;,&#xd;
9714                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9715                                             },&#xd;
9716                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9717                                             &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;
9718                                         }&#xd;
9719                                     },&#xd;
9720                                     {&#xd;
9721                                         &quot;key&quot;: {&#xd;
9722                                             &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseCommonHeaderType&quot;,&#xd;
9723                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9724                                         },&#xd;
9725                                         &quot;value&quot;: {&#xd;
9726                                             &quot;key&quot;: {&#xd;
9727                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseCommonHeaderType&quot;,&#xd;
9728                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9729                                             },&#xd;
9730                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9731                                             &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;
9732                                         }&#xd;
9733                                     },&#xd;
9734                                     {&#xd;
9735                                         &quot;key&quot;: {&#xd;
9736                                             &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseStatusType&quot;,&#xd;
9737                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9738                                         },&#xd;
9739                                         &quot;value&quot;: {&#xd;
9740                                             &quot;key&quot;: {&#xd;
9741                                                 &quot;name&quot;: &quot;SimpleCL_CDSFailureResponseStatusType&quot;,&#xd;
9742                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9743                                             },&#xd;
9744                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9745                                             &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;
9746                                         }&#xd;
9747                                     },&#xd;
9748                                     {&#xd;
9749                                         &quot;key&quot;: {&#xd;
9750                                             &quot;name&quot;: &quot;SimpleCL_CDSRequestCommonHeaderType&quot;,&#xd;
9751                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9752                                         },&#xd;
9753                                         &quot;value&quot;: {&#xd;
9754                                             &quot;key&quot;: {&#xd;
9755                                                 &quot;name&quot;: &quot;SimpleCL_CDSRequestCommonHeaderType&quot;,&#xd;
9756                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9757                                             },&#xd;
9758                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9759                                             &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;
9760                                         }&#xd;
9761                                     },&#xd;
9762                                     {&#xd;
9763                                         &quot;key&quot;: {&#xd;
9764                                             &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseCommonHeaderType&quot;,&#xd;
9765                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9766                                         },&#xd;
9767                                         &quot;value&quot;: {&#xd;
9768                                             &quot;key&quot;: {&#xd;
9769                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseCommonHeaderType&quot;,&#xd;
9770                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9771                                             },&#xd;
9772                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9773                                             &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;
9774                                         }&#xd;
9775                                     },&#xd;
9776                                     {&#xd;
9777                                         &quot;key&quot;: {&#xd;
9778                                             &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseStatusType&quot;,&#xd;
9779                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9780                                         },&#xd;
9781                                         &quot;value&quot;: {&#xd;
9782                                             &quot;key&quot;: {&#xd;
9783                                                 &quot;name&quot;: &quot;SimpleCL_CDSSuccessResponseStatusType&quot;,&#xd;
9784                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9785                                             },&#xd;
9786                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9787                                             &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;
9788                                         }&#xd;
9789                                     },&#xd;
9790                                     {&#xd;
9791                                         &quot;key&quot;: {&#xd;
9792                                             &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbumType&quot;,&#xd;
9793                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9794                                         },&#xd;
9795                                         &quot;value&quot;: {&#xd;
9796                                             &quot;key&quot;: {&#xd;
9797                                                 &quot;name&quot;: &quot;SimpleCL_EventDetailsAlbumType&quot;,&#xd;
9798                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9799                                             },&#xd;
9800                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9801                                             &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;
9802                                         }&#xd;
9803                                     },&#xd;
9804                                     {&#xd;
9805                                         &quot;key&quot;: {&#xd;
9806                                             &quot;name&quot;: &quot;SimpleCL_VesEventType&quot;,&#xd;
9807                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9808                                         },&#xd;
9809                                         &quot;value&quot;: {&#xd;
9810                                             &quot;key&quot;: {&#xd;
9811                                                 &quot;name&quot;: &quot;SimpleCL_VesEventType&quot;,&#xd;
9812                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9813                                             },&#xd;
9814                                             &quot;schemaFlavour&quot;: &quot;Avro&quot;,&#xd;
9815                                             &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;
9816                                         }&#xd;
9817                                     },&#xd;
9818                                     {&#xd;
9819                                         &quot;key&quot;: {&#xd;
9820                                             &quot;name&quot;: &quot;SimpleLongType&quot;,&#xd;
9821                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9822                                         },&#xd;
9823                                         &quot;value&quot;: {&#xd;
9824                                             &quot;key&quot;: {&#xd;
9825                                                 &quot;name&quot;: &quot;SimpleLongType&quot;,&#xd;
9826                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9827                                             },&#xd;
9828                                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
9829                                             &quot;schemaDefinition&quot;: &quot;java.lang.Long&quot;&#xd;
9830                                         }&#xd;
9831                                     },&#xd;
9832                                     {&#xd;
9833                                         &quot;key&quot;: {&#xd;
9834                                             &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9835                                             &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9836                                         },&#xd;
9837                                         &quot;value&quot;: {&#xd;
9838                                             &quot;key&quot;: {&#xd;
9839                                                 &quot;name&quot;: &quot;SimpleStringType&quot;,&#xd;
9840                                                 &quot;version&quot;: &quot;0.0.1&quot;&#xd;
9841                                             },&#xd;
9842                                             &quot;schemaFlavour&quot;: &quot;Java&quot;,&#xd;
9843                                             &quot;schemaDefinition&quot;: &quot;java.lang.String&quot;&#xd;
9844                                         }&#xd;
9845                                     }&#xd;
9846                                 ]&#xd;
9847                             }&#xd;
9848                         }&#xd;
9849                     }&#xd;
9850                 }&#xd;
9851             }&#xd;
9852         }&#xd;
9853     }&#xd;
9854 }</stringProp>
9855                 <stringProp name="Argument.metadata">=</stringProp>
9856               </elementProp>
9857             </collectionProp>
9858           </elementProp>
9859         </HTTPSamplerProxy>
9860         <hashTree>
9861           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
9862             <collectionProp name="Asserion.test_strings">
9863               <stringProp name="49586">200</stringProp>
9864             </collectionProp>
9865             <stringProp name="Assertion.custom_message"></stringProp>
9866             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
9867             <boolProp name="Assertion.assume_success">false</boolProp>
9868             <intProp name="Assertion.test_type">1</intProp>
9869           </ResponseAssertion>
9870           <hashTree/>
9871         </hashTree>
9872         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Create Policy for sampleGroup">
9873           <intProp name="HTTPSampler.concurrentPool">6</intProp>
9874           <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp>
9875           <stringProp name="HTTPSampler.port">${API_PORT}</stringProp>
9876           <stringProp name="HTTPSampler.protocol">http</stringProp>
9877           <stringProp name="HTTPSampler.path">/policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Apex/versions/1.0.0/policies</stringProp>
9878           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
9879           <stringProp name="HTTPSampler.method">POST</stringProp>
9880           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
9881           <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
9882           <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
9883             <collectionProp name="Arguments.arguments">
9884               <elementProp name="" elementType="HTTPArgument">
9885                 <boolProp name="HTTPArgument.always_encode">false</boolProp>
9886                 <stringProp name="Argument.value">{&#xd;
9887     &quot;tosca_definitions_version&quot;: &quot;tosca_simple_yaml_1_1_0&quot;,&#xd;
9888     &quot;topology_template&quot;: {&#xd;
9889         &quot;policies&quot;: [&#xd;
9890             {&#xd;
9891                 &quot;operational.apex.stabilityTestSampleDomain&quot;: {&#xd;
9892                     &quot;type&quot;: &quot;onap.policies.native.Apex&quot;,&#xd;
9893                     &quot;type_version&quot;: &quot;1.0.0&quot;,&#xd;
9894                     &quot;name&quot;: &quot;operational.apex.stabilityTestSampleDomain&quot;,&#xd;
9895                     &quot;version&quot;: &quot;1.0.0&quot;,&#xd;
9896                     &quot;metadata&quot;: {&#xd;
9897                         &quot;metadataSetName&quot;: &quot;apex.metadata.pnf&quot;,&#xd;
9898                         &quot;metadataSetVersion&quot;: &quot;1.0.0&quot;&#xd;
9899                     },&#xd;
9900                     &quot;properties&quot;: {&#xd;
9901                         &quot;engineServiceParameters&quot;: {&#xd;
9902                             &quot;name&quot;: &quot;TestApexEnginePnf&quot;,&#xd;
9903                             &quot;version&quot;: &quot;0.0.1&quot;,&#xd;
9904                             &quot;id&quot;: 45,&#xd;
9905                             &quot;instanceCount&quot;: 4,&#xd;
9906                             &quot;deploymentPort&quot;: 12561,&#xd;
9907                             &quot;engineParameters&quot;: {&#xd;
9908                                 &quot;executorParameters&quot;: {&#xd;
9909                                     &quot;JAVASCRIPT&quot;: {&#xd;
9910                                         &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.executor.javascript.JavascriptExecutorParameters&quot;&#xd;
9911                                     }&#xd;
9912                                 },&#xd;
9913                                 &quot;contextParameters&quot;: {&#xd;
9914                                     &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.context.parameters.ContextParameters&quot;,&#xd;
9915                                     &quot;schemaParameters&quot;: {&#xd;
9916                                         &quot;Avro&quot;: {&#xd;
9917                                             &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.context.schema.avro.AvroSchemaHelperParameters&quot;&#xd;
9918                                         }&#xd;
9919                                     }&#xd;
9920                                 },&#xd;
9921                                 &quot;taskParameters&quot;: [&#xd;
9922                                     {&#xd;
9923                                         &quot;key&quot;: &quot;logUrl&quot;,&#xd;
9924                                         &quot;value&quot;: &quot;http://kafka:9092/events/apex-cl-mgmt&quot;&#xd;
9925                                     }&#xd;
9926                                 ]&#xd;
9927                             }&#xd;
9928                         },&#xd;
9929                         &quot;eventInputParameters&quot;: {&#xd;
9930                             &quot;SimpleCL_DCAEConsumer&quot;: {&#xd;
9931                                 &quot;carrierTechnologyParameters&quot;: {&#xd;
9932                                   &quot;carrierTechnology&quot;: &quot;KAFKA&quot;,&#xd;
9933                                   &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.event.carrier.kafka.KafkaCarrierTechnologyParameters&quot;,&#xd;
9934                                   &quot;parameters&quot;: {&#xd;
9935                                     &quot;bootstrapServers&quot;: &quot;kafka:9092&quot;,&#xd;
9936                                     &quot;acks&quot;: &quot;all&quot;,&#xd;
9937                                     &quot;retries&quot;: 0,&#xd;
9938                                     &quot;batchSize&quot;: 16384,&#xd;
9939                                     &quot;lingerTime&quot;: 1,&#xd;
9940                                     &quot;bufferMemory&quot;: 33554432,&#xd;
9941                                     &quot;producerTopic&quot;: &quot;apex-cl-mgt2&quot;,&#xd;
9942                                     &quot;keySerializer&quot;: &quot;org.apache.kafka.common.serialization.StringSerializer&quot;,&#xd;
9943                                     &quot;valueSerializer&quot;: &quot;org.apache.kafka.common.serialization.StringSerializer&quot;,&#xd;
9944                                     &quot;kafkaProperties&quot;: [&#xd;
9945 &#xd;
9946                                     ]&#xd;
9947                                   }&#xd;
9948                                 },&#xd;
9949                                 &quot;eventProtocolParameters&quot;: {&#xd;
9950                                     &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
9951                                 },&#xd;
9952                                 &quot;eventName&quot;: &quot;SimpleCL_VesEvent&quot;&#xd;
9953                             },&#xd;
9954                             &quot;SimpleCL_AAIResponseConsumer&quot;: {&#xd;
9955                                 &quot;carrierTechnologyParameters&quot;: {&#xd;
9956                                     &quot;carrierTechnology&quot;: &quot;RESTREQUESTOR&quot;,&#xd;
9957                                     &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.event.carrier.restrequestor.RestRequestorCarrierTechnologyParameters&quot;,&#xd;
9958                                     &quot;parameters&quot;: {&#xd;
9959                                         &quot;url&quot;: &quot;https://aai:8443/aai/v14/network/pnfs/pnf/{pnfName}&quot;,&#xd;
9960                                         &quot;httpMethod&quot;: &quot;GET&quot;,&#xd;
9961                                         &quot;httpCodeFilter&quot;: &quot;[2-5][0-1][0-9]&quot;,&#xd;
9962                                         &quot;httpHeaders&quot;: [&#xd;
9963                                             [&#xd;
9964                                                 &quot;Accept&quot;,&#xd;
9965                                                 &quot;application/json&quot;&#xd;
9966                                             ],&#xd;
9967                                             [&#xd;
9968                                                 &quot;Content-Type&quot;,&#xd;
9969                                                 &quot;application/json&quot;&#xd;
9970                                             ],&#xd;
9971                                             [&#xd;
9972                                                 &quot;X-FromAppId&quot;,&#xd;
9973                                                 &quot;dcae-curl&quot;&#xd;
9974                                             ],&#xd;
9975                                             [&#xd;
9976                                                 &quot;x-transactionId&quot;,&#xd;
9977                                                 &quot;9998&quot;&#xd;
9978                                             ],&#xd;
9979                                             [&#xd;
9980                                                 &quot;Authorization&quot;,&#xd;
9981                                                 &quot;Basic QUFJOkFBSQ==&quot;&#xd;
9982                                             ]&#xd;
9983                                         ]&#xd;
9984                                     }&#xd;
9985                                 },&#xd;
9986                                 &quot;eventProtocolParameters&quot;: {&#xd;
9987                                     &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
9988                                 },&#xd;
9989                                 &quot;eventName&quot;: &quot;SimpleCL_AAISuccessResponseEvent|SimpleCL_AAIFailureResponseEvent&quot;,&#xd;
9990                                 &quot;requestorMode&quot;: true,&#xd;
9991                                 &quot;requestorPeer&quot;: &quot;SimpleCL_AAIProducer&quot;,&#xd;
9992                                 &quot;requestorTimeout&quot;: 2000&#xd;
9993                             },&#xd;
9994                             &quot;SimpleCL_CDSConfigModifyResponseConsumer&quot;: {&#xd;
9995                                 &quot;carrierTechnologyParameters&quot;: {&#xd;
9996                                     &quot;carrierTechnology&quot;: &quot;GRPC&quot;,&#xd;
9997                                     &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.event.carrier.grpc.GrpcCarrierTechnologyParameters&quot;&#xd;
9998                                 },&#xd;
9999                                 &quot;eventProtocolParameters&quot;: {&#xd;
10000                                     &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
10001                                 },&#xd;
10002                                 &quot;eventName&quot;: &quot;SimpleCL_CDSConfigModifySuccessResponseEvent|SimpleCL_CDSConfigModifyFailureResponseEvent&quot;,&#xd;
10003                                 &quot;requestorMode&quot;: true,&#xd;
10004                                 &quot;requestorPeer&quot;: &quot;SimpleCL_CDSConfigModifyRequestProducer&quot;,&#xd;
10005                                 &quot;requestorTimeout&quot;: 500&#xd;
10006                             }&#xd;
10007                         },&#xd;
10008                         &quot;eventOutputParameters&quot;: {&#xd;
10009                             &quot;SimpleCL_AAIProducer&quot;: {&#xd;
10010                                 &quot;carrierTechnologyParameters&quot;: {&#xd;
10011                                     &quot;carrierTechnology&quot;: &quot;RESTREQUESTOR&quot;,&#xd;
10012                                     &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.event.carrier.restrequestor.RestRequestorCarrierTechnologyParameters&quot;&#xd;
10013                                 },&#xd;
10014                                 &quot;eventProtocolParameters&quot;: {&#xd;
10015                                     &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
10016                                 },&#xd;
10017                                 &quot;eventNameFilter&quot;: &quot;SimpleCL_AAIRequestEvent&quot;,&#xd;
10018                                 &quot;requestorMode&quot;: true,&#xd;
10019                                 &quot;requestorPeer&quot;: &quot;SimpleCL_AAIResponseConsumer&quot;,&#xd;
10020                                 &quot;requestorTimeout&quot;: 2000&#xd;
10021                             },&#xd;
10022                             &quot;SimpleCL_CDSConfigModifyRequestProducer&quot;: {&#xd;
10023                                 &quot;carrierTechnologyParameters&quot;: {&#xd;
10024                                     &quot;carrierTechnology&quot;: &quot;GRPC&quot;,&#xd;
10025                                     &quot;parameterClassName&quot;: &quot;org.onap.policy.apex.plugins.event.carrier.grpc.GrpcCarrierTechnologyParameters&quot;,&#xd;
10026                                     &quot;parameters&quot;: {&#xd;
10027                                         &quot;host&quot;: &quot;cds-blueprints-processor-grpc&quot;,&#xd;
10028                                         &quot;port&quot;: 9111,&#xd;
10029                                         &quot;username&quot;: &quot;ccsdkapps&quot;,&#xd;
10030                                         &quot;password&quot;: &quot;ccsdkapps&quot;,&#xd;
10031                                         &quot;timeout&quot;: 60&#xd;
10032                                     }&#xd;
10033                                 },&#xd;
10034                                 &quot;eventProtocolParameters&quot;: {&#xd;
10035                                     &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
10036                                 },&#xd;
10037                                 &quot;eventNameFilter&quot;: &quot;SimpleCL_CDSConfigModifyRequestEvent&quot;,&#xd;
10038                                 &quot;requestorMode&quot;: true,&#xd;
10039                                 &quot;requestorPeer&quot;: &quot;SimpleCL_CDSConfigModifyResponseConsumer&quot;,&#xd;
10040                                 &quot;requestorTimeout&quot;: 500&#xd;
10041                             },&#xd;
10042                             &quot;SimpleCL_logOutputter&quot;: {&#xd;
10043                                 &quot;carrierTechnologyParameters&quot;: {&#xd;
10044                                     &quot;carrierTechnology&quot;: &quot;FILE&quot;,&#xd;
10045                                     &quot;parameters&quot;: {&#xd;
10046                                         &quot;fileName&quot;: &quot;outputevents.log&quot;&#xd;
10047                                     }&#xd;
10048                                 },&#xd;
10049                                 &quot;eventProtocolParameters&quot;: {&#xd;
10050                                     &quot;eventProtocol&quot;: &quot;JSON&quot;&#xd;
10051                                 }&#xd;
10052                             }&#xd;
10053                         }&#xd;
10054                     }&#xd;
10055                 }&#xd;
10056             }&#xd;
10057         ]&#xd;
10058     }&#xd;
10059 }</stringProp>
10060                 <stringProp name="Argument.metadata">=</stringProp>
10061               </elementProp>
10062             </collectionProp>
10063           </elementProp>
10064         </HTTPSamplerProxy>
10065         <hashTree>
10066           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10067             <collectionProp name="Asserion.test_strings">
10068               <stringProp name="49586">200</stringProp>
10069             </collectionProp>
10070             <stringProp name="Assertion.custom_message"></stringProp>
10071             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10072             <boolProp name="Assertion.assume_success">false</boolProp>
10073             <intProp name="Assertion.test_type">1</intProp>
10074           </ResponseAssertion>
10075           <hashTree/>
10076         </hashTree>
10077         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Change State to ACTIVE (defaultGroup)" enabled="true">
10078           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10079           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10080           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10081           <stringProp name="HTTPSampler.protocol">http</stringProp>
10082           <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/groups/defaultGroup?state=ACTIVE</stringProp>
10083           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10084           <stringProp name="HTTPSampler.method">PUT</stringProp>
10085           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10086           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10087           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10088             <collectionProp name="Arguments.arguments"/>
10089           </elementProp>
10090         </HTTPSamplerProxy>
10091         <hashTree>
10092           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10093             <collectionProp name="Asserion.test_strings">
10094               <stringProp name="49586">200</stringProp>
10095             </collectionProp>
10096             <stringProp name="Assertion.custom_message"></stringProp>
10097             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10098             <boolProp name="Assertion.assume_success">false</boolProp>
10099             <intProp name="Assertion.test_type">1</intProp>
10100           </ResponseAssertion>
10101           <hashTree/>
10102         </hashTree>
10103         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Create/Update PDP Group" enabled="true">
10104           <stringProp name="TestPlan.comments">create SampleGroup </stringProp>
10105           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10106           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10107           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10108           <stringProp name="HTTPSampler.protocol">http</stringProp>
10109           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps/groups/batch</stringProp>
10110           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10111           <stringProp name="HTTPSampler.method">POST</stringProp>
10112           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10113           <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
10114           <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
10115             <collectionProp name="Arguments.arguments">
10116               <elementProp name="" elementType="HTTPArgument">
10117                 <boolProp name="HTTPArgument.always_encode">false</boolProp>
10118                 <stringProp name="Argument.value">{&#xd;
10119     &quot;groups&quot;: [&#xd;
10120         {&#xd;
10121             &quot;name&quot;: &quot;sampleGroup&quot;,&#xd;
10122             &quot;pdpGroupState&quot;: &quot;ACTIVE&quot;,&#xd;
10123             &quot;properties&quot;: {},&#xd;
10124             &quot;pdpSubgroups&quot;: [&#xd;
10125                 {&#xd;
10126                     &quot;pdpType&quot;: &quot;apex&quot;,&#xd;
10127                     &quot;desiredInstanceCount&quot;: 1,&#xd;
10128                     &quot;properties&quot;: {},&#xd;
10129                     &quot;supportedPolicyTypes&quot;: [&#xd;
10130                         {&#xd;
10131                             &quot;name&quot;: &quot;onap.policies.native.Apex&quot;,&#xd;
10132                             &quot;version&quot;: &quot;1.0.0&quot;&#xd;
10133                         }&#xd;
10134                     ],&#xd;
10135                     &quot;policies&quot;: []&#xd;
10136                 }&#xd;
10137             ]&#xd;
10138         }&#xd;
10139     ]&#xd;
10140 }</stringProp>
10141                 <stringProp name="Argument.metadata">=</stringProp>
10142               </elementProp>
10143             </collectionProp>
10144           </elementProp>
10145         </HTTPSamplerProxy>
10146         <hashTree>
10147           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10148             <collectionProp name="Asserion.test_strings">
10149               <stringProp name="49586">200</stringProp>
10150             </collectionProp>
10151             <stringProp name="Assertion.custom_message"></stringProp>
10152             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10153             <boolProp name="Assertion.assume_success">false</boolProp>
10154             <intProp name="Assertion.test_type">1</intProp>
10155           </ResponseAssertion>
10156           <hashTree/>
10157         </hashTree>
10158         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check PdpGroup Query" enabled="true">
10159           <stringProp name="TestPlan.comments">Check PdpGroup Query</stringProp>
10160           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10161           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10162           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10163           <stringProp name="HTTPSampler.protocol">http</stringProp>
10164           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps</stringProp>
10165           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10166           <stringProp name="HTTPSampler.method">GET</stringProp>
10167           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10168           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10169           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10170             <collectionProp name="Arguments.arguments"/>
10171           </elementProp>
10172         </HTTPSamplerProxy>
10173         <hashTree>
10174           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
10175             <stringProp name="ConstantTimer.delay">120000</stringProp>
10176           </ConstantTimer>
10177           <hashTree/>
10178           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10179             <collectionProp name="Asserion.test_strings">
10180               <stringProp name="49586">200</stringProp>
10181             </collectionProp>
10182             <stringProp name="Assertion.custom_message"></stringProp>
10183             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10184             <boolProp name="Assertion.assume_success">false</boolProp>
10185             <intProp name="Assertion.test_type">1</intProp>
10186           </ResponseAssertion>
10187           <hashTree/>
10188           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
10189             <stringProp name="scriptLanguage">groovy</stringProp>
10190             <stringProp name="parameters"></stringProp>
10191             <stringProp name="filename"></stringProp>
10192             <stringProp name="cacheKey">true</stringProp>
10193             <stringProp name="script">import groovy.json.JsonSlurper;
10194 def res = [];
10195 if (prev.getResponseCode() == &apos;200&apos;) {
10196     def jsonSlurper = new JsonSlurper();
10197     res = jsonSlurper.parseText(prev.getResponseDataAsString());
10198
10199     assert res instanceof Map;
10200     assert res.groups.size == 2;
10201     assert res.groups[0].pdpGroupState== &apos;ACTIVE&apos;;
10202     assert res.groups[1].pdpGroupState== &apos;ACTIVE&apos;;
10203 }
10204 </stringProp>
10205           </JSR223Assertion>
10206           <hashTree/>
10207         </hashTree>
10208       </hashTree>
10209       <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="PAP Test Flow" enabled="true">
10210         <intProp name="ThreadGroup.num_threads">1</intProp>
10211         <intProp name="ThreadGroup.ramp_time">1</intProp>
10212         <longProp name="ThreadGroup.duration">259200</longProp>
10213         <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp>
10214         <boolProp name="ThreadGroup.scheduler">true</boolProp>
10215         <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
10216         <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller">
10217           <intProp name="LoopController.loops">-1</intProp>
10218           <boolProp name="LoopController.continue_forever">false</boolProp>
10219         </elementProp>
10220       </ThreadGroup>
10221       <hashTree>
10222         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check Health" enabled="true">
10223           <stringProp name="TestPlan.comments">Basic Health Check</stringProp>
10224           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10225           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10226           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10227           <stringProp name="HTTPSampler.protocol">http</stringProp>
10228           <stringProp name="HTTPSampler.path">/policy/pap/v1/healthcheck</stringProp>
10229           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10230           <stringProp name="HTTPSampler.method">GET</stringProp>
10231           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10232           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10233           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10234             <collectionProp name="Arguments.arguments"/>
10235           </elementProp>
10236         </HTTPSamplerProxy>
10237         <hashTree>
10238           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10239             <collectionProp name="Asserion.test_strings">
10240               <stringProp name="49586">200</stringProp>
10241             </collectionProp>
10242             <stringProp name="Assertion.custom_message"></stringProp>
10243             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10244             <boolProp name="Assertion.assume_success">false</boolProp>
10245             <intProp name="Assertion.test_type">1</intProp>
10246           </ResponseAssertion>
10247           <hashTree/>
10248           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
10249             <stringProp name="scriptLanguage">groovy</stringProp>
10250             <stringProp name="parameters"></stringProp>
10251             <stringProp name="filename"></stringProp>
10252             <stringProp name="cacheKey">true</stringProp>
10253             <stringProp name="script">import groovy.json.JsonSlurper;
10254
10255 def res = [];
10256 if (prev.getResponseCode() == &apos;200&apos;) {
10257     def jsonSlurper = new JsonSlurper();
10258     res = jsonSlurper.parseText(prev.getResponseDataAsString());
10259
10260     assert res instanceof Map;
10261     assert res.code == 200;
10262     assert res.name == &quot;Policy PAP&quot;;
10263     assert res.healthy==true;
10264     assert res.message==&quot;alive&quot;;
10265 }
10266 </stringProp>
10267           </JSR223Assertion>
10268           <hashTree/>
10269         </hashTree>
10270         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="PAP Metrics" enabled="true">
10271           <stringProp name="TestPlan.comments">PAP Metrics</stringProp>
10272           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10273           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10274           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10275           <stringProp name="HTTPSampler.protocol">http</stringProp>
10276           <stringProp name="HTTPSampler.path">/policy/pap/v1/metrics</stringProp>
10277           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10278           <stringProp name="HTTPSampler.method">GET</stringProp>
10279           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10280           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10281           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10282             <collectionProp name="Arguments.arguments"/>
10283           </elementProp>
10284         </HTTPSamplerProxy>
10285         <hashTree>
10286           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10287             <collectionProp name="Asserion.test_strings">
10288               <stringProp name="49586">200</stringProp>
10289             </collectionProp>
10290             <stringProp name="Assertion.custom_message"></stringProp>
10291             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10292             <boolProp name="Assertion.assume_success">false</boolProp>
10293             <intProp name="Assertion.test_type">1</intProp>
10294           </ResponseAssertion>
10295           <hashTree/>
10296           <JSR223PostProcessor guiclass="TestBeanGUI" testclass="JSR223PostProcessor" testname="JSR223 PostProcessor" enabled="true">
10297             <stringProp name="cacheKey">true</stringProp>
10298             <stringProp name="filename"></stringProp>
10299             <stringProp name="parameters"></stringProp>
10300             <stringProp name="script">
10301 if (prev.getResponseCode() == &apos;200&apos;) {
10302     def res = prev.getResponseDataAsString();
10303
10304     def deploySuccessCount = &apos;0&apos;;
10305     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;deploy&quot;,status=&quot;SUCCESS&quot;,} &apos;)) {
10306         deploySuccessCount = (res =~ /pap_policy_deployments_total\{operation=&quot;deploy&quot;,status=&quot;SUCCESS&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1];
10307     }
10308
10309     def undeploySuccessCount = &apos;0&apos;;
10310     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;undeploy&quot;,status=&quot;SUCCESS&quot;,} &apos;)) {
10311         undeploySuccessCount = (res =~ /pap_policy_deployments_total\{operation=&quot;undeploy&quot;,status=&quot;SUCCESS&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1];
10312     }
10313     
10314     def deployFailureCount = &apos;0&apos;;
10315     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;deploy&quot;,status=&quot;FAILURE&quot;,} &apos;)) {
10316         deployFailureCount = (res =~ /pap_policy_deployments_total\{operation=&quot;deploy&quot;,status=&quot;FAILURE&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1];
10317     }
10318     def undeployFailureCount =  &apos;0&apos;;
10319     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;undeploy&quot;,status=&quot;FAILURE&quot;,} &apos;)) {
10320         undeployFailureCount = (res =~ /pap_policy_deployments_total\{operation=&quot;undeploy&quot;,status=&quot;FAILURE&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1]
10321     }
10322
10323     def simpleDeployAPICount =  &apos;0&apos;;
10324     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;)) {
10325         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]
10326     }
10327     def simpleUndeployAPICount =  &apos;0&apos;;
10328     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;)) {
10329         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]
10330     }
10331     def batchDeploymentAPICount =  &apos;0&apos;;
10332     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;)) {
10333         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]
10334     }
10335     log.info(&quot;deploySuccessCount: &quot;+ deploySuccessCount);
10336     log.info(&quot;undeploySuccessCount: &quot;+ undeploySuccessCount);
10337     log.info(&quot;batchDeploymentAPICount: &quot;+ batchDeploymentAPICount);
10338     log.info(&quot;simpleDeployAPICount: &quot;+ simpleDeployAPICount);
10339     log.info(&quot;simpleUndeployAPICount: &quot;+ simpleUndeployAPICount);
10340     
10341     vars.put(&quot;deploySuccessCount&quot;, deploySuccessCount);
10342     vars.put(&quot;undeploySuccessCount&quot;, undeploySuccessCount);
10343     vars.put(&quot;deployFailureCount&quot;, deployFailureCount);
10344     vars.put(&quot;undeployFailureCount&quot;, undeployFailureCount);
10345     vars.put(&quot;simpleDeployAPICount&quot;, simpleDeployAPICount);
10346     vars.put(&quot;simpleUndeployAPICount&quot;, simpleUndeployAPICount);
10347     vars.put(&quot;batchDeploymentAPICount&quot;, batchDeploymentAPICount);
10348
10349 }</stringProp>
10350             <stringProp name="scriptLanguage">groovy</stringProp>
10351           </JSR223PostProcessor>
10352           <hashTree/>
10353         </hashTree>
10354         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check PdpGroup Query" enabled="true">
10355           <stringProp name="TestPlan.comments">Check PdpGroup Query</stringProp>
10356           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10357           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10358           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10359           <stringProp name="HTTPSampler.protocol">http</stringProp>
10360           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps</stringProp>
10361           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10362           <stringProp name="HTTPSampler.method">GET</stringProp>
10363           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10364           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10365           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10366             <collectionProp name="Arguments.arguments"/>
10367           </elementProp>
10368         </HTTPSamplerProxy>
10369         <hashTree>
10370           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10371             <collectionProp name="Asserion.test_strings">
10372               <stringProp name="49586">200</stringProp>
10373             </collectionProp>
10374             <stringProp name="Assertion.custom_message"></stringProp>
10375             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10376             <boolProp name="Assertion.assume_success">false</boolProp>
10377             <intProp name="Assertion.test_type">1</intProp>
10378           </ResponseAssertion>
10379           <hashTree/>
10380           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
10381             <stringProp name="scriptLanguage">groovy</stringProp>
10382             <stringProp name="parameters"></stringProp>
10383             <stringProp name="filename"></stringProp>
10384             <stringProp name="cacheKey">true</stringProp>
10385             <stringProp name="script">import groovy.json.JsonSlurper;
10386 def res = [];
10387 if (prev.getResponseCode() == &apos;200&apos;) {
10388     def jsonSlurper = new JsonSlurper();
10389     res = jsonSlurper.parseText(prev.getResponseDataAsString());
10390
10391     assert res instanceof Map;
10392     assert res.groups.size == 2;
10393     assert res.groups[0].pdpGroupState== &apos;ACTIVE&apos;;
10394     assert res.groups[1].pdpGroupState== &apos;ACTIVE&apos;;
10395 }
10396 </stringProp>
10397           </JSR223Assertion>
10398           <hashTree/>
10399         </hashTree>
10400         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Deploy defaultDomain Policy" enabled="true">
10401           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10402           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10403           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10404           <stringProp name="HTTPSampler.protocol">http</stringProp>
10405           <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/policies</stringProp>
10406           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10407           <stringProp name="HTTPSampler.method">POST</stringProp>
10408           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10409           <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
10410           <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
10411             <collectionProp name="Arguments.arguments">
10412               <elementProp name="" elementType="HTTPArgument">
10413                 <boolProp name="HTTPArgument.always_encode">false</boolProp>
10414                 <stringProp name="Argument.value">{&#xd;
10415   &quot;policies&quot; : [&#xd;
10416     {&#xd;
10417       &quot;policy-id&quot;: &quot;operational.apex.stabilityTestDefaultDomain&quot;,&#xd;
10418       &quot;policy-version&quot;: &quot;1.0.0&quot;&#xd;
10419     }&#xd;
10420     ]&#xd;
10421 }</stringProp>
10422                 <stringProp name="Argument.metadata">=</stringProp>
10423               </elementProp>
10424             </collectionProp>
10425           </elementProp>
10426         </HTTPSamplerProxy>
10427         <hashTree>
10428           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10429             <collectionProp name="Asserion.test_strings">
10430               <stringProp name="49588">202</stringProp>
10431             </collectionProp>
10432             <stringProp name="Assertion.custom_message"></stringProp>
10433             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10434             <boolProp name="Assertion.assume_success">false</boolProp>
10435             <intProp name="Assertion.test_type">1</intProp>
10436           </ResponseAssertion>
10437           <hashTree/>
10438           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
10439             <stringProp name="ConstantTimer.delay">5000</stringProp>
10440           </ConstantTimer>
10441           <hashTree/>
10442           <JSR223PostProcessor guiclass="TestBeanGUI" testclass="JSR223PostProcessor" testname="JSR223 PostProcessor" enabled="true">
10443             <stringProp name="TestPlan.comments">Set variables to use for verifying the deployment status</stringProp>
10444             <stringProp name="scriptLanguage">groovy</stringProp>
10445             <stringProp name="parameters"></stringProp>
10446             <stringProp name="filename"></stringProp>
10447             <stringProp name="cacheKey">true</stringProp>
10448             <stringProp name="script">vars.put(&quot;dGstatusResponse&quot;, &quot;&quot;);
10449 vars.put(&quot;dg_status_check_counter&quot;, &quot;0&quot;);</stringProp>
10450           </JSR223PostProcessor>
10451           <hashTree/>
10452         </hashTree>
10453         <WhileController guiclass="WhileControllerGui" testclass="WhileController" testname="While Controller" enabled="true">
10454           <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>
10455           <stringProp name="TestPlan.comments">Wait until the policy is successfully deployed, retry for some time</stringProp>
10456         </WhileController>
10457         <hashTree>
10458           <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check status of defaultGroup policy" enabled="true">
10459             <intProp name="HTTPSampler.concurrentPool">6</intProp>
10460             <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10461             <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10462             <stringProp name="HTTPSampler.protocol">http</stringProp>
10463             <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/status/defaultGroup/operational.apex.stabilityTestDefaultDomain/1.0.0</stringProp>
10464             <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10465             <stringProp name="HTTPSampler.method">GET</stringProp>
10466             <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10467             <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10468             <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10469               <collectionProp name="Arguments.arguments"/>
10470             </elementProp>
10471           </HTTPSamplerProxy>
10472           <hashTree>
10473             <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10474               <collectionProp name="Asserion.test_strings">
10475                 <stringProp name="49586">200</stringProp>
10476               </collectionProp>
10477               <stringProp name="Assertion.custom_message"></stringProp>
10478               <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10479               <boolProp name="Assertion.assume_success">false</boolProp>
10480               <intProp name="Assertion.test_type">1</intProp>
10481             </ResponseAssertion>
10482             <hashTree/>
10483             <JSR223PostProcessor guiclass="TestBeanGUI" testclass="JSR223PostProcessor" testname="JSR223 PostProcessor" enabled="true">
10484               <stringProp name="scriptLanguage">groovy</stringProp>
10485               <stringProp name="parameters"></stringProp>
10486               <stringProp name="filename"></stringProp>
10487               <stringProp name="cacheKey">true</stringProp>
10488               <stringProp name="script">
10489 if (prev.getResponseCode() == &apos;200&apos;) {
10490     def res = prev.getResponseDataAsString();
10491     vars.put(&quot;dGstatusResponse&quot;, res);
10492
10493     int x =(vars.get(&quot;dg_status_check_counter&quot;)).toInteger();
10494     x = x + 1;
10495     vars.put(&quot;dg_status_check_counter&quot;, Integer.toString(x));
10496
10497 }</stringProp>
10498             </JSR223PostProcessor>
10499             <hashTree/>
10500           </hashTree>
10501           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
10502             <stringProp name="ConstantTimer.delay">2000</stringProp>
10503           </ConstantTimer>
10504           <hashTree/>
10505         </hashTree>
10506         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check PdpGroup Audit defaultGroup" enabled="true">
10507           <stringProp name="TestPlan.comments">Check PdpGroup Audit</stringProp>
10508           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10509           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10510           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10511           <stringProp name="HTTPSampler.protocol">http</stringProp>
10512           <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/audit/defaultGroup</stringProp>
10513           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10514           <stringProp name="HTTPSampler.method">GET</stringProp>
10515           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10516           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10517           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10518             <collectionProp name="Arguments.arguments"/>
10519           </elementProp>
10520         </HTTPSamplerProxy>
10521         <hashTree>
10522           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10523             <collectionProp name="Asserion.test_strings">
10524               <stringProp name="49586">200</stringProp>
10525             </collectionProp>
10526             <stringProp name="Assertion.custom_message"></stringProp>
10527             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10528             <boolProp name="Assertion.assume_success">false</boolProp>
10529             <intProp name="Assertion.test_type">1</intProp>
10530           </ResponseAssertion>
10531           <hashTree/>
10532         </hashTree>
10533         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check PdpGroup Audit Policy (defaultGroup)" enabled="true">
10534           <stringProp name="TestPlan.comments">Check PdpGroup Audit</stringProp>
10535           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10536           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10537           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10538           <stringProp name="HTTPSampler.protocol">http</stringProp>
10539           <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/audit/defaultGroup/operational.apex.stabilityTestDefaultDomain/1.0.0</stringProp>
10540           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10541           <stringProp name="HTTPSampler.method">GET</stringProp>
10542           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10543           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10544           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10545             <collectionProp name="Arguments.arguments"/>
10546           </elementProp>
10547         </HTTPSamplerProxy>
10548         <hashTree>
10549           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10550             <collectionProp name="Asserion.test_strings">
10551               <stringProp name="49586">200</stringProp>
10552             </collectionProp>
10553             <stringProp name="Assertion.custom_message"></stringProp>
10554             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10555             <boolProp name="Assertion.assume_success">false</boolProp>
10556             <intProp name="Assertion.test_type">1</intProp>
10557           </ResponseAssertion>
10558           <hashTree/>
10559         </hashTree>
10560         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check PdpGroup Query" enabled="true">
10561           <stringProp name="TestPlan.comments">Check PdpGroup Query</stringProp>
10562           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10563           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10564           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10565           <stringProp name="HTTPSampler.protocol">http</stringProp>
10566           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps</stringProp>
10567           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10568           <stringProp name="HTTPSampler.method">GET</stringProp>
10569           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10570           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10571           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10572             <collectionProp name="Arguments.arguments"/>
10573           </elementProp>
10574         </HTTPSamplerProxy>
10575         <hashTree>
10576           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10577             <collectionProp name="Asserion.test_strings">
10578               <stringProp name="49586">200</stringProp>
10579             </collectionProp>
10580             <stringProp name="Assertion.custom_message"></stringProp>
10581             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10582             <boolProp name="Assertion.assume_success">false</boolProp>
10583             <intProp name="Assertion.test_type">1</intProp>
10584           </ResponseAssertion>
10585           <hashTree/>
10586           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
10587             <stringProp name="scriptLanguage">groovy</stringProp>
10588             <stringProp name="parameters"></stringProp>
10589             <stringProp name="filename"></stringProp>
10590             <stringProp name="cacheKey">true</stringProp>
10591             <stringProp name="script">import groovy.json.JsonSlurper;
10592
10593 def res = [];
10594 if (prev.getResponseCode() == &apos;200&apos;) {
10595     def jsonSlurper = new JsonSlurper();
10596     res = jsonSlurper.parseText(prev.getResponseDataAsString());
10597
10598     assert res instanceof Map;
10599     assert res.groups.size == 2;
10600
10601     for(int groupSize=0;groupSize&lt;res.groups.size;groupSize++){
10602
10603          for(int subGrpSize=0;subGrpSize&lt;res.groups[groupSize].pdpSubgroups.size;subGrpSize++){
10604                 
10605                         def pdpSubGrp=res.groups[groupSize].pdpSubgroups[subGrpSize];
10606                         if(pdpSubGrp.pdpType ==&apos;apex&apos;){
10607                                 assert pdpSubGrp.pdpInstances.size == 1; // 1 instance in defaultGroup and 1 in sampleGroup
10608                                 if (res.groups[groupSize].name == &apos;defaultGroup&apos;) {
10609                                                 // stabilityTestDefaultDomain policy is only deployed to defaultGroup
10610                                              assert pdpSubGrp.policies.size == 1; 
10611                                                 assert pdpSubGrp.policies[0].name == &apos;operational.apex.stabilityTestDefaultDomain&apos;;
10612                                 }
10613                              else if(res.groups[groupSize].name == &apos;sampleGroup&apos; ){
10614                                 assert pdpSubGrp.policies.size == 0;
10615                                 //assert pdpSubGrp.policies[0].name == &apos;operational.apex.stabilityTestDefaultDomain&apos;;
10616                              }
10617                         }
10618                 
10619          }
10620     }
10621 }
10622 </stringProp>
10623           </JSR223Assertion>
10624           <hashTree/>
10625         </hashTree>
10626         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Deployment Update for sampleGroup" enabled="true">
10627           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10628           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10629           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10630           <stringProp name="HTTPSampler.protocol">http</stringProp>
10631           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps/deployments/batch</stringProp>
10632           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10633           <stringProp name="HTTPSampler.method">POST</stringProp>
10634           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10635           <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
10636           <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
10637             <collectionProp name="Arguments.arguments">
10638               <elementProp name="" elementType="HTTPArgument">
10639                 <boolProp name="HTTPArgument.always_encode">false</boolProp>
10640                 <stringProp name="Argument.value">{&#xd;
10641     &quot;groups&quot;: [&#xd;
10642         {&#xd;
10643             &quot;name&quot;: &quot;sampleGroup&quot;,&#xd;
10644             &quot;deploymentSubgroups&quot;: [&#xd;
10645                 {&#xd;
10646                     &quot;pdpType&quot;: &quot;apex&quot;,&#xd;
10647                     &quot;action&quot;: &quot;POST&quot;,&#xd;
10648                     &quot;policies&quot;: [&#xd;
10649                         {&#xd;
10650                             &quot;name&quot;: &quot;operational.apex.stabilityTestSampleDomain&quot;,&#xd;
10651                             &quot;version&quot;: &quot;1.0.0&quot;&#xd;
10652                         }&#xd;
10653                     ]&#xd;
10654                 }&#xd;
10655             ]&#xd;
10656         }&#xd;
10657     ]&#xd;
10658 }</stringProp>
10659                 <stringProp name="Argument.metadata">=</stringProp>
10660               </elementProp>
10661             </collectionProp>
10662           </elementProp>
10663         </HTTPSamplerProxy>
10664         <hashTree>
10665           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10666             <collectionProp name="Asserion.test_strings">
10667               <stringProp name="49588">202</stringProp>
10668             </collectionProp>
10669             <stringProp name="Assertion.custom_message"></stringProp>
10670             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10671             <boolProp name="Assertion.assume_success">false</boolProp>
10672             <intProp name="Assertion.test_type">1</intProp>
10673           </ResponseAssertion>
10674           <hashTree/>
10675           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
10676             <stringProp name="ConstantTimer.delay">5000</stringProp>
10677           </ConstantTimer>
10678           <hashTree/>
10679           <JSR223PostProcessor guiclass="TestBeanGUI" testclass="JSR223PostProcessor" testname="JSR223 PostProcessor" enabled="true">
10680             <stringProp name="TestPlan.comments">Set variables to use for verifying the deployment status</stringProp>
10681             <stringProp name="scriptLanguage">groovy</stringProp>
10682             <stringProp name="parameters"></stringProp>
10683             <stringProp name="filename"></stringProp>
10684             <stringProp name="cacheKey">true</stringProp>
10685             <stringProp name="script">vars.put(&quot;sGstatusResponse&quot;, &quot;&quot;);
10686 vars.put(&quot;sg_status_check_counter&quot;, &quot;0&quot;);</stringProp>
10687           </JSR223PostProcessor>
10688           <hashTree/>
10689         </hashTree>
10690         <WhileController guiclass="WhileControllerGui" testclass="WhileController" testname="While Controller" enabled="true">
10691           <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>
10692           <stringProp name="TestPlan.comments">Wait until the policy is successfully deployed, retry for some time</stringProp>
10693         </WhileController>
10694         <hashTree>
10695           <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check status of sampleGroup policy" enabled="true">
10696             <intProp name="HTTPSampler.concurrentPool">6</intProp>
10697             <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10698             <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10699             <stringProp name="HTTPSampler.protocol">http</stringProp>
10700             <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/status/sampleGroup/operational.apex.stabilityTestSampleDomain/1.0.0</stringProp>
10701             <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10702             <stringProp name="HTTPSampler.method">GET</stringProp>
10703             <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10704             <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10705             <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10706               <collectionProp name="Arguments.arguments"/>
10707             </elementProp>
10708           </HTTPSamplerProxy>
10709           <hashTree>
10710             <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10711               <collectionProp name="Asserion.test_strings">
10712                 <stringProp name="49586">200</stringProp>
10713               </collectionProp>
10714               <stringProp name="Assertion.custom_message"></stringProp>
10715               <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10716               <boolProp name="Assertion.assume_success">false</boolProp>
10717               <intProp name="Assertion.test_type">1</intProp>
10718             </ResponseAssertion>
10719             <hashTree/>
10720             <JSR223PostProcessor guiclass="TestBeanGUI" testclass="JSR223PostProcessor" testname="JSR223 PostProcessor" enabled="true">
10721               <stringProp name="scriptLanguage">groovy</stringProp>
10722               <stringProp name="parameters"></stringProp>
10723               <stringProp name="filename"></stringProp>
10724               <stringProp name="cacheKey">true</stringProp>
10725               <stringProp name="script">
10726 if (prev.getResponseCode() == &apos;200&apos;) {
10727     def res = prev.getResponseDataAsString();
10728     vars.put(&quot;sGstatusResponse&quot;, res);
10729     
10730     int x =(vars.get(&quot;sg_status_check_counter&quot;)).toInteger();
10731     x = x + 1;
10732     vars.put(&quot;sg_status_check_counter&quot;, Integer.toString(x));
10733 }</stringProp>
10734             </JSR223PostProcessor>
10735             <hashTree/>
10736           </hashTree>
10737           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
10738             <stringProp name="ConstantTimer.delay">2000</stringProp>
10739           </ConstantTimer>
10740           <hashTree/>
10741         </hashTree>
10742         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check status of PdpGroups" enabled="true">
10743           <stringProp name="TestPlan.comments">Query policies status</stringProp>
10744           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10745           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10746           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10747           <stringProp name="HTTPSampler.protocol">http</stringProp>
10748           <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/status</stringProp>
10749           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10750           <stringProp name="HTTPSampler.method">GET</stringProp>
10751           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10752           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10753           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10754             <collectionProp name="Arguments.arguments"/>
10755           </elementProp>
10756         </HTTPSamplerProxy>
10757         <hashTree>
10758           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10759             <collectionProp name="Asserion.test_strings">
10760               <stringProp name="49586">200</stringProp>
10761             </collectionProp>
10762             <stringProp name="Assertion.custom_message"></stringProp>
10763             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10764             <boolProp name="Assertion.assume_success">false</boolProp>
10765             <intProp name="Assertion.test_type">1</intProp>
10766           </ResponseAssertion>
10767           <hashTree/>
10768         </hashTree>
10769         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check PdpGroup Query" enabled="true">
10770           <stringProp name="TestPlan.comments">Check PdpGroup Query</stringProp>
10771           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10772           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10773           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10774           <stringProp name="HTTPSampler.protocol">http</stringProp>
10775           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps</stringProp>
10776           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10777           <stringProp name="HTTPSampler.method">GET</stringProp>
10778           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10779           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10780           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10781             <collectionProp name="Arguments.arguments"/>
10782           </elementProp>
10783         </HTTPSamplerProxy>
10784         <hashTree>
10785           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10786             <collectionProp name="Asserion.test_strings">
10787               <stringProp name="49586">200</stringProp>
10788             </collectionProp>
10789             <stringProp name="Assertion.custom_message"></stringProp>
10790             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10791             <boolProp name="Assertion.assume_success">false</boolProp>
10792             <intProp name="Assertion.test_type">1</intProp>
10793           </ResponseAssertion>
10794           <hashTree/>
10795           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
10796             <stringProp name="scriptLanguage">groovy</stringProp>
10797             <stringProp name="parameters"></stringProp>
10798             <stringProp name="filename"></stringProp>
10799             <stringProp name="cacheKey">true</stringProp>
10800             <stringProp name="script">import groovy.json.JsonSlurper;
10801
10802 def res = [];
10803 if (prev.getResponseCode() == &apos;200&apos;) {
10804     def jsonSlurper = new JsonSlurper();
10805     res = jsonSlurper.parseText(prev.getResponseDataAsString());
10806
10807     assert res instanceof Map;
10808     assert res.groups.size == 2;
10809
10810     for(int groupSize=0;groupSize&lt;res.groups.size;groupSize++){
10811
10812          for(int subGrpSize=0;subGrpSize&lt;res.groups[groupSize].pdpSubgroups.size;subGrpSize++){
10813
10814                 def pdpSubGrp=res.groups[groupSize].pdpSubgroups[subGrpSize];
10815                         if(pdpSubGrp.pdpType == &apos;apex&apos;){
10816                                 if (res.groups[groupSize].name == &apos;defaultGroup&apos;) {
10817                                                 assert pdpSubGrp.policies.size == 1; 
10818                                                 assert pdpSubGrp.policies[0].name == &apos;operational.apex.stabilityTestDefaultDomain&apos;;
10819                                         }else if(res.groups[groupSize].name == &apos;sampleGroup&apos; ){
10820                                                 // only stabilityTestSampleDomain policy is deployed to sampleGroup
10821                                                 assert pdpSubGrp.policies.size == 1; 
10822                                                 assert (pdpSubGrp.policies[0].name == &apos;operational.apex.stabilityTestSampleDomain&apos;);
10823                                 }
10824                         }
10825                 
10826          }
10827     }
10828 }
10829 </stringProp>
10830           </JSR223Assertion>
10831           <hashTree/>
10832         </hashTree>
10833         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check Audit sampleGroup policy" enabled="true">
10834           <stringProp name="TestPlan.comments">Check Audit sampleGroup policy</stringProp>
10835           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10836           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10837           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10838           <stringProp name="HTTPSampler.protocol">http</stringProp>
10839           <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/audit/sampleGroup/operational.apex.stabilityTestSampleDomain/1.0.0</stringProp>
10840           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10841           <stringProp name="HTTPSampler.method">GET</stringProp>
10842           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10843           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10844           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10845             <collectionProp name="Arguments.arguments"/>
10846           </elementProp>
10847         </HTTPSamplerProxy>
10848         <hashTree>
10849           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10850             <collectionProp name="Asserion.test_strings">
10851               <stringProp name="49586">200</stringProp>
10852             </collectionProp>
10853             <stringProp name="Assertion.custom_message"></stringProp>
10854             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10855             <boolProp name="Assertion.assume_success">false</boolProp>
10856             <intProp name="Assertion.test_type">1</intProp>
10857           </ResponseAssertion>
10858           <hashTree/>
10859         </hashTree>
10860         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check Consolidated Health" enabled="true">
10861           <stringProp name="TestPlan.comments">Consolidated Health Check</stringProp>
10862           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10863           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10864           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10865           <stringProp name="HTTPSampler.protocol">http</stringProp>
10866           <stringProp name="HTTPSampler.path">/policy/pap/v1/components/healthcheck</stringProp>
10867           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10868           <stringProp name="HTTPSampler.method">GET</stringProp>
10869           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10870           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10871           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10872             <collectionProp name="Arguments.arguments"/>
10873           </elementProp>
10874         </HTTPSamplerProxy>
10875         <hashTree>
10876           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10877             <collectionProp name="Asserion.test_strings">
10878               <stringProp name="49586">200</stringProp>
10879             </collectionProp>
10880             <stringProp name="Assertion.custom_message"></stringProp>
10881             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10882             <boolProp name="Assertion.assume_success">false</boolProp>
10883             <intProp name="Assertion.test_type">1</intProp>
10884           </ResponseAssertion>
10885           <hashTree/>
10886           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
10887             <stringProp name="scriptLanguage">groovy</stringProp>
10888             <stringProp name="parameters"></stringProp>
10889             <stringProp name="filename"></stringProp>
10890             <stringProp name="cacheKey">true</stringProp>
10891             <stringProp name="script">import groovy.json.JsonSlurper;
10892
10893 def res = [];
10894 if (prev.getResponseCode() == &apos;200&apos;) {
10895     def jsonSlurper = new JsonSlurper();
10896     res = jsonSlurper.parseText(prev.getResponseDataAsString());
10897     assert res instanceof Map;
10898     //assert res.pdps.xacml!=null;
10899     //assert res.pdps.drools!=null;
10900     assert res.pdps.apex!=null;
10901 }
10902 </stringProp>
10903           </JSR223Assertion>
10904           <hashTree/>
10905         </hashTree>
10906         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check Deployed Policies" enabled="true">
10907           <stringProp name="TestPlan.comments">Query Deployed policies</stringProp>
10908           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10909           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10910           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10911           <stringProp name="HTTPSampler.protocol">http</stringProp>
10912           <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/deployed</stringProp>
10913           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10914           <stringProp name="HTTPSampler.method">GET</stringProp>
10915           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10916           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
10917           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
10918             <collectionProp name="Arguments.arguments"/>
10919           </elementProp>
10920         </HTTPSamplerProxy>
10921         <hashTree>
10922           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10923             <collectionProp name="Asserion.test_strings">
10924               <stringProp name="49586">200</stringProp>
10925             </collectionProp>
10926             <stringProp name="Assertion.custom_message"></stringProp>
10927             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10928             <boolProp name="Assertion.assume_success">false</boolProp>
10929             <intProp name="Assertion.test_type">1</intProp>
10930           </ResponseAssertion>
10931           <hashTree/>
10932           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
10933             <stringProp name="scriptLanguage">groovy</stringProp>
10934             <stringProp name="parameters"></stringProp>
10935             <stringProp name="filename"></stringProp>
10936             <stringProp name="cacheKey">true</stringProp>
10937             <stringProp name="script">import groovy.json.JsonSlurper;
10938
10939 def res = [];
10940 if (prev.getResponseCode() == &apos;200&apos;) {
10941     def jsonSlurper = new JsonSlurper();
10942     res = jsonSlurper.parseText(prev.getResponseDataAsString());
10943    assert res.size &gt;1 ;
10944
10945 }
10946 </stringProp>
10947           </JSR223Assertion>
10948           <hashTree/>
10949         </hashTree>
10950         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Undeploy Policy in sampleGroup" enabled="true">
10951           <intProp name="HTTPSampler.concurrentPool">6</intProp>
10952           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
10953           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
10954           <stringProp name="HTTPSampler.protocol">http</stringProp>
10955           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps/deployments/batch</stringProp>
10956           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
10957           <stringProp name="HTTPSampler.method">POST</stringProp>
10958           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
10959           <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
10960           <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
10961             <collectionProp name="Arguments.arguments">
10962               <elementProp name="" elementType="HTTPArgument">
10963                 <boolProp name="HTTPArgument.always_encode">false</boolProp>
10964                 <stringProp name="Argument.value">{&#xd;
10965     &quot;groups&quot;: [&#xd;
10966         {&#xd;
10967             &quot;name&quot;: &quot;sampleGroup&quot;,&#xd;
10968             &quot;deploymentSubgroups&quot;: [&#xd;
10969                 {&#xd;
10970                     &quot;pdpType&quot;: &quot;apex&quot;,&#xd;
10971                     &quot;action&quot;: &quot;DELETE&quot;,&#xd;
10972                     &quot;policies&quot;: [&#xd;
10973                         {&#xd;
10974                             &quot;name&quot;: &quot;operational.apex.stabilityTestSampleDomain&quot;,&#xd;
10975                             &quot;version&quot;: &quot;1.0.0&quot;&#xd;
10976                         }&#xd;
10977                     ]&#xd;
10978                 }&#xd;
10979             ]&#xd;
10980         }&#xd;
10981     ]&#xd;
10982 }</stringProp>
10983                 <stringProp name="Argument.metadata">=</stringProp>
10984               </elementProp>
10985             </collectionProp>
10986           </elementProp>
10987         </HTTPSamplerProxy>
10988         <hashTree>
10989           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
10990             <collectionProp name="Asserion.test_strings">
10991               <stringProp name="49588">202</stringProp>
10992             </collectionProp>
10993             <stringProp name="Assertion.custom_message"></stringProp>
10994             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
10995             <boolProp name="Assertion.assume_success">false</boolProp>
10996             <intProp name="Assertion.test_type">1</intProp>
10997           </ResponseAssertion>
10998           <hashTree/>
10999         </hashTree>
11000         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Undeploy Default Policy" enabled="true">
11001           <intProp name="HTTPSampler.concurrentPool">6</intProp>
11002           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11003           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11004           <stringProp name="HTTPSampler.protocol">http</stringProp>
11005           <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/policies/operational.apex.stabilityTestDefaultDomain</stringProp>
11006           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11007           <stringProp name="HTTPSampler.method">DELETE</stringProp>
11008           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11009           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
11010           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
11011             <collectionProp name="Arguments.arguments"/>
11012           </elementProp>
11013         </HTTPSamplerProxy>
11014         <hashTree>
11015           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11016             <collectionProp name="Asserion.test_strings">
11017               <stringProp name="49588">202</stringProp>
11018             </collectionProp>
11019             <stringProp name="Assertion.custom_message"></stringProp>
11020             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11021             <boolProp name="Assertion.assume_success">false</boolProp>
11022             <intProp name="Assertion.test_type">1</intProp>
11023           </ResponseAssertion>
11024           <hashTree/>
11025           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
11026             <stringProp name="ConstantTimer.delay">5000</stringProp>
11027           </ConstantTimer>
11028           <hashTree/>
11029           <JSR223PostProcessor guiclass="TestBeanGUI" testclass="JSR223PostProcessor" testname="JSR223 PostProcessor" enabled="true">
11030             <stringProp name="TestPlan.comments">Set variables to use for verifying the deployment status</stringProp>
11031             <stringProp name="scriptLanguage">groovy</stringProp>
11032             <stringProp name="parameters"></stringProp>
11033             <stringProp name="filename"></stringProp>
11034             <stringProp name="cacheKey">true</stringProp>
11035             <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
11036 vars.put(&quot;statusResponse&quot;, &quot;operational.apex.stabilityTestDefaultDomain&quot;);
11037 //initialize counter to 0
11038 vars.put(&quot;status_check_counter&quot;, &quot;0&quot;);</stringProp>
11039           </JSR223PostProcessor>
11040           <hashTree/>
11041         </hashTree>
11042         <WhileController guiclass="WhileControllerGui" testclass="WhileController" testname="While Controller" enabled="true">
11043           <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>
11044           <stringProp name="TestPlan.comments">Wait until all policies are successfully undeployed</stringProp>
11045         </WhileController>
11046         <hashTree>
11047           <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check status of policies" enabled="true">
11048             <intProp name="HTTPSampler.concurrentPool">6</intProp>
11049             <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11050             <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11051             <stringProp name="HTTPSampler.protocol">http</stringProp>
11052             <stringProp name="HTTPSampler.path">/policy/pap/v1/policies/status</stringProp>
11053             <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11054             <stringProp name="HTTPSampler.method">GET</stringProp>
11055             <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11056             <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
11057             <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
11058               <collectionProp name="Arguments.arguments"/>
11059             </elementProp>
11060           </HTTPSamplerProxy>
11061           <hashTree>
11062             <JSR223PostProcessor guiclass="TestBeanGUI" testclass="JSR223PostProcessor" testname="JSR223 PostProcessor" enabled="true">
11063               <stringProp name="scriptLanguage">groovy</stringProp>
11064               <stringProp name="parameters"></stringProp>
11065               <stringProp name="filename"></stringProp>
11066               <stringProp name="cacheKey">true</stringProp>
11067               <stringProp name="script">
11068 if (prev.getResponseCode() == &apos;200&apos;) {
11069     def res = prev.getResponseDataAsString();
11070     vars.put(&quot;statusResponse&quot;, res);
11071
11072     int x =(vars.get(&quot;status_check_counter&quot;)).toInteger();
11073     x = x + 1;
11074     vars.put(&quot;status_check_counter&quot;, Integer.toString(x));
11075 }</stringProp>
11076             </JSR223PostProcessor>
11077             <hashTree/>
11078           </hashTree>
11079           <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
11080             <stringProp name="ConstantTimer.delay">3000</stringProp>
11081           </ConstantTimer>
11082           <hashTree/>
11083         </hashTree>
11084         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Check PdpGroup Query" enabled="true">
11085           <stringProp name="TestPlan.comments">Check PdpGroup Query</stringProp>
11086           <intProp name="HTTPSampler.concurrentPool">6</intProp>
11087           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11088           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11089           <stringProp name="HTTPSampler.protocol">http</stringProp>
11090           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps</stringProp>
11091           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11092           <stringProp name="HTTPSampler.method">GET</stringProp>
11093           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11094           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
11095           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
11096             <collectionProp name="Arguments.arguments"/>
11097           </elementProp>
11098         </HTTPSamplerProxy>
11099         <hashTree>
11100           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11101             <collectionProp name="Asserion.test_strings">
11102               <stringProp name="49586">200</stringProp>
11103             </collectionProp>
11104             <stringProp name="Assertion.custom_message"></stringProp>
11105             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11106             <boolProp name="Assertion.assume_success">false</boolProp>
11107             <intProp name="Assertion.test_type">1</intProp>
11108           </ResponseAssertion>
11109           <hashTree/>
11110           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
11111             <stringProp name="scriptLanguage">groovy</stringProp>
11112             <stringProp name="parameters"></stringProp>
11113             <stringProp name="filename"></stringProp>
11114             <stringProp name="cacheKey">true</stringProp>
11115             <stringProp name="script">import groovy.json.JsonSlurper;
11116 def res = [];
11117 if (prev.getResponseCode() == &apos;200&apos;) {
11118     def jsonSlurper = new JsonSlurper();
11119     res = jsonSlurper.parseText(prev.getResponseDataAsString());
11120
11121     assert res instanceof Map;
11122     assert res.groups.size == 2;
11123
11124     for(int groupSize=0;groupSize&lt;res.groups.size;groupSize++){
11125
11126          for(int subGrpSize=0;subGrpSize&lt;res.groups[groupSize].pdpSubgroups.size;subGrpSize++){
11127                 
11128                         def pdpSubGrp=res.groups[groupSize].pdpSubgroups[subGrpSize];
11129                         if(pdpSubGrp.pdpType ==&apos;apex&apos;){
11130                                 assert pdpSubGrp.pdpInstances.size == 1; // 1 instance in defaultGroup and 1 in sampleGroup
11131                                 if (res.groups[groupSize].name == &apos;defaultGroup&apos;) {
11132                                              assert pdpSubGrp.policies.size == 0; 
11133                                 }
11134                              else if(res.groups[groupSize].name == &apos;sampleGroup&apos; ){
11135                                 assert pdpSubGrp.policies.size == 0;
11136                              }
11137                         }
11138                 
11139          }
11140     }
11141 }
11142 </stringProp>
11143           </JSR223Assertion>
11144           <hashTree/>
11145         </hashTree>
11146         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="PAP Metrics after deployments" enabled="true">
11147           <stringProp name="TestPlan.comments">PAP Metrics after deployments</stringProp>
11148           <intProp name="HTTPSampler.concurrentPool">6</intProp>
11149           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11150           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11151           <stringProp name="HTTPSampler.protocol">http</stringProp>
11152           <stringProp name="HTTPSampler.path">/policy/pap/v1/metrics</stringProp>
11153           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11154           <stringProp name="HTTPSampler.method">GET</stringProp>
11155           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11156           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
11157           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
11158             <collectionProp name="Arguments.arguments"/>
11159           </elementProp>
11160         </HTTPSamplerProxy>
11161         <hashTree>
11162           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11163             <collectionProp name="Asserion.test_strings">
11164               <stringProp name="49586">200</stringProp>
11165             </collectionProp>
11166             <stringProp name="Assertion.custom_message"></stringProp>
11167             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11168             <boolProp name="Assertion.assume_success">false</boolProp>
11169             <intProp name="Assertion.test_type">1</intProp>
11170           </ResponseAssertion>
11171           <hashTree/>
11172           <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true">
11173             <stringProp name="scriptLanguage">groovy</stringProp>
11174             <stringProp name="parameters"></stringProp>
11175             <stringProp name="filename"></stringProp>
11176             <stringProp name="cacheKey">true</stringProp>
11177             <stringProp name="script">
11178 if (prev.getResponseCode() == &apos;200&apos;) {
11179     def res = prev.getResponseDataAsString();
11180
11181     def newDeploySuccessCount = &apos;0&apos;;
11182     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;deploy&quot;,status=&quot;SUCCESS&quot;,} &apos;)) {
11183         newDeploySuccessCount = (res =~ /pap_policy_deployments_total\{operation=&quot;deploy&quot;,status=&quot;SUCCESS&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1];
11184     }
11185
11186     def newUndeploySuccessCount = &apos;0&apos;;
11187     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;undeploy&quot;,status=&quot;SUCCESS&quot;,} &apos;)) {
11188         newUndeploySuccessCount = (res =~ /pap_policy_deployments_total\{operation=&quot;undeploy&quot;,status=&quot;SUCCESS&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1];
11189     }
11190     
11191     def newDeployFailureCount = &apos;0&apos;;
11192     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;deploy&quot;,status=&quot;FAILURE&quot;,} &apos;)) {
11193         newDeployFailureCount = (res =~ /pap_policy_deployments_total\{operation=&quot;deploy&quot;,status=&quot;FAILURE&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1];
11194     }
11195     def newUndeployFailureCount =  &apos;0&apos;;
11196     if (res.contains(&apos;pap_policy_deployments_total{operation=&quot;undeploy&quot;,status=&quot;FAILURE&quot;,} &apos;)) {
11197         newUndeployFailureCount = (res =~ /pap_policy_deployments_total\{operation=&quot;undeploy&quot;,status=&quot;FAILURE&quot;,\} ([0-9]+)?([.]*[0-9]*)?/)[0][1]
11198     }
11199
11200     def newSimpleDeployAPICount =  &apos;0&apos;;
11201     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;)) {
11202         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]
11203     }
11204     def newSimpleUndeployAPICount =  &apos;0&apos;;
11205     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;)) {
11206         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]
11207     }
11208     def newBatchDeploymentAPICount =  &apos;0&apos;;
11209     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;)) {
11210         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]
11211     }
11212     log.info(&quot;newDeploySuccessCount: &quot;+ newDeploySuccessCount);
11213     log.info(&quot;newUndeploySuccessCount: &quot;+ newUndeploySuccessCount);
11214     log.info(&quot;newBatchDeploymentAPICount: &quot;+ newBatchDeploymentAPICount);
11215     log.info(&quot;newSimpleDeployAPICount: &quot;+ newSimpleDeployAPICount);
11216     log.info(&quot;newSimpleUndeployAPICount: &quot;+ newSimpleUndeployAPICount);
11217
11218     assert Long.valueOf(vars.get(&quot;deployFailureCount&quot;)) == Long.valueOf(newDeployFailureCount);
11219     assert Long.valueOf(vars.get(&quot;undeployFailureCount&quot;)) == Long.valueOf(newUndeployFailureCount);
11220     // One policy is deployed/undeployed using batch API and the other one using simple APIs
11221     assert (Long.valueOf(vars.get(&quot;simpleDeployAPICount&quot;))+1) &lt;= Long.valueOf(newSimpleDeployAPICount);
11222     assert (Long.valueOf(vars.get(&quot;simpleUndeployAPICount&quot;))+1) &lt;= Long.valueOf(newSimpleUndeployAPICount);
11223     assert (Long.valueOf(vars.get(&quot;batchDeploymentAPICount&quot;))+2) &lt;= Long.valueOf(newBatchDeploymentAPICount);
11224     assert (Long.valueOf(vars.get(&quot;deploySuccessCount&quot;))+2) &lt;= Long.valueOf(newDeploySuccessCount);
11225     assert (Long.valueOf(vars.get(&quot;undeploySuccessCount&quot;))+2) &lt;= Long.valueOf(newUndeploySuccessCount);
11226
11227 }</stringProp>
11228           </JSR223Assertion>
11229           <hashTree/>
11230         </hashTree>
11231       </hashTree>
11232       <PostThreadGroup guiclass="PostThreadGroupGui" testclass="PostThreadGroup" testname="tearDown Thread Group" enabled="true">
11233         <intProp name="ThreadGroup.num_threads">1</intProp>
11234         <intProp name="ThreadGroup.ramp_time">1</intProp>
11235         <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp>
11236         <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
11237         <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller">
11238           <stringProp name="LoopController.loops">1</stringProp>
11239           <boolProp name="LoopController.continue_forever">false</boolProp>
11240         </elementProp>
11241       </PostThreadGroup>
11242       <hashTree>
11243         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Change sampleGroup State to PASSIVE" enabled="true">
11244           <intProp name="HTTPSampler.concurrentPool">6</intProp>
11245           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11246           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11247           <stringProp name="HTTPSampler.protocol">http</stringProp>
11248           <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/groups/sampleGroup?state=PASSIVE</stringProp>
11249           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11250           <stringProp name="HTTPSampler.method">PUT</stringProp>
11251           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11252           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
11253           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
11254             <collectionProp name="Arguments.arguments"/>
11255           </elementProp>
11256         </HTTPSamplerProxy>
11257         <hashTree>
11258           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11259             <collectionProp name="Asserion.test_strings">
11260               <stringProp name="49586">200</stringProp>
11261             </collectionProp>
11262             <stringProp name="Assertion.custom_message"></stringProp>
11263             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11264             <boolProp name="Assertion.assume_success">false</boolProp>
11265             <intProp name="Assertion.test_type">1</intProp>
11266           </ResponseAssertion>
11267           <hashTree/>
11268         </hashTree>
11269         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Delete PdpGroup SampleGroup" enabled="true">
11270           <stringProp name="TestPlan.comments">Delete PdpGroup </stringProp>
11271           <intProp name="HTTPSampler.concurrentPool">6</intProp>
11272           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11273           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11274           <stringProp name="HTTPSampler.protocol">http</stringProp>
11275           <stringProp name="HTTPSampler.path">/policy/pap/v1/pdps/groups/sampleGroup</stringProp>
11276           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11277           <stringProp name="HTTPSampler.method">DELETE</stringProp>
11278           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11279           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
11280           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
11281             <collectionProp name="Arguments.arguments"/>
11282           </elementProp>
11283         </HTTPSamplerProxy>
11284         <hashTree>
11285           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11286             <collectionProp name="Asserion.test_strings">
11287               <stringProp name="49586">200</stringProp>
11288             </collectionProp>
11289             <stringProp name="Assertion.custom_message"></stringProp>
11290             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11291             <boolProp name="Assertion.assume_success">false</boolProp>
11292             <intProp name="Assertion.test_type">1</intProp>
11293           </ResponseAssertion>
11294           <hashTree/>
11295         </hashTree>
11296         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Change defaultGroup State to PASSIVE" enabled="true">
11297           <intProp name="HTTPSampler.concurrentPool">6</intProp>
11298           <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp>
11299           <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp>
11300           <stringProp name="HTTPSampler.protocol">http</stringProp>
11301           <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/groups/defaultGroup?state=PASSIVE</stringProp>
11302           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11303           <stringProp name="HTTPSampler.method">PUT</stringProp>
11304           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11305           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
11306           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
11307             <collectionProp name="Arguments.arguments"/>
11308           </elementProp>
11309         </HTTPSamplerProxy>
11310         <hashTree>
11311           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11312             <collectionProp name="Asserion.test_strings">
11313               <stringProp name="49586">200</stringProp>
11314             </collectionProp>
11315             <stringProp name="Assertion.custom_message"></stringProp>
11316             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11317             <boolProp name="Assertion.assume_success">false</boolProp>
11318             <intProp name="Assertion.test_type">1</intProp>
11319           </ResponseAssertion>
11320           <hashTree/>
11321         </hashTree>
11322         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Delete Policy defaultDomain" enabled="true">
11323           <intProp name="HTTPSampler.concurrentPool">6</intProp>
11324           <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp>
11325           <stringProp name="HTTPSampler.port">${API_PORT}</stringProp>
11326           <stringProp name="HTTPSampler.protocol">http</stringProp>
11327           <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>
11328           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11329           <stringProp name="HTTPSampler.method">DELETE</stringProp>
11330           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11331           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
11332           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
11333             <collectionProp name="Arguments.arguments"/>
11334           </elementProp>
11335         </HTTPSamplerProxy>
11336         <hashTree>
11337           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11338             <collectionProp name="Asserion.test_strings">
11339               <stringProp name="49586">200</stringProp>
11340             </collectionProp>
11341             <stringProp name="Assertion.custom_message"></stringProp>
11342             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11343             <boolProp name="Assertion.assume_success">false</boolProp>
11344             <intProp name="Assertion.test_type">1</intProp>
11345           </ResponseAssertion>
11346           <hashTree/>
11347         </hashTree>
11348         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Delete Policy for sampleGroup" enabled="true">
11349           <intProp name="HTTPSampler.concurrentPool">6</intProp>
11350           <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp>
11351           <stringProp name="HTTPSampler.port">${API_PORT}</stringProp>
11352           <stringProp name="HTTPSampler.protocol">http</stringProp>
11353           <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>
11354           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11355           <stringProp name="HTTPSampler.method">DELETE</stringProp>
11356           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11357           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
11358           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
11359             <collectionProp name="Arguments.arguments"/>
11360           </elementProp>
11361         </HTTPSamplerProxy>
11362         <hashTree>
11363           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11364             <collectionProp name="Asserion.test_strings">
11365               <stringProp name="49586">200</stringProp>
11366             </collectionProp>
11367             <stringProp name="Assertion.custom_message"></stringProp>
11368             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11369             <boolProp name="Assertion.assume_success">false</boolProp>
11370             <intProp name="Assertion.test_type">1</intProp>
11371           </ResponseAssertion>
11372           <hashTree/>
11373         </hashTree>
11374         <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Delete Nodetemplate metadata for sampleDomain policy" enabled="true">
11375           <intProp name="HTTPSampler.concurrentPool">6</intProp>
11376           <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp>
11377           <stringProp name="HTTPSampler.port">${API_PORT}</stringProp>
11378           <stringProp name="HTTPSampler.protocol">http</stringProp>
11379           <stringProp name="HTTPSampler.path">/policy/api/v1/nodetemplates/apex.metadata.pnf/versions/1.0.0</stringProp>
11380           <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
11381           <stringProp name="HTTPSampler.method">DELETE</stringProp>
11382           <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
11383           <boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
11384           <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables">
11385             <collectionProp name="Arguments.arguments"/>
11386           </elementProp>
11387         </HTTPSamplerProxy>
11388         <hashTree>
11389           <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
11390             <collectionProp name="Asserion.test_strings">
11391               <stringProp name="49586">200</stringProp>
11392             </collectionProp>
11393             <stringProp name="Assertion.custom_message"></stringProp>
11394             <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
11395             <boolProp name="Assertion.assume_success">false</boolProp>
11396             <intProp name="Assertion.test_type">1</intProp>
11397           </ResponseAssertion>
11398           <hashTree/>
11399         </hashTree>
11400       </hashTree>
11401       <ResultCollector guiclass="SummaryReport" testclass="ResultCollector" testname="Summary Report" enabled="true">
11402         <boolProp name="ResultCollector.error_logging">false</boolProp>
11403         <objProp>
11404           <name>saveConfig</name>
11405           <value class="SampleSaveConfiguration">
11406             <time>true</time>
11407             <latency>true</latency>
11408             <timestamp>true</timestamp>
11409             <success>true</success>
11410             <label>true</label>
11411             <code>true</code>
11412             <message>true</message>
11413             <threadName>true</threadName>
11414             <dataType>true</dataType>
11415             <encoding>false</encoding>
11416             <assertions>true</assertions>
11417             <subresults>true</subresults>
11418             <responseData>false</responseData>
11419             <samplerData>false</samplerData>
11420             <xml>false</xml>
11421             <fieldNames>true</fieldNames>
11422             <responseHeaders>false</responseHeaders>
11423             <requestHeaders>false</requestHeaders>
11424             <responseDataOnError>false</responseDataOnError>
11425             <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
11426             <assertionsResultsToSave>0</assertionsResultsToSave>
11427             <bytes>true</bytes>
11428             <sentBytes>true</sentBytes>
11429             <url>true</url>
11430             <threadCounts>true</threadCounts>
11431             <sampleCount>true</sampleCount>
11432             <idleTime>true</idleTime>
11433             <connectTime>true</connectTime>
11434           </value>
11435         </objProp>
11436         <stringProp name="filename">/home/ramesh/s3pTestResults.jtl</stringProp>
11437       </ResultCollector>
11438       <hashTree/>
11439       <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="true">
11440         <boolProp name="ResultCollector.error_logging">false</boolProp>
11441         <objProp>
11442           <name>saveConfig</name>
11443           <value class="SampleSaveConfiguration">
11444             <time>true</time>
11445             <latency>true</latency>
11446             <timestamp>true</timestamp>
11447             <success>true</success>
11448             <label>true</label>
11449             <code>true</code>
11450             <message>true</message>
11451             <threadName>true</threadName>
11452             <dataType>true</dataType>
11453             <encoding>false</encoding>
11454             <assertions>true</assertions>
11455             <subresults>true</subresults>
11456             <responseData>false</responseData>
11457             <samplerData>false</samplerData>
11458             <xml>false</xml>
11459             <fieldNames>true</fieldNames>
11460             <responseHeaders>false</responseHeaders>
11461             <requestHeaders>false</requestHeaders>
11462             <responseDataOnError>false</responseDataOnError>
11463             <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
11464             <assertionsResultsToSave>0</assertionsResultsToSave>
11465             <bytes>true</bytes>
11466             <sentBytes>true</sentBytes>
11467             <url>true</url>
11468             <threadCounts>true</threadCounts>
11469             <idleTime>true</idleTime>
11470             <connectTime>true</connectTime>
11471           </value>
11472         </objProp>
11473         <stringProp name="filename">/home/ramesh/s3pTestResults.jtl</stringProp>
11474       </ResultCollector>
11475       <hashTree/>
11476       <ResultCollector guiclass="TableVisualizer" testclass="ResultCollector" testname="View Results in Table" enabled="true">
11477         <boolProp name="ResultCollector.error_logging">false</boolProp>
11478         <objProp>
11479           <name>saveConfig</name>
11480           <value class="SampleSaveConfiguration">
11481             <time>true</time>
11482             <latency>true</latency>
11483             <timestamp>true</timestamp>
11484             <success>true</success>
11485             <label>true</label>
11486             <code>true</code>
11487             <message>true</message>
11488             <threadName>true</threadName>
11489             <dataType>true</dataType>
11490             <encoding>false</encoding>
11491             <assertions>true</assertions>
11492             <subresults>true</subresults>
11493             <responseData>false</responseData>
11494             <samplerData>false</samplerData>
11495             <xml>false</xml>
11496             <fieldNames>true</fieldNames>
11497             <responseHeaders>false</responseHeaders>
11498             <requestHeaders>false</requestHeaders>
11499             <responseDataOnError>false</responseDataOnError>
11500             <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
11501             <assertionsResultsToSave>0</assertionsResultsToSave>
11502             <bytes>true</bytes>
11503             <sentBytes>true</sentBytes>
11504             <url>true</url>
11505             <threadCounts>true</threadCounts>
11506             <idleTime>true</idleTime>
11507             <connectTime>true</connectTime>
11508           </value>
11509         </objProp>
11510         <stringProp name="filename">/home/ramesh/s3pTestResults.jtl</stringProp>
11511       </ResultCollector>
11512       <hashTree/>
11513     </hashTree>
11514   </hashTree>
11515 </jmeterTestPlan>