diff --git a/registration-processor-camel-routes-new-default.xml b/registration-processor-camel-routes-new-default.xml index ef3fe0ba7ee..ac92bf762e8 100644 --- a/registration-processor-camel-routes-new-default.xml +++ b/registration-processor-camel-routes-new-default.xml @@ -292,6 +292,10 @@ $.[?(@['isValid'] == false && @['internalError'] == false)] + + + $.[?(@['tags']['AGE_GROUP'] == 'INFANT')] + diff --git a/registration-processor-camel-routes-opencrvs_new-default.xml b/registration-processor-camel-routes-opencrvs_new-default.xml index 8f579740cf4..7eecb7fdad0 100644 --- a/registration-processor-camel-routes-opencrvs_new-default.xml +++ b/registration-processor-camel-routes-opencrvs_new-default.xml @@ -152,6 +152,10 @@ $.[?(@['isValid'] == false && @['internalError'] == false)] + + + $.[?(@['tags']['AGE_GROUP'] == 'INFANT')] + diff --git a/registration-processor-camel-routes-update-default.xml b/registration-processor-camel-routes-update-default.xml index 73544fdc53c..733b5f8c969 100644 --- a/registration-processor-camel-routes-update-default.xml +++ b/registration-processor-camel-routes-update-default.xml @@ -314,6 +314,10 @@ $.[?(@['messageBusAddress']['address'] == 'manual-adjudication-bus-in')] + + + $.[?(@['tags']['AGE_GROUP'] == 'INFANT')] + diff --git a/registration-processor-default.properties b/registration-processor-default.properties index f77940dd4ce..dbcf46e0170 100644 --- a/registration-processor-default.properties +++ b/registration-processor-default.properties @@ -395,6 +395,11 @@ mosip.regproc.workflow-manager.action.job.days_of_month=* mosip.regproc.workflow-manager.action.job.months=* #schedular weeks configuration mosip.regproc.workflow-manager.action.job.days_of_week=* +# The packets which are satisfied below filter will restart from restart-from-stage +# For example BioDedupeStage:SUCCESS is given in filter and stage is SecurezoneNotificationStage then packet which latest transaction status code is SUCCESS and its in in BioDedupeStage then it will restart processing from SecurezoneNotificationStage. +registration.processor.reprocess.restart-from-stage=SecurezoneNotificationStage +# * means it will consider SUCCESS,REPROCESS,IN_PROGRESS latest transaction status codes, any stage having both * and another status, it will be considered to have all the statuses for that stage +registration.processor.reprocess.restart-trigger-filter=DemodedupStage:SUCCESS,BioDedupeStage:*,UinGeneratorStage:REPROCESS mosip.regproc.workflow.manager.eventbus.kafka.commit.type=single