From 991b87d5e0507a3c34c573cca9ea9d54fc5a77a2 Mon Sep 17 00:00:00 2001 From: "Victor J. Bassey" Date: Thu, 13 Apr 2023 10:40:40 +0200 Subject: [PATCH] Include tupande and erply in bpmn.processes (#37) * Include tupande and erply in bpmn.processes * Use underscores in process id for erply and tupande --- src/main/resources/application.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 346c9f7f..24172015 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -82,6 +82,12 @@ bpmn: - id: "mpesa_flow_paygops" direction: "${bpmn.incoming-direction}" type: "${bpmn.transaction-request-type}" + - id: "mpesa_flow_tupande" + direction: "${bpmn.incoming-direction}" + type: "${bpmn.transaction-request-type}" + - id: "mpesa_flow_erply" + direction: "${bpmn.incoming-direction}" + type: "${bpmn.transaction-request-type}" - id: "slcb" direction: "UNKNOWN" type: "${bpmn.batch-type}" @@ -97,6 +103,12 @@ bpmn: - id: "inbound_transfer-mifos" direction: "${bpmn.incoming-direction}" type: "${bpmn.transfer-type}" + - id: "inbound_transfer_tupande" + direction: "${bpmn.incoming-direction}" + type: "${bpmn.transfer-type}" + - id: "inbound_transfer_erply" + direction: "${bpmn.incoming-direction}" + type: "${bpmn.transfer-type}" logging: level: