Skip to content

Commit 6965d47

Browse files
author
Antonio Maradiaga
committed
Including SBPA in diagram again
1 parent f35d672 commit 6965d47

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

assets/diagrams/final-diagram.py

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from diagrams.sap.erp import SAPS4HANACloud
44
from diagrams.sap.integration import AdvancedEventMesh
55
from diagrams.sap.runtimes import CloudFoundryRuntime
6+
from diagrams.sap.processautomation import SAPBuildProcessAutomation
67
from diagrams.sap.integration import IntegrationSuite
78
from diagrams.sap.generic import PersonPlaceholder, ItSystem, Request
89

@@ -42,6 +43,9 @@
4243
# vip_srvc = CloudFoundryRuntime("VIP Processing srvc")
4344
mail_delivery_srvc = CloudFoundryRuntime(
4445
"Mail Delivery srvc\n(CAP Project)")
46+
47+
sbpa = SAPBuildProcessAutomation_Circled(
48+
"SAP Build\nProcess Automation")
4549

4650
person >> Edge(color=FIX_GREY_COLOUR,
4751
label="Purchases ticket(s)") >> ticket_website
@@ -69,3 +73,6 @@
6973

7074
event_mesh >> Edge(
7175
color=CONSUMER_COLOUR, penwidth="2.0", headlabel="Webhook - Performer requirement checks\nConsumes: sap.s4.beh.businesspartner.v1.BusinessPartner.Created.v1", labeldistance="25", labelangle="-5", minlen="9") >> webhook_site
76+
77+
event_mesh >> Edge(
78+
color=CONSUMER_COLOUR, penwidth="2.0", style="dashed", headlabel="Webhook - Performer requirement checks\nConsumes: sap.s4.beh.businesspartner.v1.BusinessPartner.Created.v1", labeldistance="25", labelangle="-5", minlen="9") >> sbpa

0 commit comments

Comments
 (0)