diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 24172015..d7bf944f 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -94,13 +94,13 @@ bpmn: - id: "gsma_base_transaction" direction: "${bpmn.outgoing-direction}" type: "${bpmn.transfer-type}" - - id: "inbound_transfer-paygops" + - id: "inbound_transfer_paygops" direction: "${bpmn.incoming-direction}" type: "${bpmn.transfer-type}" - - id: "inbound_transfer-roster" + - id: "inbound_transfer_roster" direction: "${bpmn.incoming-direction}" type: "${bpmn.transfer-type}" - - id: "inbound_transfer-mifos" + - id: "inbound_transfer_mifos" direction: "${bpmn.incoming-direction}" type: "${bpmn.transfer-type}" - id: "inbound_transfer_tupande"