nifi_sdk_ruby 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1938 @@
1
+ <?xml version="1.0" ?>
2
+ <template encoding-version="1.0">
3
+ <description>IN: recepci?n de la informaci?n enviada por Staff de eventos TaskStatus
4
+ Espera un HTTP POST en puerto 10001 con payload:
5
+ {
6
+ "TASK_STATUS": {
7
+ "hotel_id": "GHPC",
8
+ "creator_user": "pepito",
9
+ "service_id": "SFT",
10
+ "service_task_id": "123456",
11
+ "service_user": "John Doe",
12
+ "service_status": "3",
13
+ "service_data": "Delivered to guest",
14
+ "service_tag_list": {
15
+ "case": "123",
16
+ "subcase": "456"
17
+ },
18
+ "sender_id": "SFCC",
19
+ "room": "101"
20
+ }
21
+ }
22
+
23
+ OUT: FlowFile con atributos:
24
+ staff_task.creator_user
25
+ staff_task.service_id
26
+ staff_task.service_task_id
27
+ staff_task.modified_by_user = service_user
28
+ staff_task.service_status
29
+ staff_task.service_data
30
+ staff_task.tag_list
31
+ staff_task.data = payload json TASK_STATUS
32
+ hmobile.hotel_id
33
+ hmobile.room </description>
34
+ <groupId>398e6b23-015a-1000-b8b9-7f80b519bdb7</groupId>
35
+ <name>IN.hmStaff.taskStatus v1.0.5</name>
36
+ <snippet>
37
+ <labels>
38
+ <id>01591002-8280-1109-0000-000000000000</id>
39
+ <parentGroupId>398e6b23-015a-1000-0000-000000000000</parentGroupId>
40
+ <position>
41
+ <x>0.10428018475386125</x>
42
+ <y>0.0</y>
43
+ </position>
44
+ <height>20.0</height>
45
+ <label>Escucha el puerto 10001 en POST</label>
46
+ <style>
47
+ <entry>
48
+ <key>font-size</key>
49
+ <value>12px</value>
50
+ </entry>
51
+ </style>
52
+ <width>200.83241271972656</width>
53
+ </labels>
54
+ <labels>
55
+ <id>1026115f-116d-1a4b-0000-000000000000</id>
56
+ <parentGroupId>398e6b23-015a-1000-0000-000000000000</parentGroupId>
57
+ <position>
58
+ <x>0.0</x>
59
+ <y>24.83646887719442</y>
60
+ </position>
61
+ <height>20.0</height>
62
+ <label>/task_status</label>
63
+ <style>
64
+ <entry>
65
+ <key>font-size</key>
66
+ <value>12px</value>
67
+ </entry>
68
+ </style>
69
+ <width>278.7031555175781</width>
70
+ </labels>
71
+ <processGroups>
72
+ <id>b3dc7418-0159-1000-0000-000000000000</id>
73
+ <parentGroupId>398e6b23-015a-1000-0000-000000000000</parentGroupId>
74
+ <position>
75
+ <x>8.478433790843155</x>
76
+ <y>54.96979724183302</y>
77
+ </position>
78
+ <comments>IN: recepci?n de la informaci?n enviada por Staff de eventos TaskStatus
79
+ Espera un HTTP POST en puerto 10001 con payload:
80
+ {
81
+ "TASK_STATUS": {
82
+ "hotel_id": "GHPC",
83
+ "creator_user": "pepito",
84
+ "service_id": "SFT",
85
+ "service_task_id": "123456",
86
+ "service_user": "John Doe",
87
+ "service_status": "3",
88
+ "service_data": "Delivered to guest",
89
+ "service_tag_list": {
90
+ "case": "123",
91
+ "subcase": "456"
92
+ },
93
+ "sender_id": "SFCC",
94
+ "room": "101"
95
+ }
96
+ }
97
+
98
+ OUT: FlowFile con atributos:
99
+ staff_task.creator_user
100
+ staff_task.service_id
101
+ staff_task.service_task_id
102
+ staff_task.modified_by_user = service_user
103
+ staff_task.service_status
104
+ staff_task.service_data
105
+ staff_task.tag_list
106
+ staff_task.data = payload json TASK_STATUS
107
+ hmobile.hotel_id
108
+ hmobile.room </comments>
109
+ <contents>
110
+ <connections>
111
+ <id>015a1001-1c08-1d40-0000-000000000000</id>
112
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
113
+ <backPressureDataSizeThreshold>1 GB</backPressureDataSizeThreshold>
114
+ <backPressureObjectThreshold>10000</backPressureObjectThreshold>
115
+ <destination>
116
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
117
+ <id>01591004-a16e-163c-0000-000000000000</id>
118
+ <type>PROCESSOR</type>
119
+ </destination>
120
+ <flowFileExpiration>0 sec</flowFileExpiration>
121
+ <labelIndex>1</labelIndex>
122
+ <name></name>
123
+ <selectedRelationships>success</selectedRelationships>
124
+ <source>
125
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
126
+ <id>015a1000-1c08-1d40-0000-000000000000</id>
127
+ <type>PROCESSOR</type>
128
+ </source>
129
+ <zIndex>0</zIndex>
130
+ </connections>
131
+ <connections>
132
+ <id>015a1001-7cb9-1d4e-0000-000000000000</id>
133
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
134
+ <backPressureDataSizeThreshold>1 GB</backPressureDataSizeThreshold>
135
+ <backPressureObjectThreshold>10000</backPressureObjectThreshold>
136
+ <destination>
137
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
138
+ <id>2d401c08-015a-1000-0000-000000000000</id>
139
+ <type>PROCESSOR</type>
140
+ </destination>
141
+ <flowFileExpiration>0 sec</flowFileExpiration>
142
+ <labelIndex>1</labelIndex>
143
+ <name></name>
144
+ <selectedRelationships>matched</selectedRelationships>
145
+ <selectedRelationships>unmatched</selectedRelationships>
146
+ <source>
147
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
148
+ <id>015a1000-7cb9-1d4e-0000-000000000000</id>
149
+ <type>PROCESSOR</type>
150
+ </source>
151
+ <zIndex>0</zIndex>
152
+ </connections>
153
+ <connections>
154
+ <id>015a1009-7cb9-1d4e-0000-000000000000</id>
155
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
156
+ <backPressureDataSizeThreshold>1 GB</backPressureDataSizeThreshold>
157
+ <backPressureObjectThreshold>10000</backPressureObjectThreshold>
158
+ <destination>
159
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
160
+ <id>015a1000-7cb9-1d4e-0000-000000000000</id>
161
+ <type>PROCESSOR</type>
162
+ </destination>
163
+ <flowFileExpiration>0 sec</flowFileExpiration>
164
+ <labelIndex>1</labelIndex>
165
+ <name></name>
166
+ <selectedRelationships>failure</selectedRelationships>
167
+ <selectedRelationships>success</selectedRelationships>
168
+ <source>
169
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
170
+ <id>10261159-1167-1a4b-0000-000000000000</id>
171
+ <type>PROCESSOR</type>
172
+ </source>
173
+ <zIndex>0</zIndex>
174
+ </connections>
175
+ <connections>
176
+ <id>10261159-116c-1a4b-0000-000000000000</id>
177
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
178
+ <backPressureDataSizeThreshold>1 GB</backPressureDataSizeThreshold>
179
+ <backPressureObjectThreshold>10000</backPressureObjectThreshold>
180
+ <destination>
181
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
182
+ <id>01591005-a16e-163c-0000-000000000000</id>
183
+ <type>PROCESSOR</type>
184
+ </destination>
185
+ <flowFileExpiration>0 sec</flowFileExpiration>
186
+ <labelIndex>1</labelIndex>
187
+ <name></name>
188
+ <selectedRelationships>failure</selectedRelationships>
189
+ <selectedRelationships>success</selectedRelationships>
190
+ <source>
191
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
192
+ <id>10261159-116b-1a4b-0000-000000000000</id>
193
+ <type>PROCESSOR</type>
194
+ </source>
195
+ <zIndex>0</zIndex>
196
+ </connections>
197
+ <connections>
198
+ <id>10261159-116d-1a4b-0000-000000000000</id>
199
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
200
+ <backPressureDataSizeThreshold>1 GB</backPressureDataSizeThreshold>
201
+ <backPressureObjectThreshold>10000</backPressureObjectThreshold>
202
+ <destination>
203
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
204
+ <id>01591002-a16e-163c-0000-000000000000</id>
205
+ <type>PROCESSOR</type>
206
+ </destination>
207
+ <flowFileExpiration>0 sec</flowFileExpiration>
208
+ <labelIndex>1</labelIndex>
209
+ <name></name>
210
+ <selectedRelationships>unmatched</selectedRelationships>
211
+ <source>
212
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
213
+ <id>10261159-1165-1a4b-0000-000000000000</id>
214
+ <type>PROCESSOR</type>
215
+ </source>
216
+ <zIndex>0</zIndex>
217
+ </connections>
218
+ <connections>
219
+ <id>1026115a-116b-1a4b-0000-000000000000</id>
220
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
221
+ <backPressureDataSizeThreshold>1 GB</backPressureDataSizeThreshold>
222
+ <backPressureObjectThreshold>10000</backPressureObjectThreshold>
223
+ <destination>
224
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
225
+ <id>01591005-a16e-163c-0000-000000000000</id>
226
+ <type>PROCESSOR</type>
227
+ </destination>
228
+ <flowFileExpiration>0 sec</flowFileExpiration>
229
+ <labelIndex>1</labelIndex>
230
+ <name></name>
231
+ <selectedRelationships>failure</selectedRelationships>
232
+ <selectedRelationships>success</selectedRelationships>
233
+ <source>
234
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
235
+ <id>01591001-a16e-163c-0000-000000000000</id>
236
+ <type>PROCESSOR</type>
237
+ </source>
238
+ <zIndex>0</zIndex>
239
+ </connections>
240
+ <connections>
241
+ <id>1026115b-116b-1a4b-0000-000000000000</id>
242
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
243
+ <backPressureDataSizeThreshold>1 GB</backPressureDataSizeThreshold>
244
+ <backPressureObjectThreshold>10000</backPressureObjectThreshold>
245
+ <destination>
246
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
247
+ <id>10261159-1167-1a4b-0000-000000000000</id>
248
+ <type>PROCESSOR</type>
249
+ </destination>
250
+ <flowFileExpiration>0 sec</flowFileExpiration>
251
+ <labelIndex>1</labelIndex>
252
+ <name></name>
253
+ <selectedRelationships>failure</selectedRelationships>
254
+ <selectedRelationships>success</selectedRelationships>
255
+ <source>
256
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
257
+ <id>01591002-a16e-163c-0000-000000000000</id>
258
+ <type>PROCESSOR</type>
259
+ </source>
260
+ <zIndex>0</zIndex>
261
+ </connections>
262
+ <connections>
263
+ <id>1026115d-116b-1a4b-0000-000000000000</id>
264
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
265
+ <backPressureDataSizeThreshold>1 GB</backPressureDataSizeThreshold>
266
+ <backPressureObjectThreshold>10000</backPressureObjectThreshold>
267
+ <destination>
268
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
269
+ <id>10261159-1165-1a4b-0000-000000000000</id>
270
+ <type>PROCESSOR</type>
271
+ </destination>
272
+ <flowFileExpiration>0 sec</flowFileExpiration>
273
+ <labelIndex>1</labelIndex>
274
+ <name></name>
275
+ <selectedRelationships>matched</selectedRelationships>
276
+ <source>
277
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
278
+ <id>01591004-a16e-163c-0000-000000000000</id>
279
+ <type>PROCESSOR</type>
280
+ </source>
281
+ <zIndex>0</zIndex>
282
+ </connections>
283
+ <connections>
284
+ <id>1026115e-116b-1a4b-0000-000000000000</id>
285
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
286
+ <backPressureDataSizeThreshold>1 GB</backPressureDataSizeThreshold>
287
+ <backPressureObjectThreshold>10000</backPressureObjectThreshold>
288
+ <destination>
289
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
290
+ <id>01591001-a16e-163c-0000-000000000000</id>
291
+ <type>PROCESSOR</type>
292
+ </destination>
293
+ <flowFileExpiration>0 sec</flowFileExpiration>
294
+ <labelIndex>1</labelIndex>
295
+ <name></name>
296
+ <selectedRelationships>failure</selectedRelationships>
297
+ <selectedRelationships>unmatched</selectedRelationships>
298
+ <source>
299
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
300
+ <id>01591004-a16e-163c-0000-000000000000</id>
301
+ <type>PROCESSOR</type>
302
+ </source>
303
+ <zIndex>0</zIndex>
304
+ </connections>
305
+ <connections>
306
+ <id>1026115f-116b-1a4b-0000-000000000000</id>
307
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
308
+ <backPressureDataSizeThreshold>1 GB</backPressureDataSizeThreshold>
309
+ <backPressureObjectThreshold>10000</backPressureObjectThreshold>
310
+ <destination>
311
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
312
+ <id>10261159-116b-1a4b-0000-000000000000</id>
313
+ <type>PROCESSOR</type>
314
+ </destination>
315
+ <flowFileExpiration>0 sec</flowFileExpiration>
316
+ <labelIndex>1</labelIndex>
317
+ <name></name>
318
+ <selectedRelationships>error.no_creator_user</selectedRelationships>
319
+ <selectedRelationships>error.no_data</selectedRelationships>
320
+ <selectedRelationships>error.no_hotel_id</selectedRelationships>
321
+ <selectedRelationships>error.no_room</selectedRelationships>
322
+ <source>
323
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
324
+ <id>10261159-1165-1a4b-0000-000000000000</id>
325
+ <type>PROCESSOR</type>
326
+ </source>
327
+ <zIndex>0</zIndex>
328
+ </connections>
329
+ <connections>
330
+ <id>10261163-116d-1a4b-0000-000000000000</id>
331
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
332
+ <backPressureDataSizeThreshold>1 GB</backPressureDataSizeThreshold>
333
+ <backPressureObjectThreshold>10000</backPressureObjectThreshold>
334
+ <destination>
335
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
336
+ <id>10261160-116d-1a4b-0000-000000000000</id>
337
+ <type>OUTPUT_PORT</type>
338
+ </destination>
339
+ <flowFileExpiration>0 sec</flowFileExpiration>
340
+ <labelIndex>1</labelIndex>
341
+ <name></name>
342
+ <selectedRelationships>success</selectedRelationships>
343
+ <source>
344
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
345
+ <id>10261159-1167-1a4b-0000-000000000000</id>
346
+ <type>PROCESSOR</type>
347
+ </source>
348
+ <zIndex>0</zIndex>
349
+ </connections>
350
+ <connections>
351
+ <id>2d4a9eb3-015a-1000-0000-000000000000</id>
352
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
353
+ <backPressureDataSizeThreshold>1 GB</backPressureDataSizeThreshold>
354
+ <backPressureObjectThreshold>10000</backPressureObjectThreshold>
355
+ <destination>
356
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
357
+ <id>2d3f3ea6-015a-1000-0000-000000000000</id>
358
+ <type>OUTPUT_PORT</type>
359
+ </destination>
360
+ <flowFileExpiration>0 sec</flowFileExpiration>
361
+ <labelIndex>1</labelIndex>
362
+ <name></name>
363
+ <selectedRelationships>success</selectedRelationships>
364
+ <source>
365
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
366
+ <id>2d401c08-015a-1000-0000-000000000000</id>
367
+ <type>PROCESSOR</type>
368
+ </source>
369
+ <zIndex>0</zIndex>
370
+ </connections>
371
+ <connections>
372
+ <id>2d4af590-015a-1000-0000-000000000000</id>
373
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
374
+ <backPressureDataSizeThreshold>1 GB</backPressureDataSizeThreshold>
375
+ <backPressureObjectThreshold>10000</backPressureObjectThreshold>
376
+ <destination>
377
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
378
+ <id>015a1000-7cb9-1d4e-0000-000000000000</id>
379
+ <type>PROCESSOR</type>
380
+ </destination>
381
+ <flowFileExpiration>0 sec</flowFileExpiration>
382
+ <labelIndex>1</labelIndex>
383
+ <name></name>
384
+ <selectedRelationships>failure</selectedRelationships>
385
+ <selectedRelationships>success</selectedRelationships>
386
+ <source>
387
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
388
+ <id>01591005-a16e-163c-0000-000000000000</id>
389
+ <type>PROCESSOR</type>
390
+ </source>
391
+ <zIndex>0</zIndex>
392
+ </connections>
393
+ <connections>
394
+ <id>2d4efd97-015a-1000-0000-000000000000</id>
395
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
396
+ <backPressureDataSizeThreshold>1 GB</backPressureDataSizeThreshold>
397
+ <backPressureObjectThreshold>10000</backPressureObjectThreshold>
398
+ <destination>
399
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
400
+ <id>2d4e7cb9-015a-1000-0000-000000000000</id>
401
+ <type>PROCESSOR</type>
402
+ </destination>
403
+ <flowFileExpiration>0 sec</flowFileExpiration>
404
+ <labelIndex>1</labelIndex>
405
+ <name></name>
406
+ <selectedRelationships>success</selectedRelationships>
407
+ <source>
408
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
409
+ <id>01591003-a16e-163c-0000-000000000000</id>
410
+ <type>PROCESSOR</type>
411
+ </source>
412
+ <zIndex>0</zIndex>
413
+ </connections>
414
+ <connections>
415
+ <id>2d4f371c-015a-1000-0000-000000000000</id>
416
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
417
+ <backPressureDataSizeThreshold>1 GB</backPressureDataSizeThreshold>
418
+ <backPressureObjectThreshold>10000</backPressureObjectThreshold>
419
+ <destination>
420
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
421
+ <id>015a1000-1c08-1d40-0000-000000000000</id>
422
+ <type>PROCESSOR</type>
423
+ </destination>
424
+ <flowFileExpiration>0 sec</flowFileExpiration>
425
+ <labelIndex>1</labelIndex>
426
+ <name></name>
427
+ <selectedRelationships>matched</selectedRelationships>
428
+ <selectedRelationships>unmatched</selectedRelationships>
429
+ <source>
430
+ <groupId>b3dc7418-0159-1000-0000-000000000000</groupId>
431
+ <id>2d4e7cb9-015a-1000-0000-000000000000</id>
432
+ <type>PROCESSOR</type>
433
+ </source>
434
+ <zIndex>0</zIndex>
435
+ </connections>
436
+ <controllerServices>
437
+ <id>b369d993-48ae-4c0e-0000-000000000000</id>
438
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
439
+ <comments></comments>
440
+ <descriptors>
441
+ <entry>
442
+ <key>Maximum Outstanding Requests</key>
443
+ <value>
444
+ <name>Maximum Outstanding Requests</name>
445
+ </value>
446
+ </entry>
447
+ <entry>
448
+ <key>Request Expiration</key>
449
+ <value>
450
+ <name>Request Expiration</name>
451
+ </value>
452
+ </entry>
453
+ </descriptors>
454
+ <name>StandardHttpContextMap</name>
455
+ <properties>
456
+ <entry>
457
+ <key>Maximum Outstanding Requests</key>
458
+ <value>5000</value>
459
+ </entry>
460
+ <entry>
461
+ <key>Request Expiration</key>
462
+ <value>1 min</value>
463
+ </entry>
464
+ </properties>
465
+ <state>ENABLED</state>
466
+ <type>org.apache.nifi.http.StandardHttpContextMap</type>
467
+ </controllerServices>
468
+ <labels>
469
+ <id>01591000-a16e-163c-0000-000000000000</id>
470
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
471
+ <position>
472
+ <x>1046.7039888980908</x>
473
+ <y>101.00001039258802</y>
474
+ </position>
475
+ <height>20.0</height>
476
+ <label>Recibe un json y obtiene los atributos de staff_task y hmobile</label>
477
+ <style>
478
+ <entry>
479
+ <key>font-size</key>
480
+ <value>12px</value>
481
+ </entry>
482
+ </style>
483
+ <width>338.9263916015625</width>
484
+ </labels>
485
+ <labels>
486
+ <id>015a100e-7cb9-1d4e-0000-000000000000</id>
487
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
488
+ <position>
489
+ <x>475.09827600746576</x>
490
+ <y>90.68295564405287</y>
491
+ </position>
492
+ <height>20.0</height>
493
+ <label>Pasa el payload recibido a un atributo y genera informaci?n para el LOG de INPUT</label>
494
+ <style>
495
+ <entry>
496
+ <key>font-size</key>
497
+ <value>12px</value>
498
+ </entry>
499
+ </style>
500
+ <width>446.365234375</width>
501
+ </labels>
502
+ <labels>
503
+ <id>015a1010-7cb9-1d4e-0000-000000000000</id>
504
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
505
+ <position>
506
+ <x>2848.764991554155</x>
507
+ <y>607.6595725833871</y>
508
+ </position>
509
+ <height>20.0</height>
510
+ <label>Pasa el payload de respuesta enviado a un atributo y genera informaci?n para el LOG de OUTPUT</label>
511
+ <style>
512
+ <entry>
513
+ <key>font-size</key>
514
+ <value>12px</value>
515
+ </entry>
516
+ </style>
517
+ <width>528.4945068359375</width>
518
+ </labels>
519
+ <labels>
520
+ <id>1026115c-116d-1a4b-0000-000000000000</id>
521
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
522
+ <position>
523
+ <x>-139.31230914001316</x>
524
+ <y>65.95453451368189</y>
525
+ </position>
526
+ <height>20.0</height>
527
+ <label>Escucha el puerto 10001 en POST</label>
528
+ <style>
529
+ <entry>
530
+ <key>font-size</key>
531
+ <value>12px</value>
532
+ </entry>
533
+ </style>
534
+ <width>200.83241271972656</width>
535
+ </labels>
536
+ <labels>
537
+ <id>1026115d-116d-1a4b-0000-000000000000</id>
538
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
539
+ <position>
540
+ <x>-138.46311474977819</x>
541
+ <y>90.49887468378472</y>
542
+ </position>
543
+ <height>20.0</height>
544
+ <label>/task_status</label>
545
+ <style>
546
+ <entry>
547
+ <key>font-size</key>
548
+ <value>12px</value>
549
+ </entry>
550
+ </style>
551
+ <width>278.7031555175781</width>
552
+ </labels>
553
+ <labels>
554
+ <id>10261162-116d-1a4b-0000-000000000000</id>
555
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
556
+ <position>
557
+ <x>2986.4398030157486</x>
558
+ <y>337.94012513868165</y>
559
+ </position>
560
+ <height>23.091421127319336</height>
561
+ <label>Envia respuesta al origen de la peticion</label>
562
+ <style>
563
+ <entry>
564
+ <key>font-size</key>
565
+ <value>12px</value>
566
+ </entry>
567
+ </style>
568
+ <width>351.3189697265625</width>
569
+ </labels>
570
+ <outputPorts>
571
+ <id>10261160-116d-1a4b-0000-000000000000</id>
572
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
573
+ <position>
574
+ <x>3601.3201155157485</x>
575
+ <y>411.38000795118177</y>
576
+ </position>
577
+ <comments>Salida hacia otros m?dulos
578
+
579
+ staff_task.data
580
+ staff_task.hotel_id
581
+ staff_task.creator_user</comments>
582
+ <concurrentlySchedulableTaskCount>1</concurrentlySchedulableTaskCount>
583
+ <name>staff_task_data</name>
584
+ <state>STOPPED</state>
585
+ <type>OUTPUT_PORT</type>
586
+ </outputPorts>
587
+ <outputPorts>
588
+ <id>2d3f3ea6-015a-1000-0000-000000000000</id>
589
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
590
+ <position>
591
+ <x>3581.8404346957495</x>
592
+ <y>682.5517632116783</y>
593
+ </position>
594
+ <concurrentlySchedulableTaskCount>1</concurrentlySchedulableTaskCount>
595
+ <name>hmLoggingInfo</name>
596
+ <state>STOPPED</state>
597
+ <type>OUTPUT_PORT</type>
598
+ </outputPorts>
599
+ <processors>
600
+ <id>01591001-a16e-163c-0000-000000000000</id>
601
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
602
+ <position>
603
+ <x>1050.9250615077226</x>
604
+ <y>359.61809576362765</y>
605
+ </position>
606
+ <config>
607
+ <bulletinLevel>WARN</bulletinLevel>
608
+ <comments></comments>
609
+ <concurrentlySchedulableTaskCount>1</concurrentlySchedulableTaskCount>
610
+ <descriptors>
611
+ <entry>
612
+ <key>Regular Expression</key>
613
+ <value>
614
+ <name>Regular Expression</name>
615
+ </value>
616
+ </entry>
617
+ <entry>
618
+ <key>Replacement Value</key>
619
+ <value>
620
+ <name>Replacement Value</name>
621
+ </value>
622
+ </entry>
623
+ <entry>
624
+ <key>Character Set</key>
625
+ <value>
626
+ <name>Character Set</name>
627
+ </value>
628
+ </entry>
629
+ <entry>
630
+ <key>Maximum Buffer Size</key>
631
+ <value>
632
+ <name>Maximum Buffer Size</name>
633
+ </value>
634
+ </entry>
635
+ <entry>
636
+ <key>Replacement Strategy</key>
637
+ <value>
638
+ <name>Replacement Strategy</name>
639
+ </value>
640
+ </entry>
641
+ <entry>
642
+ <key>Evaluation Mode</key>
643
+ <value>
644
+ <name>Evaluation Mode</name>
645
+ </value>
646
+ </entry>
647
+ </descriptors>
648
+ <executionNode>ALL</executionNode>
649
+ <lossTolerant>false</lossTolerant>
650
+ <penaltyDuration>30 sec</penaltyDuration>
651
+ <properties>
652
+ <entry>
653
+ <key>Regular Expression</key>
654
+ <value>(?s)(^.*$)</value>
655
+ </entry>
656
+ <entry>
657
+ <key>Replacement Value</key>
658
+ <value> { "action_result": { "result": { "code": "-1", "description": "Bad Json format" } }}</value>
659
+ </entry>
660
+ <entry>
661
+ <key>Character Set</key>
662
+ <value>UTF-8</value>
663
+ </entry>
664
+ <entry>
665
+ <key>Maximum Buffer Size</key>
666
+ <value>1 MB</value>
667
+ </entry>
668
+ <entry>
669
+ <key>Replacement Strategy</key>
670
+ <value>Always Replace</value>
671
+ </entry>
672
+ <entry>
673
+ <key>Evaluation Mode</key>
674
+ <value>Entire text</value>
675
+ </entry>
676
+ </properties>
677
+ <runDurationMillis>0</runDurationMillis>
678
+ <schedulingPeriod>0 sec</schedulingPeriod>
679
+ <schedulingStrategy>TIMER_DRIVEN</schedulingStrategy>
680
+ <yieldDuration>1 sec</yieldDuration>
681
+ </config>
682
+ <name>ReplaceText</name>
683
+ <relationships>
684
+ <autoTerminate>false</autoTerminate>
685
+ <name>failure</name>
686
+ </relationships>
687
+ <relationships>
688
+ <autoTerminate>false</autoTerminate>
689
+ <name>success</name>
690
+ </relationships>
691
+ <style></style>
692
+ <type>org.apache.nifi.processors.standard.ReplaceText</type>
693
+ </processors>
694
+ <processors>
695
+ <id>01591002-a16e-163c-0000-000000000000</id>
696
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
697
+ <position>
698
+ <x>2373.8901247054264</x>
699
+ <y>153.22169244916023</y>
700
+ </position>
701
+ <config>
702
+ <bulletinLevel>WARN</bulletinLevel>
703
+ <comments></comments>
704
+ <concurrentlySchedulableTaskCount>1</concurrentlySchedulableTaskCount>
705
+ <descriptors>
706
+ <entry>
707
+ <key>Regular Expression</key>
708
+ <value>
709
+ <name>Regular Expression</name>
710
+ </value>
711
+ </entry>
712
+ <entry>
713
+ <key>Replacement Value</key>
714
+ <value>
715
+ <name>Replacement Value</name>
716
+ </value>
717
+ </entry>
718
+ <entry>
719
+ <key>Character Set</key>
720
+ <value>
721
+ <name>Character Set</name>
722
+ </value>
723
+ </entry>
724
+ <entry>
725
+ <key>Maximum Buffer Size</key>
726
+ <value>
727
+ <name>Maximum Buffer Size</name>
728
+ </value>
729
+ </entry>
730
+ <entry>
731
+ <key>Replacement Strategy</key>
732
+ <value>
733
+ <name>Replacement Strategy</name>
734
+ </value>
735
+ </entry>
736
+ <entry>
737
+ <key>Evaluation Mode</key>
738
+ <value>
739
+ <name>Evaluation Mode</name>
740
+ </value>
741
+ </entry>
742
+ </descriptors>
743
+ <executionNode>ALL</executionNode>
744
+ <lossTolerant>false</lossTolerant>
745
+ <penaltyDuration>30 sec</penaltyDuration>
746
+ <properties>
747
+ <entry>
748
+ <key>Regular Expression</key>
749
+ <value>(?s)(^.*$)</value>
750
+ </entry>
751
+ <entry>
752
+ <key>Replacement Value</key>
753
+ <value>{ "action_result": { "result": { "code": "0", "description": "ok" } }}</value>
754
+ </entry>
755
+ <entry>
756
+ <key>Character Set</key>
757
+ <value>UTF-8</value>
758
+ </entry>
759
+ <entry>
760
+ <key>Maximum Buffer Size</key>
761
+ <value>1 MB</value>
762
+ </entry>
763
+ <entry>
764
+ <key>Replacement Strategy</key>
765
+ <value>Regex Replace</value>
766
+ </entry>
767
+ <entry>
768
+ <key>Evaluation Mode</key>
769
+ <value>Entire text</value>
770
+ </entry>
771
+ </properties>
772
+ <runDurationMillis>0</runDurationMillis>
773
+ <schedulingPeriod>0 sec</schedulingPeriod>
774
+ <schedulingStrategy>TIMER_DRIVEN</schedulingStrategy>
775
+ <yieldDuration>1 sec</yieldDuration>
776
+ </config>
777
+ <name>Generate Http Result OK Payload</name>
778
+ <relationships>
779
+ <autoTerminate>false</autoTerminate>
780
+ <name>failure</name>
781
+ </relationships>
782
+ <relationships>
783
+ <autoTerminate>false</autoTerminate>
784
+ <name>success</name>
785
+ </relationships>
786
+ <style></style>
787
+ <type>org.apache.nifi.processors.standard.ReplaceText</type>
788
+ </processors>
789
+ <processors>
790
+ <id>01591003-a16e-163c-0000-000000000000</id>
791
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
792
+ <position>
793
+ <x>-138.94593215270845</x>
794
+ <y>119.54316690573336</y>
795
+ </position>
796
+ <config>
797
+ <bulletinLevel>WARN</bulletinLevel>
798
+ <comments></comments>
799
+ <concurrentlySchedulableTaskCount>1</concurrentlySchedulableTaskCount>
800
+ <descriptors>
801
+ <entry>
802
+ <key>Listening Port</key>
803
+ <value>
804
+ <name>Listening Port</name>
805
+ </value>
806
+ </entry>
807
+ <entry>
808
+ <key>Hostname</key>
809
+ <value>
810
+ <name>Hostname</name>
811
+ </value>
812
+ </entry>
813
+ <entry>
814
+ <key>SSL Context Service</key>
815
+ <value>
816
+ <identifiesControllerService>org.apache.nifi.ssl.SSLContextService</identifiesControllerService>
817
+ <name>SSL Context Service</name>
818
+ </value>
819
+ </entry>
820
+ <entry>
821
+ <key>HTTP Context Map</key>
822
+ <value>
823
+ <identifiesControllerService>org.apache.nifi.http.HttpContextMap</identifiesControllerService>
824
+ <name>HTTP Context Map</name>
825
+ </value>
826
+ </entry>
827
+ <entry>
828
+ <key>Allowed Paths</key>
829
+ <value>
830
+ <name>Allowed Paths</name>
831
+ </value>
832
+ </entry>
833
+ <entry>
834
+ <key>Default URL Character Set</key>
835
+ <value>
836
+ <name>Default URL Character Set</name>
837
+ </value>
838
+ </entry>
839
+ <entry>
840
+ <key>Allow GET</key>
841
+ <value>
842
+ <name>Allow GET</name>
843
+ </value>
844
+ </entry>
845
+ <entry>
846
+ <key>Allow POST</key>
847
+ <value>
848
+ <name>Allow POST</name>
849
+ </value>
850
+ </entry>
851
+ <entry>
852
+ <key>Allow PUT</key>
853
+ <value>
854
+ <name>Allow PUT</name>
855
+ </value>
856
+ </entry>
857
+ <entry>
858
+ <key>Allow DELETE</key>
859
+ <value>
860
+ <name>Allow DELETE</name>
861
+ </value>
862
+ </entry>
863
+ <entry>
864
+ <key>Allow HEAD</key>
865
+ <value>
866
+ <name>Allow HEAD</name>
867
+ </value>
868
+ </entry>
869
+ <entry>
870
+ <key>Allow OPTIONS</key>
871
+ <value>
872
+ <name>Allow OPTIONS</name>
873
+ </value>
874
+ </entry>
875
+ <entry>
876
+ <key>Additional HTTP Methods</key>
877
+ <value>
878
+ <name>Additional HTTP Methods</name>
879
+ </value>
880
+ </entry>
881
+ <entry>
882
+ <key>Client Authentication</key>
883
+ <value>
884
+ <name>Client Authentication</name>
885
+ </value>
886
+ </entry>
887
+ <entry>
888
+ <key>container-queue-size</key>
889
+ <value>
890
+ <name>container-queue-size</name>
891
+ </value>
892
+ </entry>
893
+ </descriptors>
894
+ <executionNode>ALL</executionNode>
895
+ <lossTolerant>false</lossTolerant>
896
+ <penaltyDuration>30 sec</penaltyDuration>
897
+ <properties>
898
+ <entry>
899
+ <key>Listening Port</key>
900
+ <value>10001</value>
901
+ </entry>
902
+ <entry>
903
+ <key>Hostname</key>
904
+ </entry>
905
+ <entry>
906
+ <key>SSL Context Service</key>
907
+ </entry>
908
+ <entry>
909
+ <key>HTTP Context Map</key>
910
+ <value>b369d993-48ae-4c0e-0000-000000000000</value>
911
+ </entry>
912
+ <entry>
913
+ <key>Allowed Paths</key>
914
+ <value>\/task_status</value>
915
+ </entry>
916
+ <entry>
917
+ <key>Default URL Character Set</key>
918
+ <value>UTF-8</value>
919
+ </entry>
920
+ <entry>
921
+ <key>Allow GET</key>
922
+ <value>true</value>
923
+ </entry>
924
+ <entry>
925
+ <key>Allow POST</key>
926
+ <value>true</value>
927
+ </entry>
928
+ <entry>
929
+ <key>Allow PUT</key>
930
+ <value>false</value>
931
+ </entry>
932
+ <entry>
933
+ <key>Allow DELETE</key>
934
+ <value>false</value>
935
+ </entry>
936
+ <entry>
937
+ <key>Allow HEAD</key>
938
+ <value>false</value>
939
+ </entry>
940
+ <entry>
941
+ <key>Allow OPTIONS</key>
942
+ <value>false</value>
943
+ </entry>
944
+ <entry>
945
+ <key>Additional HTTP Methods</key>
946
+ <value>hotel,room</value>
947
+ </entry>
948
+ <entry>
949
+ <key>Client Authentication</key>
950
+ <value>No Authentication</value>
951
+ </entry>
952
+ <entry>
953
+ <key>container-queue-size</key>
954
+ <value>50</value>
955
+ </entry>
956
+ </properties>
957
+ <runDurationMillis>0</runDurationMillis>
958
+ <schedulingPeriod>0 sec</schedulingPeriod>
959
+ <schedulingStrategy>TIMER_DRIVEN</schedulingStrategy>
960
+ <yieldDuration>1 sec</yieldDuration>
961
+ </config>
962
+ <name>HandleHttpRequest</name>
963
+ <relationships>
964
+ <autoTerminate>false</autoTerminate>
965
+ <name>success</name>
966
+ </relationships>
967
+ <style></style>
968
+ <type>org.apache.nifi.processors.standard.HandleHttpRequest</type>
969
+ </processors>
970
+ <processors>
971
+ <id>01591004-a16e-163c-0000-000000000000</id>
972
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
973
+ <position>
974
+ <x>1050.8858521892066</x>
975
+ <y>134.76762284402383</y>
976
+ </position>
977
+ <config>
978
+ <bulletinLevel>WARN</bulletinLevel>
979
+ <comments></comments>
980
+ <concurrentlySchedulableTaskCount>1</concurrentlySchedulableTaskCount>
981
+ <descriptors>
982
+ <entry>
983
+ <key>Destination</key>
984
+ <value>
985
+ <name>Destination</name>
986
+ </value>
987
+ </entry>
988
+ <entry>
989
+ <key>Return Type</key>
990
+ <value>
991
+ <name>Return Type</name>
992
+ </value>
993
+ </entry>
994
+ <entry>
995
+ <key>Path Not Found Behavior</key>
996
+ <value>
997
+ <name>Path Not Found Behavior</name>
998
+ </value>
999
+ </entry>
1000
+ <entry>
1001
+ <key>Null Value Representation</key>
1002
+ <value>
1003
+ <name>Null Value Representation</name>
1004
+ </value>
1005
+ </entry>
1006
+ <entry>
1007
+ <key>hmobile.hotel_id</key>
1008
+ <value>
1009
+ <name>hmobile.hotel_id</name>
1010
+ </value>
1011
+ </entry>
1012
+ <entry>
1013
+ <key>hmobile.room</key>
1014
+ <value>
1015
+ <name>hmobile.room</name>
1016
+ </value>
1017
+ </entry>
1018
+ <entry>
1019
+ <key>staff_task.creator_user</key>
1020
+ <value>
1021
+ <name>staff_task.creator_user</name>
1022
+ </value>
1023
+ </entry>
1024
+ <entry>
1025
+ <key>staff_task.data</key>
1026
+ <value>
1027
+ <name>staff_task.data</name>
1028
+ </value>
1029
+ </entry>
1030
+ <entry>
1031
+ <key>staff_task.modified_by_user</key>
1032
+ <value>
1033
+ <name>staff_task.modified_by_user</name>
1034
+ </value>
1035
+ </entry>
1036
+ <entry>
1037
+ <key>staff_task.service_data</key>
1038
+ <value>
1039
+ <name>staff_task.service_data</name>
1040
+ </value>
1041
+ </entry>
1042
+ <entry>
1043
+ <key>staff_task.service_id</key>
1044
+ <value>
1045
+ <name>staff_task.service_id</name>
1046
+ </value>
1047
+ </entry>
1048
+ <entry>
1049
+ <key>staff_task.service_status</key>
1050
+ <value>
1051
+ <name>staff_task.service_status</name>
1052
+ </value>
1053
+ </entry>
1054
+ <entry>
1055
+ <key>staff_task.service_tag_list</key>
1056
+ <value>
1057
+ <name>staff_task.service_tag_list</name>
1058
+ </value>
1059
+ </entry>
1060
+ <entry>
1061
+ <key>staff_task.service_task_id</key>
1062
+ <value>
1063
+ <name>staff_task.service_task_id</name>
1064
+ </value>
1065
+ </entry>
1066
+ </descriptors>
1067
+ <executionNode>ALL</executionNode>
1068
+ <lossTolerant>false</lossTolerant>
1069
+ <penaltyDuration>30 sec</penaltyDuration>
1070
+ <properties>
1071
+ <entry>
1072
+ <key>Destination</key>
1073
+ <value>flowfile-attribute</value>
1074
+ </entry>
1075
+ <entry>
1076
+ <key>Return Type</key>
1077
+ <value>json</value>
1078
+ </entry>
1079
+ <entry>
1080
+ <key>Path Not Found Behavior</key>
1081
+ <value>ignore</value>
1082
+ </entry>
1083
+ <entry>
1084
+ <key>Null Value Representation</key>
1085
+ <value>empty string</value>
1086
+ </entry>
1087
+ <entry>
1088
+ <key>hmobile.hotel_id</key>
1089
+ <value>$.TASK_STATUS.hotel_id</value>
1090
+ </entry>
1091
+ <entry>
1092
+ <key>hmobile.room</key>
1093
+ <value>$.TASK_STATUS.room</value>
1094
+ </entry>
1095
+ <entry>
1096
+ <key>staff_task.creator_user</key>
1097
+ <value>$.TASK_STATUS.creator_user</value>
1098
+ </entry>
1099
+ <entry>
1100
+ <key>staff_task.data</key>
1101
+ <value>$.TASK_STATUS</value>
1102
+ </entry>
1103
+ <entry>
1104
+ <key>staff_task.modified_by_user</key>
1105
+ <value>$.TASK_STATUS.service_user</value>
1106
+ </entry>
1107
+ <entry>
1108
+ <key>staff_task.service_data</key>
1109
+ <value>$.TASK_STATUS.service_data</value>
1110
+ </entry>
1111
+ <entry>
1112
+ <key>staff_task.service_id</key>
1113
+ <value>$.TASK_STATUS.service_id</value>
1114
+ </entry>
1115
+ <entry>
1116
+ <key>staff_task.service_status</key>
1117
+ <value>$.TASK_STATUS.service_status</value>
1118
+ </entry>
1119
+ <entry>
1120
+ <key>staff_task.service_tag_list</key>
1121
+ <value>$.TASK_STATUS.service_tag_list</value>
1122
+ </entry>
1123
+ <entry>
1124
+ <key>staff_task.service_task_id</key>
1125
+ <value>$.TASK_STATUS.service_task_id</value>
1126
+ </entry>
1127
+ </properties>
1128
+ <runDurationMillis>0</runDurationMillis>
1129
+ <schedulingPeriod>0 sec</schedulingPeriod>
1130
+ <schedulingStrategy>TIMER_DRIVEN</schedulingStrategy>
1131
+ <yieldDuration>1 sec</yieldDuration>
1132
+ </config>
1133
+ <name>Extract StaffTask Info</name>
1134
+ <relationships>
1135
+ <autoTerminate>false</autoTerminate>
1136
+ <name>failure</name>
1137
+ </relationships>
1138
+ <relationships>
1139
+ <autoTerminate>false</autoTerminate>
1140
+ <name>matched</name>
1141
+ </relationships>
1142
+ <relationships>
1143
+ <autoTerminate>false</autoTerminate>
1144
+ <name>unmatched</name>
1145
+ </relationships>
1146
+ <style></style>
1147
+ <type>org.apache.nifi.processors.standard.EvaluateJsonPath</type>
1148
+ </processors>
1149
+ <processors>
1150
+ <id>01591005-a16e-163c-0000-000000000000</id>
1151
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
1152
+ <position>
1153
+ <x>1039.7317149083588</x>
1154
+ <y>598.0285918999975</y>
1155
+ </position>
1156
+ <config>
1157
+ <bulletinLevel>WARN</bulletinLevel>
1158
+ <comments></comments>
1159
+ <concurrentlySchedulableTaskCount>1</concurrentlySchedulableTaskCount>
1160
+ <descriptors>
1161
+ <entry>
1162
+ <key>HTTP Status Code</key>
1163
+ <value>
1164
+ <name>HTTP Status Code</name>
1165
+ </value>
1166
+ </entry>
1167
+ <entry>
1168
+ <key>HTTP Context Map</key>
1169
+ <value>
1170
+ <identifiesControllerService>org.apache.nifi.http.HttpContextMap</identifiesControllerService>
1171
+ <name>HTTP Context Map</name>
1172
+ </value>
1173
+ </entry>
1174
+ </descriptors>
1175
+ <executionNode>ALL</executionNode>
1176
+ <lossTolerant>false</lossTolerant>
1177
+ <penaltyDuration>30 sec</penaltyDuration>
1178
+ <properties>
1179
+ <entry>
1180
+ <key>HTTP Status Code</key>
1181
+ <value>520</value>
1182
+ </entry>
1183
+ <entry>
1184
+ <key>HTTP Context Map</key>
1185
+ <value>b369d993-48ae-4c0e-0000-000000000000</value>
1186
+ </entry>
1187
+ </properties>
1188
+ <runDurationMillis>0</runDurationMillis>
1189
+ <schedulingPeriod>0 sec</schedulingPeriod>
1190
+ <schedulingStrategy>TIMER_DRIVEN</schedulingStrategy>
1191
+ <yieldDuration>1 sec</yieldDuration>
1192
+ </config>
1193
+ <name>HandleHttpResponse</name>
1194
+ <relationships>
1195
+ <autoTerminate>false</autoTerminate>
1196
+ <name>failure</name>
1197
+ </relationships>
1198
+ <relationships>
1199
+ <autoTerminate>false</autoTerminate>
1200
+ <name>success</name>
1201
+ </relationships>
1202
+ <style></style>
1203
+ <type>org.apache.nifi.processors.standard.HandleHttpResponse</type>
1204
+ </processors>
1205
+ <processors>
1206
+ <id>015a1000-1c08-1d40-0000-000000000000</id>
1207
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
1208
+ <position>
1209
+ <x>475.552429174708</x>
1210
+ <y>317.3493948034893</y>
1211
+ </position>
1212
+ <config>
1213
+ <bulletinLevel>WARN</bulletinLevel>
1214
+ <comments></comments>
1215
+ <concurrentlySchedulableTaskCount>1</concurrentlySchedulableTaskCount>
1216
+ <descriptors>
1217
+ <entry>
1218
+ <key>Delete Attributes Expression</key>
1219
+ <value>
1220
+ <name>Delete Attributes Expression</name>
1221
+ </value>
1222
+ </entry>
1223
+ <entry>
1224
+ <key>hmLogging.generator</key>
1225
+ <value>
1226
+ <name>hmLogging.generator</name>
1227
+ </value>
1228
+ </entry>
1229
+ <entry>
1230
+ <key>hmLogging.IN</key>
1231
+ <value>
1232
+ <name>hmLogging.IN</name>
1233
+ </value>
1234
+ </entry>
1235
+ </descriptors>
1236
+ <executionNode>ALL</executionNode>
1237
+ <lossTolerant>false</lossTolerant>
1238
+ <penaltyDuration>30 sec</penaltyDuration>
1239
+ <properties>
1240
+ <entry>
1241
+ <key>Delete Attributes Expression</key>
1242
+ </entry>
1243
+ <entry>
1244
+ <key>hmLogging.generator</key>
1245
+ <value>IN.hmstaff.taskStatus</value>
1246
+ </entry>
1247
+ <entry>
1248
+ <key>hmLogging.IN</key>
1249
+ <value>hmstaff.taskStatus source:${http.remote.addr} | payload:${http.request.payload}</value>
1250
+ </entry>
1251
+ </properties>
1252
+ <runDurationMillis>0</runDurationMillis>
1253
+ <schedulingPeriod>0 sec</schedulingPeriod>
1254
+ <schedulingStrategy>TIMER_DRIVEN</schedulingStrategy>
1255
+ <yieldDuration>1 sec</yieldDuration>
1256
+ </config>
1257
+ <name>Add IN LoggingInfo</name>
1258
+ <relationships>
1259
+ <autoTerminate>false</autoTerminate>
1260
+ <name>success</name>
1261
+ </relationships>
1262
+ <style></style>
1263
+ <type>org.apache.nifi.processors.attributes.UpdateAttribute</type>
1264
+ </processors>
1265
+ <processors>
1266
+ <id>015a1000-7cb9-1d4e-0000-000000000000</id>
1267
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
1268
+ <position>
1269
+ <x>2959.125616865106</x>
1270
+ <y>640.8626350729135</y>
1271
+ </position>
1272
+ <config>
1273
+ <bulletinLevel>WARN</bulletinLevel>
1274
+ <comments></comments>
1275
+ <concurrentlySchedulableTaskCount>1</concurrentlySchedulableTaskCount>
1276
+ <descriptors>
1277
+ <entry>
1278
+ <key>Character Set</key>
1279
+ <value>
1280
+ <name>Character Set</name>
1281
+ </value>
1282
+ </entry>
1283
+ <entry>
1284
+ <key>Maximum Buffer Size</key>
1285
+ <value>
1286
+ <name>Maximum Buffer Size</name>
1287
+ </value>
1288
+ </entry>
1289
+ <entry>
1290
+ <key>Maximum Capture Group Length</key>
1291
+ <value>
1292
+ <name>Maximum Capture Group Length</name>
1293
+ </value>
1294
+ </entry>
1295
+ <entry>
1296
+ <key>Enable Canonical Equivalence</key>
1297
+ <value>
1298
+ <name>Enable Canonical Equivalence</name>
1299
+ </value>
1300
+ </entry>
1301
+ <entry>
1302
+ <key>Enable Case-insensitive Matching</key>
1303
+ <value>
1304
+ <name>Enable Case-insensitive Matching</name>
1305
+ </value>
1306
+ </entry>
1307
+ <entry>
1308
+ <key>Permit Whitespace and Comments in Pattern</key>
1309
+ <value>
1310
+ <name>Permit Whitespace and Comments in Pattern</name>
1311
+ </value>
1312
+ </entry>
1313
+ <entry>
1314
+ <key>Enable DOTALL Mode</key>
1315
+ <value>
1316
+ <name>Enable DOTALL Mode</name>
1317
+ </value>
1318
+ </entry>
1319
+ <entry>
1320
+ <key>Enable Literal Parsing of the Pattern</key>
1321
+ <value>
1322
+ <name>Enable Literal Parsing of the Pattern</name>
1323
+ </value>
1324
+ </entry>
1325
+ <entry>
1326
+ <key>Enable Multiline Mode</key>
1327
+ <value>
1328
+ <name>Enable Multiline Mode</name>
1329
+ </value>
1330
+ </entry>
1331
+ <entry>
1332
+ <key>Enable Unicode-aware Case Folding</key>
1333
+ <value>
1334
+ <name>Enable Unicode-aware Case Folding</name>
1335
+ </value>
1336
+ </entry>
1337
+ <entry>
1338
+ <key>Enable Unicode Predefined Character Classes</key>
1339
+ <value>
1340
+ <name>Enable Unicode Predefined Character Classes</name>
1341
+ </value>
1342
+ </entry>
1343
+ <entry>
1344
+ <key>Enable Unix Lines Mode</key>
1345
+ <value>
1346
+ <name>Enable Unix Lines Mode</name>
1347
+ </value>
1348
+ </entry>
1349
+ <entry>
1350
+ <key>Include Capture Group 0</key>
1351
+ <value>
1352
+ <name>Include Capture Group 0</name>
1353
+ </value>
1354
+ </entry>
1355
+ <entry>
1356
+ <key>extract-text-enable-repeating-capture-group</key>
1357
+ <value>
1358
+ <name>extract-text-enable-repeating-capture-group</name>
1359
+ </value>
1360
+ </entry>
1361
+ <entry>
1362
+ <key>http.response.payload</key>
1363
+ <value>
1364
+ <name>http.response.payload</name>
1365
+ </value>
1366
+ </entry>
1367
+ </descriptors>
1368
+ <executionNode>ALL</executionNode>
1369
+ <lossTolerant>false</lossTolerant>
1370
+ <penaltyDuration>30 sec</penaltyDuration>
1371
+ <properties>
1372
+ <entry>
1373
+ <key>Character Set</key>
1374
+ <value>UTF-8</value>
1375
+ </entry>
1376
+ <entry>
1377
+ <key>Maximum Buffer Size</key>
1378
+ <value>1 MB</value>
1379
+ </entry>
1380
+ <entry>
1381
+ <key>Maximum Capture Group Length</key>
1382
+ <value>1024</value>
1383
+ </entry>
1384
+ <entry>
1385
+ <key>Enable Canonical Equivalence</key>
1386
+ <value>false</value>
1387
+ </entry>
1388
+ <entry>
1389
+ <key>Enable Case-insensitive Matching</key>
1390
+ <value>false</value>
1391
+ </entry>
1392
+ <entry>
1393
+ <key>Permit Whitespace and Comments in Pattern</key>
1394
+ <value>false</value>
1395
+ </entry>
1396
+ <entry>
1397
+ <key>Enable DOTALL Mode</key>
1398
+ <value>true</value>
1399
+ </entry>
1400
+ <entry>
1401
+ <key>Enable Literal Parsing of the Pattern</key>
1402
+ <value>false</value>
1403
+ </entry>
1404
+ <entry>
1405
+ <key>Enable Multiline Mode</key>
1406
+ <value>false</value>
1407
+ </entry>
1408
+ <entry>
1409
+ <key>Enable Unicode-aware Case Folding</key>
1410
+ <value>false</value>
1411
+ </entry>
1412
+ <entry>
1413
+ <key>Enable Unicode Predefined Character Classes</key>
1414
+ <value>false</value>
1415
+ </entry>
1416
+ <entry>
1417
+ <key>Enable Unix Lines Mode</key>
1418
+ <value>false</value>
1419
+ </entry>
1420
+ <entry>
1421
+ <key>Include Capture Group 0</key>
1422
+ <value>true</value>
1423
+ </entry>
1424
+ <entry>
1425
+ <key>extract-text-enable-repeating-capture-group</key>
1426
+ <value>false</value>
1427
+ </entry>
1428
+ <entry>
1429
+ <key>http.response.payload</key>
1430
+ <value>(.*)</value>
1431
+ </entry>
1432
+ </properties>
1433
+ <runDurationMillis>0</runDurationMillis>
1434
+ <schedulingPeriod>0 sec</schedulingPeriod>
1435
+ <schedulingStrategy>TIMER_DRIVEN</schedulingStrategy>
1436
+ <yieldDuration>1 sec</yieldDuration>
1437
+ </config>
1438
+ <name>Extract Full Payload To Attribute</name>
1439
+ <relationships>
1440
+ <autoTerminate>false</autoTerminate>
1441
+ <name>matched</name>
1442
+ </relationships>
1443
+ <relationships>
1444
+ <autoTerminate>false</autoTerminate>
1445
+ <name>unmatched</name>
1446
+ </relationships>
1447
+ <style></style>
1448
+ <type>org.apache.nifi.processors.standard.ExtractText</type>
1449
+ </processors>
1450
+ <processors>
1451
+ <id>10261159-1165-1a4b-0000-000000000000</id>
1452
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
1453
+ <position>
1454
+ <x>1747.063044530178</x>
1455
+ <y>147.24732741543113</y>
1456
+ </position>
1457
+ <config>
1458
+ <bulletinLevel>WARN</bulletinLevel>
1459
+ <comments></comments>
1460
+ <concurrentlySchedulableTaskCount>1</concurrentlySchedulableTaskCount>
1461
+ <descriptors>
1462
+ <entry>
1463
+ <key>Routing Strategy</key>
1464
+ <value>
1465
+ <name>Routing Strategy</name>
1466
+ </value>
1467
+ </entry>
1468
+ <entry>
1469
+ <key>error.no_creator_user</key>
1470
+ <value>
1471
+ <name>error.no_creator_user</name>
1472
+ </value>
1473
+ </entry>
1474
+ <entry>
1475
+ <key>error.no_data</key>
1476
+ <value>
1477
+ <name>error.no_data</name>
1478
+ </value>
1479
+ </entry>
1480
+ <entry>
1481
+ <key>error.no_hotel_id</key>
1482
+ <value>
1483
+ <name>error.no_hotel_id</name>
1484
+ </value>
1485
+ </entry>
1486
+ <entry>
1487
+ <key>error.no_room</key>
1488
+ <value>
1489
+ <name>error.no_room</name>
1490
+ </value>
1491
+ </entry>
1492
+ </descriptors>
1493
+ <executionNode>ALL</executionNode>
1494
+ <lossTolerant>false</lossTolerant>
1495
+ <penaltyDuration>30 sec</penaltyDuration>
1496
+ <properties>
1497
+ <entry>
1498
+ <key>Routing Strategy</key>
1499
+ <value>Route to Property name</value>
1500
+ </entry>
1501
+ <entry>
1502
+ <key>error.no_creator_user</key>
1503
+ <value>${staff_task.creator_user:isNull():or( ${staff_task.creator_user:length():equals(0)} )}</value>
1504
+ </entry>
1505
+ <entry>
1506
+ <key>error.no_data</key>
1507
+ <value>${staff_task.data:isNull():or( ${staff_task.data:length():equals(0)} )}</value>
1508
+ </entry>
1509
+ <entry>
1510
+ <key>error.no_hotel_id</key>
1511
+ <value>${hmobile.hotel_id:isNull():or( ${hmobile.hotel_id:length():equals(0)} )}</value>
1512
+ </entry>
1513
+ <entry>
1514
+ <key>error.no_room</key>
1515
+ <value>${hmobile.room:isNull():or( ${hmobile.room:length():equals(0)} )}</value>
1516
+ </entry>
1517
+ </properties>
1518
+ <runDurationMillis>0</runDurationMillis>
1519
+ <schedulingPeriod>0 sec</schedulingPeriod>
1520
+ <schedulingStrategy>TIMER_DRIVEN</schedulingStrategy>
1521
+ <yieldDuration>1 sec</yieldDuration>
1522
+ </config>
1523
+ <name>Check Required StaffTask Info</name>
1524
+ <relationships>
1525
+ <autoTerminate>false</autoTerminate>
1526
+ <name>error.no_creator_user</name>
1527
+ </relationships>
1528
+ <relationships>
1529
+ <autoTerminate>false</autoTerminate>
1530
+ <name>error.no_data</name>
1531
+ </relationships>
1532
+ <relationships>
1533
+ <autoTerminate>false</autoTerminate>
1534
+ <name>error.no_hotel_id</name>
1535
+ </relationships>
1536
+ <relationships>
1537
+ <autoTerminate>false</autoTerminate>
1538
+ <name>error.no_room</name>
1539
+ </relationships>
1540
+ <relationships>
1541
+ <autoTerminate>false</autoTerminate>
1542
+ <name>unmatched</name>
1543
+ </relationships>
1544
+ <style></style>
1545
+ <type>org.apache.nifi.processors.standard.RouteOnAttribute</type>
1546
+ </processors>
1547
+ <processors>
1548
+ <id>10261159-1167-1a4b-0000-000000000000</id>
1549
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
1550
+ <position>
1551
+ <x>2959.3964546862176</x>
1552
+ <y>378.74121663622054</y>
1553
+ </position>
1554
+ <config>
1555
+ <bulletinLevel>WARN</bulletinLevel>
1556
+ <comments></comments>
1557
+ <concurrentlySchedulableTaskCount>1</concurrentlySchedulableTaskCount>
1558
+ <descriptors>
1559
+ <entry>
1560
+ <key>HTTP Status Code</key>
1561
+ <value>
1562
+ <name>HTTP Status Code</name>
1563
+ </value>
1564
+ </entry>
1565
+ <entry>
1566
+ <key>HTTP Context Map</key>
1567
+ <value>
1568
+ <identifiesControllerService>org.apache.nifi.http.HttpContextMap</identifiesControllerService>
1569
+ <name>HTTP Context Map</name>
1570
+ </value>
1571
+ </entry>
1572
+ </descriptors>
1573
+ <executionNode>ALL</executionNode>
1574
+ <lossTolerant>false</lossTolerant>
1575
+ <penaltyDuration>30 sec</penaltyDuration>
1576
+ <properties>
1577
+ <entry>
1578
+ <key>HTTP Status Code</key>
1579
+ <value>200</value>
1580
+ </entry>
1581
+ <entry>
1582
+ <key>HTTP Context Map</key>
1583
+ <value>b369d993-48ae-4c0e-0000-000000000000</value>
1584
+ </entry>
1585
+ </properties>
1586
+ <runDurationMillis>0</runDurationMillis>
1587
+ <schedulingPeriod>0 sec</schedulingPeriod>
1588
+ <schedulingStrategy>TIMER_DRIVEN</schedulingStrategy>
1589
+ <yieldDuration>1 sec</yieldDuration>
1590
+ </config>
1591
+ <name>HandleHttpResponse</name>
1592
+ <relationships>
1593
+ <autoTerminate>false</autoTerminate>
1594
+ <name>failure</name>
1595
+ </relationships>
1596
+ <relationships>
1597
+ <autoTerminate>false</autoTerminate>
1598
+ <name>success</name>
1599
+ </relationships>
1600
+ <style></style>
1601
+ <type>org.apache.nifi.processors.standard.HandleHttpResponse</type>
1602
+ </processors>
1603
+ <processors>
1604
+ <id>10261159-116b-1a4b-0000-000000000000</id>
1605
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
1606
+ <position>
1607
+ <x>1761.2443287806718</x>
1608
+ <y>346.9022449335495</y>
1609
+ </position>
1610
+ <config>
1611
+ <bulletinLevel>WARN</bulletinLevel>
1612
+ <comments></comments>
1613
+ <concurrentlySchedulableTaskCount>1</concurrentlySchedulableTaskCount>
1614
+ <descriptors>
1615
+ <entry>
1616
+ <key>Regular Expression</key>
1617
+ <value>
1618
+ <name>Regular Expression</name>
1619
+ </value>
1620
+ </entry>
1621
+ <entry>
1622
+ <key>Replacement Value</key>
1623
+ <value>
1624
+ <name>Replacement Value</name>
1625
+ </value>
1626
+ </entry>
1627
+ <entry>
1628
+ <key>Character Set</key>
1629
+ <value>
1630
+ <name>Character Set</name>
1631
+ </value>
1632
+ </entry>
1633
+ <entry>
1634
+ <key>Maximum Buffer Size</key>
1635
+ <value>
1636
+ <name>Maximum Buffer Size</name>
1637
+ </value>
1638
+ </entry>
1639
+ <entry>
1640
+ <key>Replacement Strategy</key>
1641
+ <value>
1642
+ <name>Replacement Strategy</name>
1643
+ </value>
1644
+ </entry>
1645
+ <entry>
1646
+ <key>Evaluation Mode</key>
1647
+ <value>
1648
+ <name>Evaluation Mode</name>
1649
+ </value>
1650
+ </entry>
1651
+ </descriptors>
1652
+ <executionNode>ALL</executionNode>
1653
+ <lossTolerant>false</lossTolerant>
1654
+ <penaltyDuration>30 sec</penaltyDuration>
1655
+ <properties>
1656
+ <entry>
1657
+ <key>Regular Expression</key>
1658
+ <value>(?s)(^.*$)</value>
1659
+ </entry>
1660
+ <entry>
1661
+ <key>Replacement Value</key>
1662
+ <value>{ "action_result": { "result": { "code": "-1", "description": "${RouteOnAttribute.Route}" } }}</value>
1663
+ </entry>
1664
+ <entry>
1665
+ <key>Character Set</key>
1666
+ <value>UTF-8</value>
1667
+ </entry>
1668
+ <entry>
1669
+ <key>Maximum Buffer Size</key>
1670
+ <value>1 MB</value>
1671
+ </entry>
1672
+ <entry>
1673
+ <key>Replacement Strategy</key>
1674
+ <value>Always Replace</value>
1675
+ </entry>
1676
+ <entry>
1677
+ <key>Evaluation Mode</key>
1678
+ <value>Entire text</value>
1679
+ </entry>
1680
+ </properties>
1681
+ <runDurationMillis>0</runDurationMillis>
1682
+ <schedulingPeriod>0 sec</schedulingPeriod>
1683
+ <schedulingStrategy>TIMER_DRIVEN</schedulingStrategy>
1684
+ <yieldDuration>1 sec</yieldDuration>
1685
+ </config>
1686
+ <name>Generate HTTP Result ERROR Payload</name>
1687
+ <relationships>
1688
+ <autoTerminate>false</autoTerminate>
1689
+ <name>failure</name>
1690
+ </relationships>
1691
+ <relationships>
1692
+ <autoTerminate>false</autoTerminate>
1693
+ <name>success</name>
1694
+ </relationships>
1695
+ <style></style>
1696
+ <type>org.apache.nifi.processors.standard.ReplaceText</type>
1697
+ </processors>
1698
+ <processors>
1699
+ <id>2d401c08-015a-1000-0000-000000000000</id>
1700
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
1701
+ <position>
1702
+ <x>2954.398099142446</x>
1703
+ <y>850.29570032238</y>
1704
+ </position>
1705
+ <config>
1706
+ <bulletinLevel>WARN</bulletinLevel>
1707
+ <comments></comments>
1708
+ <concurrentlySchedulableTaskCount>1</concurrentlySchedulableTaskCount>
1709
+ <descriptors>
1710
+ <entry>
1711
+ <key>Delete Attributes Expression</key>
1712
+ <value>
1713
+ <name>Delete Attributes Expression</name>
1714
+ </value>
1715
+ </entry>
1716
+ <entry>
1717
+ <key>hmLogging.OUT</key>
1718
+ <value>
1719
+ <name>hmLogging.OUT</name>
1720
+ </value>
1721
+ </entry>
1722
+ </descriptors>
1723
+ <executionNode>ALL</executionNode>
1724
+ <lossTolerant>false</lossTolerant>
1725
+ <penaltyDuration>30 sec</penaltyDuration>
1726
+ <properties>
1727
+ <entry>
1728
+ <key>Delete Attributes Expression</key>
1729
+ </entry>
1730
+ <entry>
1731
+ <key>hmLogging.OUT</key>
1732
+ <value>dest:${http.remote.addr} | response:${http.response.payload}</value>
1733
+ </entry>
1734
+ </properties>
1735
+ <runDurationMillis>0</runDurationMillis>
1736
+ <schedulingPeriod>0 sec</schedulingPeriod>
1737
+ <schedulingStrategy>TIMER_DRIVEN</schedulingStrategy>
1738
+ <yieldDuration>1 sec</yieldDuration>
1739
+ </config>
1740
+ <name>Add OUT LoggingInfo</name>
1741
+ <relationships>
1742
+ <autoTerminate>false</autoTerminate>
1743
+ <name>success</name>
1744
+ </relationships>
1745
+ <style></style>
1746
+ <type>org.apache.nifi.processors.attributes.UpdateAttribute</type>
1747
+ </processors>
1748
+ <processors>
1749
+ <id>2d4e7cb9-015a-1000-0000-000000000000</id>
1750
+ <parentGroupId>b3dc7418-0159-1000-0000-000000000000</parentGroupId>
1751
+ <position>
1752
+ <x>471.86128634033867</x>
1753
+ <y>117.96748851930442</y>
1754
+ </position>
1755
+ <config>
1756
+ <bulletinLevel>WARN</bulletinLevel>
1757
+ <comments></comments>
1758
+ <concurrentlySchedulableTaskCount>1</concurrentlySchedulableTaskCount>
1759
+ <descriptors>
1760
+ <entry>
1761
+ <key>Character Set</key>
1762
+ <value>
1763
+ <name>Character Set</name>
1764
+ </value>
1765
+ </entry>
1766
+ <entry>
1767
+ <key>Maximum Buffer Size</key>
1768
+ <value>
1769
+ <name>Maximum Buffer Size</name>
1770
+ </value>
1771
+ </entry>
1772
+ <entry>
1773
+ <key>Maximum Capture Group Length</key>
1774
+ <value>
1775
+ <name>Maximum Capture Group Length</name>
1776
+ </value>
1777
+ </entry>
1778
+ <entry>
1779
+ <key>Enable Canonical Equivalence</key>
1780
+ <value>
1781
+ <name>Enable Canonical Equivalence</name>
1782
+ </value>
1783
+ </entry>
1784
+ <entry>
1785
+ <key>Enable Case-insensitive Matching</key>
1786
+ <value>
1787
+ <name>Enable Case-insensitive Matching</name>
1788
+ </value>
1789
+ </entry>
1790
+ <entry>
1791
+ <key>Permit Whitespace and Comments in Pattern</key>
1792
+ <value>
1793
+ <name>Permit Whitespace and Comments in Pattern</name>
1794
+ </value>
1795
+ </entry>
1796
+ <entry>
1797
+ <key>Enable DOTALL Mode</key>
1798
+ <value>
1799
+ <name>Enable DOTALL Mode</name>
1800
+ </value>
1801
+ </entry>
1802
+ <entry>
1803
+ <key>Enable Literal Parsing of the Pattern</key>
1804
+ <value>
1805
+ <name>Enable Literal Parsing of the Pattern</name>
1806
+ </value>
1807
+ </entry>
1808
+ <entry>
1809
+ <key>Enable Multiline Mode</key>
1810
+ <value>
1811
+ <name>Enable Multiline Mode</name>
1812
+ </value>
1813
+ </entry>
1814
+ <entry>
1815
+ <key>Enable Unicode-aware Case Folding</key>
1816
+ <value>
1817
+ <name>Enable Unicode-aware Case Folding</name>
1818
+ </value>
1819
+ </entry>
1820
+ <entry>
1821
+ <key>Enable Unicode Predefined Character Classes</key>
1822
+ <value>
1823
+ <name>Enable Unicode Predefined Character Classes</name>
1824
+ </value>
1825
+ </entry>
1826
+ <entry>
1827
+ <key>Enable Unix Lines Mode</key>
1828
+ <value>
1829
+ <name>Enable Unix Lines Mode</name>
1830
+ </value>
1831
+ </entry>
1832
+ <entry>
1833
+ <key>Include Capture Group 0</key>
1834
+ <value>
1835
+ <name>Include Capture Group 0</name>
1836
+ </value>
1837
+ </entry>
1838
+ <entry>
1839
+ <key>extract-text-enable-repeating-capture-group</key>
1840
+ <value>
1841
+ <name>extract-text-enable-repeating-capture-group</name>
1842
+ </value>
1843
+ </entry>
1844
+ <entry>
1845
+ <key>http.request.payload</key>
1846
+ <value>
1847
+ <name>http.request.payload</name>
1848
+ </value>
1849
+ </entry>
1850
+ </descriptors>
1851
+ <executionNode>ALL</executionNode>
1852
+ <lossTolerant>false</lossTolerant>
1853
+ <penaltyDuration>30 sec</penaltyDuration>
1854
+ <properties>
1855
+ <entry>
1856
+ <key>Character Set</key>
1857
+ <value>UTF-8</value>
1858
+ </entry>
1859
+ <entry>
1860
+ <key>Maximum Buffer Size</key>
1861
+ <value>1 MB</value>
1862
+ </entry>
1863
+ <entry>
1864
+ <key>Maximum Capture Group Length</key>
1865
+ <value>1024</value>
1866
+ </entry>
1867
+ <entry>
1868
+ <key>Enable Canonical Equivalence</key>
1869
+ <value>false</value>
1870
+ </entry>
1871
+ <entry>
1872
+ <key>Enable Case-insensitive Matching</key>
1873
+ <value>false</value>
1874
+ </entry>
1875
+ <entry>
1876
+ <key>Permit Whitespace and Comments in Pattern</key>
1877
+ <value>false</value>
1878
+ </entry>
1879
+ <entry>
1880
+ <key>Enable DOTALL Mode</key>
1881
+ <value>true</value>
1882
+ </entry>
1883
+ <entry>
1884
+ <key>Enable Literal Parsing of the Pattern</key>
1885
+ <value>false</value>
1886
+ </entry>
1887
+ <entry>
1888
+ <key>Enable Multiline Mode</key>
1889
+ <value>false</value>
1890
+ </entry>
1891
+ <entry>
1892
+ <key>Enable Unicode-aware Case Folding</key>
1893
+ <value>false</value>
1894
+ </entry>
1895
+ <entry>
1896
+ <key>Enable Unicode Predefined Character Classes</key>
1897
+ <value>false</value>
1898
+ </entry>
1899
+ <entry>
1900
+ <key>Enable Unix Lines Mode</key>
1901
+ <value>false</value>
1902
+ </entry>
1903
+ <entry>
1904
+ <key>Include Capture Group 0</key>
1905
+ <value>true</value>
1906
+ </entry>
1907
+ <entry>
1908
+ <key>extract-text-enable-repeating-capture-group</key>
1909
+ <value>false</value>
1910
+ </entry>
1911
+ <entry>
1912
+ <key>http.request.payload</key>
1913
+ <value>(.*)</value>
1914
+ </entry>
1915
+ </properties>
1916
+ <runDurationMillis>0</runDurationMillis>
1917
+ <schedulingPeriod>0 sec</schedulingPeriod>
1918
+ <schedulingStrategy>TIMER_DRIVEN</schedulingStrategy>
1919
+ <yieldDuration>1 sec</yieldDuration>
1920
+ </config>
1921
+ <name>Extract Full Payload To Attribute</name>
1922
+ <relationships>
1923
+ <autoTerminate>false</autoTerminate>
1924
+ <name>matched</name>
1925
+ </relationships>
1926
+ <relationships>
1927
+ <autoTerminate>false</autoTerminate>
1928
+ <name>unmatched</name>
1929
+ </relationships>
1930
+ <style></style>
1931
+ <type>org.apache.nifi.processors.standard.ExtractText</type>
1932
+ </processors>
1933
+ </contents>
1934
+ <name>IN.hmStaff.taskStatus v1.0.5</name>
1935
+ </processGroups>
1936
+ </snippet>
1937
+ <timestamp>03/28/2017 17:52:33 CEST</timestamp>
1938
+ </template>