Skip to content

Commit

Permalink
Include tupande and erply in bpmn.processes (#37)
Browse files Browse the repository at this point in the history
* Include tupande and erply in bpmn.processes

* Use underscores in process id for erply and tupande
  • Loading branch information
victorjbassey authored Apr 13, 2023
1 parent 237a15a commit 991b87d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand All @@ -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:
Expand Down

0 comments on commit 991b87d

Please sign in to comment.