@@ -142,7 +142,7 @@ mosip.registration.processor.digital.signature.id=io.mosip.registration.processo
142
142
143
143
# Status for matched records in demo dedupe stage.
144
144
# 'REJECTED' will automatically reject packets failed in demo dedupe. It will not be sent for manual verification.
145
- registration.processor.demodedupe.manual.adjudication.status =REJECTED
145
+ registration.processor.demodedupe.manual.adjudication.status =PENDING
146
146
147
147
# Validate hostlisted devices
148
148
DEVICEHOTLIST =${mosip.admin.hotlist.url}/v1/hotlist/status
@@ -509,7 +509,7 @@ mosip.regproc.camel.bridge.eventbus.kafka.poll.frequency=100
509
509
# MosipVerticleAPIManager
510
510
mosip.regproc.camel.bridge.eventbus.kafka.group.id =camel-bridge
511
511
mosip.regproc.camelbridge.endpoint-prefix =eventbus://
512
- mosip.regproc.camelbridge.pause-settings =[{"ruleId" :"PAUSE","matchExpression": "$.tags[?(@['AGE_GROUP'] == 'ADULT'&& @['ID_OBJECT-residenceStatus'] == 'Foreigner')]","pauseFor": 180,"defaultResumeAction": "STOP_PROCESSING ","fromAddress": "eventbus://packet-classifier-new-bus-out","ruleDescription" : "Non resident adult applicant packet"}],[{"ruleId" :"HOTLISTED_OPERATOR","matchExpression": "$.tags[?(@['HOTLISTED'] == 'operator')]","pauseFor": 432000,"defaultResumeAction": "STOP_PROCESSING","fromAddress": ".*","ruleDescription" : "Packet created by hotlisted operator"}]
512
+ mosip.regproc.camelbridge.pause-settings =[{"ruleId" :"PAUSE","matchExpression": "$.tags[?(@['AGE_GROUP'] == 'ADULT'&& @['ID_OBJECT-residenceStatus'] == 'Foreigner')]","pauseFor": 180,"defaultResumeAction": "RESUME_PROCESSING ","fromAddress": "eventbus://packet-classifier-new-bus-out","ruleDescription" : "Non resident adult applicant packet"}],[{"ruleId" :"HOTLISTED_OPERATOR","matchExpression": "$.tags[?(@['HOTLISTED'] == 'operator')]","pauseFor": 432000,"defaultResumeAction": "STOP_PROCESSING","fromAddress": ".*","ruleDescription" : "Packet created by hotlisted operator"}]
513
513
# # Securzone stage (NOTE: not used in V3, but need this for service to start)
514
514
mosip.regproc.securezone.notification.eventbus.kafka.commit.type =single
515
515
mosip.regproc.securezone.notification.eventbus.kafka.max.poll.records =100
@@ -847,7 +847,7 @@ mosip.regproc.packet.classifier.tagging.idobject-data-availability.availability-
847
847
848
848
# # Mock Manual Verification Properties
849
849
# Based on value of below parameter the packets are passed or rejected. Required values are [APPROVED or REJECTED]
850
- mock.mv.decision =REJECTED
850
+ mock.mv.decision =APPROVED
851
851
852
852
# salt generation properties
853
853
mosip.regproc.db.url =${javax.persistence.jdbc.url}
0 commit comments