1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747
|
digraph SystemAsyncDependencies {
labelloc=top; labeljust=left; fontsize=20; fontname="Times-Bold";
label="Overview: Asynchonous integration channels"
node [shape=box,style=dashed,width=2];
rankdir=LR;
ranksep="2.0";
splines=ortho;
subgraph clusterdecisions {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="Decisions";
color="#40ff40";
style=filled fillcolor="#e0ffe0";
decisions [label="Decisions",height=1,color="#40ff40",style="filled,solid",fillcolor="#e0ffe0"];
decisions_educationfundapplicationinput_delivered [label="decisions-educationfundapplicationinput-delivered",shape=hexagon,style=solid];
subgraph clusterdecisions_paopsmanager {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="decisions.paopsmanager";
color="#40cf40";
style=filled fillcolor="#c0dfc0";
decisions_paopsmanager [label="decisions.paopsmanager",height=1,color="#40cf40",style="filled,solid",fillcolor="#c0dfc0"];
decisions_paopsmanager_submitentry [label="decisions-paopsmanager-submitentry",shape=octagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
}
}
subgraph clusterpayment {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="Payment";
payment [label="Payment",height=1,style=solid];
payment_cardandaccount_delete [label="payment-cardandaccount-delete",shape=hexagon,style=solid];
}
subgraph clusterdispatch {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="Dispatch";
color="#b09030";
style=filled fillcolor="#c0b0b0";
dispatch [label="Dispatch",height=1,color="#b09030",style="filled,solid",fillcolor="#c0b0b0"];
dispatch_emailsend_request [label="dispatch-emailsend-request",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
}
subgraph clusterdatawarehouse {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="Datawarehouse";
color="#40cfaf";
style=filled fillcolor="#c0dfbf";
datawarehouse [label="Datawarehouse",height=1,color="#40cfaf",style="filled,solid",fillcolor="#c0dfbf"];
eboks_subscription_reciept [label="eboks-subscription-reciept",shape=hexagon,style=solid];
eboks_subscriptionoverview_delivered [label="eboks-subscriptionoverview-delivered",shape=hexagon,style=solid];
}
subgraph clusterarchive {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="Archive";
color="#ffc050";
style=filled fillcolor="#ffe0d0";
archive [label="Archive",height=1,color="#ffc050",style="filled,solid",fillcolor="#ffe0d0"];
arkiv_document_createfromblob [label="arkiv-document-createfromblob",shape=hexagon,style=solid];
}
kalenderservice [label="KalenderService",height=1,color="#cf40ff",style="filled,solid",fillcolor="#dfe0ff"];
raadgiveroverblik [label="Raadgiveroverblik",height=1,color="#ff4040",style="filled,solid",fillcolor="#ffe0e0"];
subgraph clusterovk {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="Ovk";
ovk [label="Ovk",height=1,style=solid];
labour_agreement_delta_life_out [label="labour-agreement-delta-life-out",shape=hexagon,style=solid];
labour_agreement_full_life_out [label="labour-agreement-full-life-out",shape=hexagon,style=solid];
labour_agreement_full_moneyin_out [label="labour-agreement-full-moneyin-out",shape=hexagon,style=solid];
labour_agreement_delta_moneyin_out [label="labour-agreement-delta-moneyin-out",shape=hexagon,style=solid];
}
subgraph clusteradvisor {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="advisor";
color="#4080ff";
style=filled fillcolor="#e0f0ff";
advisor [label="advisor",height=1,color="#4080ff",style="filled,solid",fillcolor="#e0f0ff"];
subgraph clusteradvisor_pc {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="advisor.pc";
color="#4070cf";
style=filled fillcolor="#c0d0df";
advisor_pc [label="advisor.pc",height=1,color="#4070cf",style="filled,solid",fillcolor="#c0d0df"];
pd_parameterscomponent_health [label="pd-parameterscomponent-health",shape=octagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
}
}
subgraph clusterprint {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="Print";
color="#cfb040";
style=filled fillcolor="#dfd0c0";
print [label="Print",height=1,color="#cfb040",style="filled,solid",fillcolor="#dfd0c0"];
print_document_createfromkeys [label="print-document-createfromkeys",shape=hexagon,style=solid];
print_mitdk_delivery_reciept [label="print-mitdk-delivery-reciept",shape=hexagon,style=solid];
print_eboks_delivery_reciept [label="print-eboks-delivery-reciept",shape=hexagon,style=solid];
}
digidialog [label="DigiDialog",height=1,color="#30ff40",style="filled,solid",fillcolor="#c0ffe0"];
mlai [label="MLAI",height=1,color="#40ff40",style="filled,solid",fillcolor="#e0ffe0"];
subgraph clustersendmodtag {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="SendModtag";
color="#ffff40";
style=filled fillcolor="#ffffe0";
sendmodtag [label="SendModtag",height=1,color="#ffff40",style="filled,solid",fillcolor="#ffffe0"];
di_datafile_fromdanskindustri [label="di-datafile-fromdanskindustri",shape=hexagon,style=solid];
skat_cps_getdocuments_scheduler [label="skat-cps-getdocuments-scheduler",shape=hexagon,style=solid];
skat_cps_reporting_file_send_to_skat [label="skat-cps-reporting-file-send-to-skat",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
skat_pere_reporting_file [label="skat-pere-reporting-file",shape=hexagon,style=solid];
centurion_bs1_getdocuments_scheduler [label="centurion-bs1-getdocuments-scheduler",shape=hexagon,style=solid];
externalfileexchange_filedelivered_hefo [label="externalfileexchange-filedelivered-hefo",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
sendmodtag_mitdk_letters_getdocuments_scheduler [label="sendmodtag-mitdk-letters-getdocuments-scheduler",shape=hexagon,style=solid];
edi_pgf41out_request_reponse [label="edi-pgf41out-request-reponse",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
skat_eindkomst_reporting_file [label="skat-eindkomst-reporting-file",shape=hexagon,style=solid];
nemhandel_erhverv_invoice [label="nemhandel-erhverv-invoice",shape=hexagon,style=solid];
nemhandel_health_getdocuments_scheduler [label="nemhandel-health-getdocuments-scheduler",shape=hexagon,style=solid];
sendmodtag_kmdis_getdocuments_scheduler [label="sendmodtag-kmdis-getdocuments-scheduler",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
eboks_subscriptionreciept_getdocuments_scheduler [label="eboks-subscriptionreciept-getdocuments-scheduler",shape=hexagon,style=solid];
centurion_bs_additionalcharging_file [label="centurion-bs-additionalcharging-file",shape=hexagon,style=solid];
bankcamt_getcamt054documents_scheduler [label="bankcamt-getcamt054documents-scheduler",shape=hexagon,style=solid];
edi_pgf41out_transfer_pension [label="edi-pgf41out-transfer-pension",shape=hexagon,style=solid];
sendmodtag_kmdis_anonymous [label="sendmodtag-kmdis-anonymous",shape=octagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
skat_paf_reporting_file [label="skat-paf-reporting-file",shape=hexagon,style=solid];
nets_mastercard_getdocuments_scheduler [label="nets-mastercard-getdocuments-scheduler",shape=hexagon,style=solid];
centurion_netsin_getdocuments_scheduler [label="centurion-netsin-getdocuments-scheduler",shape=hexagon,style=solid];
bankcamt_getcamt053documents_scheduler [label="bankcamt-getcamt053documents-scheduler",shape=hexagon,style=solid];
nemhandel_errorreceipts_getdocuments_scheduler [label="nemhandel-errorreceipts-getdocuments-scheduler",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
edi_getdocuments_scheduler_bank [label="edi-getdocuments-scheduler-bank",shape=hexagon,style=solid];
edi_pgf41out_transfer_request_bank_rejection [label="edi-pgf41out-transfer-request-bank-rejection",shape=hexagon,style=solid];
edi_pgf41in_transfer_request_bank [label="edi-pgf41in-transfer-request-bank",shape=hexagon,style=solid];
bankpain_getdocuments_scheduler [label="bankpain-getdocuments-scheduler",shape=hexagon,style=solid];
externalfileexchange_filerequested_star [label="externalfileexchange-filerequested-star",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
centurion_bs_agreement_file [label="centurion-bs-agreement-file",shape=hexagon,style=solid];
cprdirekte_getdocuments_scheduler [label="cprdirekte-getdocuments-scheduler",shape=hexagon,style=solid];
sendmodtag_mitdk_letters_request_delivery [label="sendmodtag-mitdk-letters-request-delivery",shape=hexagon,style=solid];
patientsikkerhed_getdocuments_scheduler [label="patientsikkerhed-getdocuments-scheduler",shape=hexagon,style=solid];
externalfilexchange_filerequested_cvr_deltafile [label="externalfilexchange-filerequested-CVR-deltafile",shape=hexagon,style=solid];
eboks_subscription_request [label="eboks-subscription-request",shape=hexagon,style=solid];
skat_eindkomst_reporting_yearly_file [label="skat-eindkomst-reporting-yearly-file",shape=hexagon,style=solid];
edi_getdocuments_scheduler_pension [label="edi-getdocuments-scheduler-pension",shape=hexagon,style=solid];
skat_cps_reporting_file [label="skat-cps-reporting-file",shape=hexagon,style=solid];
udbdk_datafile_response [label="udbdk-datafile-response",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
skat_eindkomst_getdocuments_scheduler [label="skat-eindkomst-getdocuments-scheduler",shape=hexagon,style=solid];
skat_pensiondiverse_reporting_file [label="skat-pensiondiverse-reporting-file",shape=hexagon,style=solid];
eboks_subscriptionoverview_getdocuments_scheduler [label="eboks-subscriptionoverview-getdocuments-scheduler",shape=hexagon,style=solid];
externalfilexchange_filedelivered_sundhed [label="externalfilexchange-filedelivered-sundhed",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
nemhandel_economy_getdocuments_scheduler [label="nemhandel-economy-getdocuments-scheduler",shape=hexagon,style=solid];
eboks_letters_getdocuments_scheduler [label="eboks-letters-getdocuments-scheduler",shape=hexagon,style=solid];
centurion_bs_educationfunds_charging_file [label="centurion-bs-educationfunds-charging-file",shape=hexagon,style=solid];
eboks_letters_request_delivery [label="eboks-letters-request-delivery",shape=hexagon,style=solid];
centurion_netsin_anonymous [label="centurion-netsin-anonymous",shape=octagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
edi_pgf41out_transfer_request_pension_rejection [label="edi-pgf41out-transfer-request-pension-rejection",shape=hexagon,style=solid];
externalfileexchange_filerequested_cpr [label="externalfileexchange-filerequested-cpr",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
centurion_bs2_getdocuments_scheduler [label="centurion-bs2-getdocuments-scheduler",shape=hexagon,style=solid];
bankpki_certificatexchange_getbankcertificates [label="bankpki-certificatexchange-getbankcertificates",shape=hexagon,style=solid];
nemhandel_realestate_getdocuments_scheduler [label="nemhandel-realestate-getdocuments-scheduler",shape=hexagon,style=solid];
externalfilexchange_filerequested_udbdk [label="externalfilexchange-filerequested-udbdk",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
edi_pgf41out_transfer_bank [label="edi-pgf41out-transfer-bank",shape=hexagon,style=solid];
skat_eskattekort_getdocuments_scheduler [label="skat-eskattekort-getdocuments-scheduler",shape=hexagon,style=solid];
centurion_bs_charging_file [label="centurion-bs-charging-file",shape=hexagon,style=solid];
tekniq_datafile_fromtekniq [label="tekniq-datafile-fromtekniq",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
cpr_datafile_fromcpr [label="cpr-datafile-fromcpr",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
bankpki_certificatexchange_createcertificates [label="bankpki-certificatexchange-createcertificates",shape=hexagon,style=solid];
nets_dankort_getdocuments_scheduler [label="nets-dankort-getdocuments-scheduler",shape=hexagon,style=solid];
skat_pere_getdocuments_scheduler [label="skat-pere-getdocuments-scheduler",shape=hexagon,style=solid];
bankpain_pain001_payment_request [label="bankpain-pain001-payment-request",shape=hexagon,style=solid];
star_datafile_fromstar [label="star-datafile-fromstar",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
centurion_bs_educationfunds_getdocuments_scheduler [label="centurion-bs-educationfunds-getdocuments-scheduler",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
edi_pgf41in_transfer_request_pension [label="edi-pgf41in-transfer-request-pension",shape=hexagon,style=solid];
sundhed_datafile_response [label="sundhed-datafile-response",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
}
pensiondk [label="PensionDk",height=1,color="#ff40ff",style="filled,solid",fillcolor="#ffe0ff"];
subgraph clusteruddannelsesfonde {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="Uddannelsesfonde";
color="#ffc050";
style=filled fillcolor="#ffe0d0";
uddannelsesfonde [label="Uddannelsesfonde",height=1,color="#ffc050",style="filled,solid",fillcolor="#ffe0d0"];
uddfonde_educationfunds_inputdatafile_delivered [label="uddfonde-educationfunds-inputdatafile-delivered",shape=hexagon,style=solid];
uddfonde_education_fund_billing_paid [label="uddfonde-education-fund-billing-paid",shape=hexagon,style=solid];
}
subgraph clusterauditlog {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="AuditLog";
auditlog [label="AuditLog",height=1,style=solid];
auditlog_logmessage [label="auditlog-logmessage",shape=hexagon,style=solid];
}
subgraph clustercrm {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="CRM";
color="#cf4040";
style=filled fillcolor="#dfc0c0";
crm [label="CRM",height=1,color="#cf4040",style="filled,solid",fillcolor="#dfc0c0"];
interest_createinterestid_person_resp [label="interest-createinterestid-person-resp",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
externalfilexchange_filedelivered_cpr_deltafile [label="externalfilexchange-filedelivered-cpr-deltafile",shape=hexagon,style=solid];
crm_cpr_subscription [label="crm-cpr-subscription",shape=hexagon,style=solid];
crm_person_created [label="crm-person-created",shape=hexagon,style=solid];
crm_person_updated_assigned_real_cpr [label="crm-person-updated-assigned-real-cpr",shape=hexagon,style=solid];
externalfilexchange_filedelivered_authorizationid_registerfile [label="externalfilexchange-filedelivered-authorizationID-registerfile",shape=hexagon,style=solid];
crm_person_updated_flexjob_stopped [label="crm-person-updated-flexjob-stopped",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
externalfilexchange_filedelivered_nets_reportingfile [label="externalfilexchange-filedelivered-nets-reportingfile",shape=hexagon,style=solid];
crm_person_updated_birthdate [label="crm-person-updated-birthdate",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
crm_person_updated_resurrected [label="crm-person-updated-resurrected",shape=hexagon,style=solid];
treatmentmasterdata_objectcreated_clinic [label="treatmentmasterdata-objectcreated-clinic",shape=octagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
agreement_objecthasbeensigned_agreementfortreatment [label="agreement-objecthasbeensigned-agreementfortreatment",shape=hexagon,style=solid];
stakeholderinputfile_delivered [label="stakeholderinputfile-delivered",shape=hexagon,style=solid];
treatmentmasterdata_objectchange_location [label="treatmentmasterdata-objectchange-location",shape=octagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
externalfilexchange_filedelivered_cpr_fulldata [label="externalfilexchange-filedelivered-cpr-fulldata",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
crm_company_created [label="crm-company-created",shape=hexagon,style=solid];
crm_person_updated_stopmark_removed [label="crm-person-updated-stopmark-removed",shape=hexagon,style=solid];
crm_person_updated_flexjob_started [label="crm-person-updated-flexjob-started",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
treatmentmasterdata_objectstatuschange_therapist [label="treatmentmasterdata-objectstatuschange-therapist",shape=octagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
crm_company_updated_ean [label="crm-company-updated-ean",shape=hexagon,style=solid];
crm_company_updated_role [label="crm-company-updated-role",shape=hexagon,style=solid];
crm_person_updated_dead [label="crm-person-updated-dead",shape=hexagon,style=solid];
treatmentmasterdata_objectchange_therapist [label="treatmentmasterdata-objectchange-therapist",shape=octagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
externalfilexchange_filerequested_cvr_deltafile_resp [label="externalfilexchange-filerequested-cvr-deltafile-resp",shape=octagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
treatmentmasterdata_objectcreated_therapist [label="treatmentmasterdata-objectcreated-therapist",shape=octagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
interest_createinterestid_person [label="interest-createinterestid-person",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
crm_person_updated_move_to_dk [label="crm-person-updated-move-to-dk",shape=hexagon,style=solid];
crm_person_updated_move_from_dk [label="crm-person-updated-move-from-dk",shape=hexagon,style=solid];
externalfileexchange_filedelivered_injurydetails [label="externalfileexchange-filedelivered-injurydetails",shape=hexagon,style=solid];
interest_createinterestid_company [label="interest-createinterestid-company",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
interest_createinterestid_company_resp [label="interest-createinterestid-company-resp",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
treatmentmasterdata_objectstatuschange_location [label="treatmentmasterdata-objectstatuschange-location",shape=octagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
crm_company_updated_endcode [label="crm-company-updated-endcode",shape=hexagon,style=solid];
crm_cpr_removal [label="crm-cpr-removal",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
crm_company_closed [label="crm-company-closed",shape=hexagon,style=solid];
company_pensiondetails_upsert [label="company-pensiondetails-upsert",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
crm_person_deleted [label="crm-person-deleted",shape=hexagon,style=solid];
treatmentmasterdata_objectcreated_location [label="treatmentmasterdata-objectcreated-location",shape=octagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
taskmanagement_taskcreation_authorizationid_invalid [label="taskmanagement-taskcreation-authorizationid-invalid",shape=octagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
crm_person_updated_stopmark_set [label="crm-person-updated-stopmark-set",shape=hexagon,style=solid];
treatmentmasterdata_objectstatuschange_clinic [label="treatmentmasterdata-objectstatuschange-clinic",shape=octagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
}
subgraph clustercallcenter {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="CallCenter";
color="#606060";
style=filled fillcolor="#e0e0e0";
callcenter [label="CallCenter",height=1,color="#606060",style="filled,solid",fillcolor="#e0e0e0"];
cct_notifications [label="cct-notifications",shape=hexagon,style=solid];
cct_create_case [label="cct-create-case",shape=hexagon,style=solid];
}
subgraph clustervisualcron {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="VisualCron";
visualcron [label="VisualCron",height=1,style=solid];
visualcron_skat_pere_archive_reciept_org [label="visualcron-skat-pere-archive-reciept-org",shape=hexagon,style=solid];
visualcron_skat_paf_archive_reciept_mod [label="visualcron-skat-paf-archive-reciept-mod",shape=hexagon,style=solid];
visualcron_skat_pensiondiverse_archive_reciept_mod [label="visualcron-skat-pensiondiverse-archive-reciept-mod",shape=hexagon,style=solid];
visualcron_skat_pere_archive_reporting_org [label="visualcron-skat-pere-archive-reporting-org",shape=hexagon,style=solid];
visualcron_skat_eindkomst_archive_reporting_mod [label="visualcron-skat-eindkomst-archive-reporting-mod",shape=hexagon,style=solid];
visualcron_skat_pensiondiverse_archive_reporting_mod [label="visualcron-skat-pensiondiverse-archive-reporting-mod",shape=hexagon,style=solid];
visualcron_skat_cps_archive_reciept_mod [label="visualcron-skat-cps-archive-reciept-mod",shape=hexagon,style=solid];
visualcron_skat_cps_archive_reporting_org [label="visualcron-skat-cps-archive-reporting-org",shape=hexagon,style=solid];
visualcron_skat_eindkomst_archive_reciept_org [label="visualcron-skat-eindkomst-archive-reciept-org",shape=hexagon,style=solid];
visualcron_skat_pensiondiverse_archive_reporting_org [label="visualcron-skat-pensiondiverse-archive-reporting-org",shape=hexagon,style=solid];
visualcron_skat_eindkomst_archive_reciept_mod [label="visualcron-skat-eindkomst-archive-reciept-mod",shape=hexagon,style=solid];
visualcron_skat_pere_archive_reporting_mod [label="visualcron-skat-pere-archive-reporting-mod",shape=hexagon,style=solid];
visualcron_skat_paf_archive_reporting_mod [label="visualcron-skat-paf-archive-reporting-mod",shape=hexagon,style=solid];
visualcron_skat_pere_archive_recieptfile_mod [label="visualcron-skat-pere-archive-recieptfile-mod",shape=hexagon,style=solid];
visualcron_skat_paf_archive_reciept_org [label="visualcron-skat-paf-archive-reciept-org",shape=hexagon,style=solid];
visualcron_skat_cps_archive_reciept_org [label="visualcron-skat-cps-archive-reciept-org",shape=hexagon,style=solid];
visualcron_skat_cps_archive_reporting_mod [label="visualcron-skat-cps-archive-reporting-mod",shape=hexagon,style=solid];
visualcron_skat_eindkomst_archive_reporting_org [label="visualcron-skat-eindkomst-archive-reporting-org",shape=hexagon,style=solid];
visualcron_nemhandelsundhed_archive_org [label="visualcron-nemhandelsundhed-archive-org",shape=hexagon,style=solid];
visualcron_skat_pensiondiverse_archive_reciept_org [label="visualcron-skat-pensiondiverse-archive-reciept-org",shape=hexagon,style=solid];
visualcron_skat_paf_archive_reporting_org [label="visualcron-skat-paf-archive-reporting-org",shape=hexagon,style=solid];
}
subgraph clusterkerne {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="Kerne";
color="#4040ff";
style=filled fillcolor="#e0e0ff";
kerne [label="Kerne",height=1,color="#4040ff",style="filled,solid",fillcolor="#e0e0ff"];
subgraph clusterkerne_life {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="Kerne.Life";
color="#4040cf";
style=filled fillcolor="#c0c0df";
kerne_life [label="Kerne.Life",height=1,color="#4040cf",style="filled,solid",fillcolor="#c0c0df"];
sendreceive_in_eincomeerrors [label="sendreceive-in-eincomeerrors",shape=octagon,style=solid];
sendreceive_in_disqualification [label="sendreceive-in-disqualification",shape=octagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
pd_life_health [label="pd-life-health",shape=octagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
moneyin_to_life [label="moneyin-to-life",shape=hexagon,style=solid];
sendreceive_in_pereerrors [label="sendreceive-in-pereerrors",shape=octagon,style=solid];
unitlink_to_life [label="unitlink-to-life",shape=octagon,style=solid];
sendreceive_in_cpserrors [label="sendreceive-in-cpserrors",shape=octagon,style=solid];
labour_agreement_delta_life_in [label="labour-agreement-delta-life-in",shape=hexagon,style=solid];
sendreceive_in_grouplifeeindkomstsumreceipt [label="sendreceive-in-grouplifeeindkomstsumreceipt",shape=octagon,style=solid];
sendreceive_in_disqualificationerrors [label="sendreceive-in-disqualificationerrors",shape=octagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
labour_agreement_full_life_in [label="labour-agreement-full-life-in",shape=hexagon,style=solid];
sendreceive_in_pensiondiverseerror [label="sendreceive-in-pensiondiverseerror",shape=octagon,style=solid];
}
subgraph clusterkerne_moneyin {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="Kerne.MoneyIn";
color="#4040cf";
style=filled fillcolor="#c0c0df";
kerne_moneyin [label="Kerne.MoneyIn",height=1,color="#4040cf",style="filled,solid",fillcolor="#c0c0df"];
labour_agreement_delta_moneyin_in [label="labour-agreement-delta-moneyin-in",shape=hexagon,style=solid];
sendreceive_in_upb [label="sendreceive-in-upb",shape=octagon,style=solid];
sendreceive_in_nets601v [label="sendreceive-in-nets601v",shape=octagon,style=solid];
labour_agreement_full_moneyin_in [label="labour-agreement-full-moneyin-in",shape=hexagon,style=solid];
sendreceive_in_pgf41 [label="sendreceive-in-pgf41",shape=octagon,style=solid];
kerne_education_fund_billing_request [label="kerne-education-fund-billing-request",shape=octagon,style=solid];
sendreceive_in_nets603 [label="sendreceive-in-nets603",shape=octagon,style=solid];
sendreceive_in_nets602 [label="sendreceive-in-nets602",shape=octagon,style=solid];
pd_moneyin_health [label="pd-moneyin-health",shape=octagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
sendreceive_in_netaxept [label="sendreceive-in-netaxept",shape=octagon,style=solid];
sendreceive_in_camt53 [label="sendreceive-in-camt53",shape=octagon,style=solid];
sendreceive_in_infoservice [label="sendreceive-in-infoservice",shape=octagon,style=solid];
}
subgraph clusterkerne_moneyout {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="Kerne.MoneyOut";
color="#4040cf";
style=filled fillcolor="#c0c0df";
kerne_moneyout [label="Kerne.MoneyOut",height=1,color="#4040cf",style="filled,solid",fillcolor="#c0c0df"];
sendreceive_in_etaxcard [label="sendreceive-in-etaxcard",shape=octagon,style=solid];
pd_moneyout_health [label="pd-moneyout-health",shape=octagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
sendreceive_in_pafreply [label="sendreceive-in-pafreply",shape=octagon,style=solid];
sendreceive_in_camt53returns [label="sendreceive-in-camt53returns",shape=octagon,style=solid];
money_out [label="money-out",shape=octagon,style=solid];
moneyin_to_moneyout [label="moneyin-to-moneyout",shape=octagon,style=solid];
sendreceive_in_eindkomstsumreceipt [label="sendreceive-in-eindkomstsumreceipt",shape=octagon,style=solid];
sendreceive_in_pain002 [label="sendreceive-in-pain002",shape=octagon,style=solid];
sendreceive_in_eindkomsterrors [label="sendreceive-in-eindkomsterrors",shape=octagon,style=solid];
kerne_education_fund_disbursement_request [label="kerne-education-fund-disbursement-request",shape=octagon,style=solid];
}
subgraph clusterkerne_unitlink {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="Kerne.UnitLink";
color="#4040cf";
style=filled fillcolor="#c0c0df";
kerne_unitlink [label="Kerne.UnitLink",height=1,color="#4040cf",style="filled,solid",fillcolor="#c0c0df"];
sendreceive_in_pdkfundprices [label="sendreceive-in-pdkfundprices",shape=octagon,style=solid];
life_to_unitlink [label="life-to-unitlink",shape=hexagon,style=solid];
pd_unitlink_health [label="pd-unitlink-health",shape=octagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
}
}
loginportal [label="Loginportal",height=1,color="#af40cf",style="filled,solid",fillcolor="#bfc0df"];
subgraph clusterrobotics {
labeljust=center; fontsize=14; fontname="Times-Italic";
label="Robotics";
color="#30df40";
style=filled fillcolor="#a0efc0";
robotics [label="Robotics",height=1,color="#30df40",style="filled,solid",fillcolor="#a0efc0"];
externalfilexchange_filedelivered_construction_invoicefile [label="externalfilexchange-filedelivered-construction-invoicefile",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
}
edi_pgf41out_request_recived [label="edi-pgf41out-request-recived",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
sendreceive_out_efakturaeducationfundbilling [label="sendreceive-out-eFakturaEducationFundBilling",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
externalfileexchange_fileresponse_star [label="externalfileexchange-fileresponse-star",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
cpr_datafile_tocpr [label="cpr-datafile-tocpr",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
auditlog_data_changes [label="auditlog-data-changes",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
externalfilexchange_filedelivered_nemhandel_invoicefile [label="externalfilexchange-filedelivered-nemhandel-invoicefile",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
externalfilexchange_filedelivered_nemhandel_oekonomi_invoicefile [label="externalfilexchange-filedelivered-nemhandel-oekonomi-invoicefile",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
sendreceive_in [label="sendreceive-in",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
hefo_datafile_tohefo [label="hefo-datafile-tohefo",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
udbdk_datafile_request [label="udbdk-datafile-request",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
edi_pgf41_transfer_reminder_pension [label="edi-pgf41-transfer-reminder-pension",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
internal_out_amb [label="internal-out-amb",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
company_pensiondetails_upsert_resp [label="company-pensiondetails-upsert-resp",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
sundhed_datafile_request [label="sundhed-datafile-request",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
externalfilexchange_filedelivered_camt053 [label="externalfilexchange-filedelivered-camt053",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
externalfileexchange_fileresponse_cpr [label="externalfileexchange-fileresponse-cpr",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
edi_pgf41in_transfer_reminder_bank [label="edi-pgf41in-transfer-reminder-bank",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
externalfileexchange_filedelivered_tekniq [label="externalfileexchange-filedelivered-tekniq",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
auditlog_data_reads [label="auditlog-data-reads",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
sendmodtag_patientsikkerhed_faggruppeopdateringer [label="sendmodtag-patientsikkerhed-faggruppeopdateringer",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
externalfilexchange_filedelivered_udbdk [label="externalfilexchange-filedelivered-udbdk",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
internal_out_pal [label="internal-out-pal",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
edi_pgf41out_transfer_reminder_bank [label="edi-pgf41out-transfer-reminder-bank",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
star_datafile_tostar [label="star-datafile-tostar",shape=hexagon,color="#909090",style="filled,solid",fillcolor="#f0f0f0"];
crm_person_updated_dead -> decisions [color="#40cf40"] [penwidth=1,weight=1] [style=dashed];
dispatch -> cct_create_case [color="#b09030"] [penwidth=1,weight=1];
dispatch -> auditlog_logmessage [color="#b09030"] [penwidth=1,weight=1];
dispatch -> arkiv_document_createfromblob [color="#b09030"] [penwidth=1,weight=1];
datawarehouse -> crm_cpr_subscription [color="#40cfaf"] [penwidth=1,weight=1];
datawarehouse -> eboks_subscription_request [color="#40cfaf"] [penwidth=1,weight=1];
datawarehouse -> uddfonde_educationfunds_inputdatafile_delivered [color="#40cfaf"] [penwidth=1,weight=1];
archive -> auditlog_logmessage [color="#ffc050"] [penwidth=1,weight=1];
kalenderservice -> auditlog_logmessage [color="#cf40ff"] [penwidth=1,weight=1];
raadgiveroverblik -> uddfonde_educationfunds_inputdatafile_delivered [color="#ff4040"] [penwidth=1,weight=1];
raadgiveroverblik -> stakeholderinputfile_delivered [color="#ff4040"] [penwidth=1,weight=1];
ovk -> labour_agreement_full_life_in [penwidth=1,weight=1];
ovk -> labour_agreement_delta_moneyin_in [penwidth=1,weight=1];
ovk -> labour_agreement_full_moneyin_in [penwidth=1,weight=1];
ovk -> labour_agreement_delta_life_in [penwidth=1,weight=1];
advisor -> auditlog_logmessage [color="#4070cf"] [penwidth=1,weight=1];
advisor -> cct_create_case [color="#4070cf"] [penwidth=1,weight=1];
print -> arkiv_document_createfromblob [color="#cfb040"] [penwidth=1,weight=1];
print -> eboks_letters_request_delivery [color="#cfb040"] [penwidth=1,weight=1];
print -> auditlog_logmessage [color="#cfb040"] [penwidth=1,weight=1];
print -> sendmodtag_mitdk_letters_request_delivery [color="#cfb040"] [penwidth=1,weight=1];
digidialog -> arkiv_document_createfromblob [color="#30ff40"] [penwidth=1,weight=1];
cct_notifications -> mlai [color="#40ff40"] [penwidth=1,weight=1] [style=dashed];
crm_person_updated_dead -> kerne_life [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
crm_person_updated_stopmark_removed -> kerne_life [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
crm_person_created -> kerne_life [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
crm_person_updated_assigned_real_cpr -> kerne_life [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
crm_person_updated_move_from_dk -> kerne_life [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
kerne_life -> life_to_unitlink [color="#4040cf"] [penwidth=1,weight=1];
kerne_life -> sendreceive_in [color="#4040cf"] [penwidth=1,weight=1];
crm_person_updated_move_to_dk -> kerne_life [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
crm_person_updated_stopmark_set -> kerne_life [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
kerne_life -> money_out [color="#4040cf"] [penwidth=1,weight=1];
sendmodtag -> visualcron_skat_cps_archive_reporting_mod [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> visualcron_skat_eindkomst_archive_reciept_mod [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> edi_pgf41out_request_recived [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sendreceive_in_pdkfundprices [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sendreceive_in_infoservice [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> externalfilexchange_filedelivered_nets_reportingfile [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> visualcron_skat_eindkomst_archive_reporting_org [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sendreceive_in_nets603 [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sendreceive_in_camt53 [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> eboks_subscriptionoverview_delivered [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> externalfileexchange_fileresponse_cpr [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sendreceive_in_pensiondiverseerror [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sendreceive_in_eindkomstsumreceipt [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sendreceive_in_pereerrors [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> visualcron_skat_paf_archive_reciept_mod [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> hefo_datafile_tohefo [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sendreceive_in_nets602 [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> externalfilexchange_filedelivered_cpr_deltafile [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> print_mitdk_delivery_reciept [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> star_datafile_tostar [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> udbdk_datafile_request [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sendreceive_in_nets601v [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> visualcron_skat_paf_archive_reporting_mod [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> visualcron_skat_paf_archive_reciept_org [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> eboks_subscription_reciept [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> visualcron_skat_cps_archive_reciept_org [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> externalfileexchange_fileresponse_star [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> visualcron_skat_pere_archive_reporting_mod [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> externalfilexchange_filedelivered_camt053 [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> visualcron_skat_eindkomst_archive_reporting_mod [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> externalfilexchange_filedelivered_nemhandel_oekonomi_invoicefile [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> visualcron_skat_pensiondiverse_archive_reciept_org [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sendreceive_in_pgf41 [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> externalfileexchange_filedelivered_tekniq [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> cct_create_case [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> externalfilexchange_filedelivered_authorizationid_registerfile [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sendreceive_in_etaxcard [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sendmodtag_patientsikkerhed_faggruppeopdateringer [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> edi_pgf41out_transfer_reminder_bank [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sendreceive_in_upb [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sendreceive_in_pafreply [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sendreceive_in_netaxept [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> auditlog_logmessage [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> visualcron_skat_cps_archive_reciept_mod [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> edi_pgf41_transfer_reminder_pension [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sendreceive_in_grouplifeeindkomstsumreceipt [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> visualcron_skat_paf_archive_reporting_org [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> visualcron_skat_pere_archive_recieptfile_mod [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sendreceive_in_cpserrors [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> externalfilexchange_filedelivered_nemhandel_invoicefile [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sendreceive_in_eincomeerrors [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> visualcron_skat_pensiondiverse_archive_reporting_org [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> print_eboks_delivery_reciept [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> externalfilexchange_filedelivered_udbdk [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> visualcron_skat_pere_archive_reporting_org [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sendreceive_in_pain002 [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> cpr_datafile_tocpr [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> visualcron_skat_pere_archive_reciept_org [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> visualcron_skat_eindkomst_archive_reciept_org [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sundhed_datafile_request [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> visualcron_skat_cps_archive_reporting_org [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sendreceive_in_camt53returns [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> sendreceive_in_eindkomsterrors [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> visualcron_skat_pensiondiverse_archive_reporting_mod [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> visualcron_nemhandelsundhed_archive_org [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> visualcron_skat_pensiondiverse_archive_reciept_mod [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag -> edi_pgf41in_transfer_reminder_bank [color="#ffd040"] [penwidth=1,weight=1];
crm_person_updated_stopmark_set -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
crm_company_created -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
crm_person_updated_resurrected -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
crm_person_updated_stopmark_removed -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
crm_company_updated_endcode -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
crm_person_updated_move_from_dk -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
crm_person_created -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
crm_company_closed -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
crm_person_updated_dead -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
crm_person_updated_move_to_dk -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
crm_person_deleted -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
crm_person_updated_assigned_real_cpr -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
crm_company_updated_role -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
pensiondk -> agreement_objecthasbeensigned_agreementfortreatment [color="#ff40ff"] [penwidth=1,weight=1];
pensiondk -> externalfileexchange_filedelivered_injurydetails [color="#ff40ff"] [penwidth=1,weight=1];
pensiondk -> auditlog_logmessage [color="#ff40ff"] [penwidth=1,weight=1];
uddannelsesfonde -> kerne_education_fund_billing_request [color="#ffc050"] [penwidth=1,weight=1];
uddannelsesfonde -> decisions_educationfundapplicationinput_delivered [color="#ffc050"] [penwidth=1,weight=1];
uddannelsesfonde -> auditlog_logmessage [color="#ffc050"] [penwidth=1,weight=1];
uddannelsesfonde -> kerne_education_fund_disbursement_request [color="#ffc050"] [penwidth=1,weight=1];
auditlog -> auditlog_data_reads [penwidth=1,weight=1];
auditlog -> auditlog_data_changes [penwidth=1,weight=1];
crm -> cct_create_case [color="#cf4040"] [penwidth=1,weight=1];
crm -> auditlog_logmessage [color="#cf4040"] [penwidth=1,weight=1];
crm -> externalfilexchange_filerequested_cvr_deltafile [color="#cf4040"] [penwidth=1,weight=1];
crm -> company_pensiondetails_upsert_resp [color="#cf4040"] [penwidth=1,weight=1];
callcenter -> auditlog_logmessage [color="#606060"] [penwidth=1,weight=1];
crm_person_updated_dead -> kerne_moneyin [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
crm_person_updated_resurrected -> kerne_moneyin [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
crm_person_created -> kerne_moneyin [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
kerne_moneyin -> moneyin_to_life [color="#4040cf"] [penwidth=1,weight=1];
crm_company_updated_ean -> kerne_moneyin [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
kerne_moneyin -> moneyin_to_moneyout [color="#4040cf"] [penwidth=1,weight=1];
kerne_moneyin -> uddfonde_education_fund_billing_paid [color="#4040cf"] [penwidth=1,weight=1];
kerne_moneyin -> payment_cardandaccount_delete [color="#4040cf"] [penwidth=1,weight=1];
crm_company_created -> kerne_moneyin [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
crm_person_deleted -> kerne_moneyin [color="#4040cf"] [penwidth=1,weight=1] [style=dashed];
visualcron -> bankpain_getdocuments_scheduler [penwidth=1,weight=1];
visualcron -> nemhandel_realestate_getdocuments_scheduler [penwidth=1,weight=1];
visualcron -> edi_getdocuments_scheduler_pension [penwidth=1,weight=1];
visualcron -> skat_eskattekort_getdocuments_scheduler [penwidth=1,weight=1];
visualcron -> patientsikkerhed_getdocuments_scheduler [penwidth=1,weight=1];
visualcron -> centurion_netsin_getdocuments_scheduler [penwidth=1,weight=1];
visualcron -> centurion_bs1_getdocuments_scheduler [penwidth=1,weight=1];
visualcron -> skat_eindkomst_getdocuments_scheduler [penwidth=1,weight=1];
visualcron -> bankpki_certificatexchange_getbankcertificates [penwidth=1,weight=1];
visualcron -> bankcamt_getcamt054documents_scheduler [penwidth=1,weight=1];
visualcron -> skat_pere_getdocuments_scheduler [penwidth=1,weight=1];
visualcron -> nets_dankort_getdocuments_scheduler [penwidth=1,weight=1];
visualcron -> nemhandel_economy_getdocuments_scheduler [penwidth=1,weight=1];
visualcron -> centurion_bs2_getdocuments_scheduler [penwidth=1,weight=1];
visualcron -> bankcamt_getcamt053documents_scheduler [penwidth=1,weight=1];
visualcron -> eboks_letters_getdocuments_scheduler [penwidth=1,weight=1];
visualcron -> di_datafile_fromdanskindustri [penwidth=1,weight=1];
visualcron -> sendmodtag_mitdk_letters_getdocuments_scheduler [penwidth=1,weight=1];
visualcron -> nemhandel_health_getdocuments_scheduler [penwidth=1,weight=1];
visualcron -> skat_cps_getdocuments_scheduler [penwidth=1,weight=1];
visualcron -> eboks_subscriptionoverview_getdocuments_scheduler [penwidth=1,weight=1];
visualcron -> cprdirekte_getdocuments_scheduler [penwidth=1,weight=1];
visualcron -> nets_mastercard_getdocuments_scheduler [penwidth=1,weight=1];
visualcron -> bankpki_certificatexchange_createcertificates [penwidth=1,weight=1];
visualcron -> eboks_subscriptionreciept_getdocuments_scheduler [penwidth=1,weight=1];
visualcron -> edi_getdocuments_scheduler_bank [penwidth=1,weight=1];
kerne_unitlink -> unitlink_to_life [color="#4040cf"] [penwidth=1,weight=1];
kerne -> auditlog_logmessage [color="#4040cf"] [penwidth=1,weight=1];
kerne -> skat_pere_reporting_file [color="#4040cf"] [penwidth=1,weight=1];
kerne -> skat_eindkomst_reporting_file [color="#4040cf"] [penwidth=1,weight=1];
kerne -> internal_out_pal [color="#4040cf"] [penwidth=1,weight=1];
kerne -> skat_eindkomst_reporting_yearly_file [color="#4040cf"] [penwidth=1,weight=1];
kerne -> edi_pgf41out_transfer_pension [color="#4040cf"] [penwidth=1,weight=1];
kerne -> bankpain_pain001_payment_request [color="#4040cf"] [penwidth=1,weight=1];
kerne -> print_document_createfromkeys [color="#4040cf"] [penwidth=1,weight=1];
kerne -> nemhandel_erhverv_invoice [color="#4040cf"] [penwidth=1,weight=1];
kerne -> edi_pgf41in_transfer_request_bank [color="#4040cf"] [penwidth=1,weight=1];
kerne -> centurion_bs_charging_file [color="#4040cf"] [penwidth=1,weight=1];
kerne -> edi_pgf41out_transfer_bank [color="#4040cf"] [penwidth=1,weight=1];
kerne -> edi_pgf41in_transfer_request_pension [color="#4040cf"] [penwidth=1,weight=1];
kerne -> centurion_bs_additionalcharging_file [color="#4040cf"] [penwidth=1,weight=1];
kerne -> cct_create_case [color="#4040cf"] [penwidth=1,weight=1];
kerne -> centurion_bs_educationfunds_charging_file [color="#4040cf"] [penwidth=1,weight=1];
kerne -> skat_paf_reporting_file [color="#4040cf"] [penwidth=1,weight=1];
kerne -> skat_cps_reporting_file [color="#4040cf"] [penwidth=1,weight=1];
kerne -> labour_agreement_full_moneyin_out [color="#4040cf"] [penwidth=1,weight=1];
kerne -> centurion_bs_agreement_file [color="#4040cf"] [penwidth=1,weight=1];
kerne -> internal_out_amb [color="#4040cf"] [penwidth=1,weight=1];
kerne -> sendreceive_out_efakturaeducationfundbilling [color="#4040cf"] [penwidth=1,weight=1];
kerne -> skat_pensiondiverse_reporting_file [color="#4040cf"] [penwidth=1,weight=1];
kerne -> labour_agreement_full_life_out [color="#4040cf"] [penwidth=1,weight=1];
kerne -> labour_agreement_delta_moneyin_out [color="#4040cf"] [penwidth=1,weight=1];
kerne -> labour_agreement_delta_life_out [color="#4040cf"] [penwidth=1,weight=1];
loginportal -> auditlog_logmessage [color="#af40cf"] [penwidth=1,weight=1];
robotics -> edi_pgf41out_transfer_request_pension_rejection [color="#30df40"] [penwidth=1,weight=1];
robotics -> edi_pgf41out_transfer_request_bank_rejection [color="#30df40"] [penwidth=1,weight=1];
decisions_educationfundapplicationinput_delivered -> decisions [color="#40cf40"] [penwidth=1,weight=1];
payment_cardandaccount_delete -> payment [penwidth=1,weight=1];
pd_parameterscomponent_health -> advisor_pc [color="#4070cf"] [penwidth=1,weight=1];
dispatch_emailsend_request -> dispatch [color="#b09030"] [penwidth=1,weight=1];
eboks_subscription_reciept -> datawarehouse [color="#40cfaf"] [penwidth=1,weight=1];
eboks_subscriptionoverview_delivered -> datawarehouse [color="#40cfaf"] [penwidth=1,weight=1];
arkiv_document_createfromblob -> archive [color="#ffc050"] [penwidth=1,weight=1];
labour_agreement_delta_life_out -> ovk [penwidth=1,weight=1];
labour_agreement_full_life_out -> ovk [penwidth=1,weight=1];
labour_agreement_full_moneyin_out -> ovk [penwidth=1,weight=1];
labour_agreement_delta_moneyin_out -> ovk [penwidth=1,weight=1];
print_document_createfromkeys -> print [color="#cfb040"] [penwidth=1,weight=1];
print_eboks_delivery_reciept -> print [color="#cfb040"] [penwidth=1,weight=1];
print_mitdk_delivery_reciept -> print [color="#cfb040"] [penwidth=1,weight=1];
sendreceive_in_eincomeerrors -> kerne_life [color="#4040cf"] [penwidth=1,weight=1];
labour_agreement_full_life_in -> kerne_life [color="#4040cf"] [penwidth=1,weight=1];
pd_life_health -> kerne_life [color="#4040cf"] [penwidth=1,weight=1];
moneyin_to_life -> kerne_life [color="#4040cf"] [penwidth=1,weight=1];
sendreceive_in_pereerrors -> kerne_life [color="#4040cf"] [penwidth=1,weight=1];
sendreceive_in_disqualification -> kerne_life [color="#4040cf"] [penwidth=1,weight=1];
sendreceive_in_cpserrors -> kerne_life [color="#4040cf"] [penwidth=1,weight=1];
labour_agreement_delta_life_in -> kerne_life [color="#4040cf"] [penwidth=1,weight=1];
sendreceive_in_grouplifeeindkomstsumreceipt -> kerne_life [color="#4040cf"] [penwidth=1,weight=1];
unitlink_to_life -> kerne_life [color="#4040cf"] [penwidth=1,weight=1];
sendreceive_in_pensiondiverseerror -> kerne_life [color="#4040cf"] [penwidth=1,weight=1];
sendreceive_in_disqualificationerrors -> kerne_life [color="#4040cf"] [penwidth=1,weight=1];
di_datafile_fromdanskindustri -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
skat_cps_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
skat_cps_reporting_file_send_to_skat -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
skat_pere_reporting_file -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
centurion_bs1_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
externalfileexchange_filedelivered_hefo -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag_mitdk_letters_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
edi_pgf41out_request_reponse -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
skat_eindkomst_reporting_file -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
nemhandel_erhverv_invoice -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
nemhandel_health_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag_kmdis_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
eboks_subscriptionreciept_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
centurion_bs_additionalcharging_file -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
bankcamt_getcamt054documents_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
edi_pgf41out_transfer_pension -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag_kmdis_anonymous -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
skat_paf_reporting_file -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
nets_mastercard_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
centurion_netsin_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
bankcamt_getcamt053documents_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
nemhandel_errorreceipts_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
edi_getdocuments_scheduler_bank -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
edi_pgf41out_transfer_request_bank_rejection -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
sundhed_datafile_response -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
bankpain_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
externalfileexchange_filerequested_star -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
centurion_bs_agreement_file -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
cprdirekte_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
sendmodtag_mitdk_letters_request_delivery -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
patientsikkerhed_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
centurion_netsin_anonymous -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
centurion_bs_educationfunds_charging_file -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
skat_eindkomst_reporting_yearly_file -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
edi_getdocuments_scheduler_pension -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
skat_cps_reporting_file -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
udbdk_datafile_response -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
skat_eindkomst_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
skat_pensiondiverse_reporting_file -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
eboks_subscriptionoverview_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
externalfilexchange_filedelivered_sundhed -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
nemhandel_economy_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
eboks_letters_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
eboks_letters_request_delivery -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
eboks_subscription_request -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
edi_pgf41out_transfer_request_pension_rejection -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
nets_dankort_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
externalfileexchange_filerequested_cpr -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
centurion_bs2_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
bankpki_certificatexchange_getbankcertificates -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
nemhandel_realestate_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
externalfilexchange_filerequested_udbdk -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
edi_pgf41out_transfer_bank -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
skat_eskattekort_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
centurion_bs_charging_file -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
tekniq_datafile_fromtekniq -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
cpr_datafile_fromcpr -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
bankpki_certificatexchange_createcertificates -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
edi_pgf41in_transfer_request_bank -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
skat_pere_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
bankpain_pain001_payment_request -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
star_datafile_fromstar -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
centurion_bs_educationfunds_getdocuments_scheduler -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
edi_pgf41in_transfer_request_pension -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
externalfilexchange_filerequested_cvr_deltafile -> sendmodtag [color="#ffd040"] [penwidth=1,weight=1];
pd_moneyout_health -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1];
sendreceive_in_pafreply -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1];
sendreceive_in_camt53returns -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1];
kerne_education_fund_disbursement_request -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1];
moneyin_to_moneyout -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1];
sendreceive_in_etaxcard -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1];
sendreceive_in_eindkomstsumreceipt -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1];
sendreceive_in_pain002 -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1];
sendreceive_in_eindkomsterrors -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1];
money_out -> kerne_moneyout [color="#4040cf"] [penwidth=1,weight=1];
uddfonde_educationfunds_inputdatafile_delivered -> uddannelsesfonde [color="#ffc050"] [penwidth=1,weight=1];
uddfonde_education_fund_billing_paid -> uddannelsesfonde [color="#ffc050"] [penwidth=1,weight=1];
auditlog_logmessage -> auditlog [penwidth=1,weight=1];
interest_createinterestid_person_resp -> crm [color="#cf4040"] [penwidth=1,weight=1];
externalfilexchange_filedelivered_cpr_deltafile -> crm [color="#cf4040"] [penwidth=1,weight=1];
crm_cpr_subscription -> crm [color="#cf4040"] [penwidth=1,weight=1];
crm -> crm_person_created [color="#cf4040"] [penwidth=1,weight=1] [style=dashed];
crm -> crm_person_updated_assigned_real_cpr [color="#cf4040"] [penwidth=1,weight=1] [style=dashed];
externalfilexchange_filedelivered_authorizationid_registerfile -> crm [color="#cf4040"] [penwidth=1,weight=1];
externalfilexchange_filedelivered_nets_reportingfile -> crm [color="#cf4040"] [penwidth=1,weight=1];
crm -> crm_person_updated_resurrected [color="#cf4040"] [penwidth=1,weight=1] [style=dashed];
treatmentmasterdata_objectcreated_clinic -> crm [color="#cf4040"] [penwidth=1,weight=1];
agreement_objecthasbeensigned_agreementfortreatment -> crm [color="#cf4040"] [penwidth=1,weight=1];
crm -> crm_person_deleted [color="#cf4040"] [penwidth=1,weight=1] [style=dashed];
stakeholderinputfile_delivered -> crm [color="#cf4040"] [penwidth=1,weight=1];
treatmentmasterdata_objectchange_location -> crm [color="#cf4040"] [penwidth=1,weight=1];
externalfilexchange_filedelivered_cpr_fulldata -> crm [color="#cf4040"] [penwidth=1,weight=1];
crm -> crm_person_updated_birthdate [color="#cf4040"] [penwidth=1,weight=1] [style=dashed];
crm -> crm_person_updated_stopmark_removed [color="#cf4040"] [penwidth=1,weight=1] [style=dashed];
crm -> crm_person_updated_flexjob_started [color="#cf4040"] [penwidth=1,weight=1] [style=dashed];
treatmentmasterdata_objectstatuschange_therapist -> crm [color="#cf4040"] [penwidth=1,weight=1];
crm -> crm_company_updated_ean [color="#cf4040"] [penwidth=1,weight=1] [style=dashed];
crm -> crm_company_updated_role [color="#cf4040"] [penwidth=1,weight=1] [style=dashed];
crm -> crm_person_updated_dead [color="#cf4040"] [penwidth=1,weight=1] [style=dashed];
treatmentmasterdata_objectchange_therapist -> crm [color="#cf4040"] [penwidth=1,weight=1];
externalfilexchange_filerequested_cvr_deltafile_resp -> crm [color="#cf4040"] [penwidth=1,weight=1];
treatmentmasterdata_objectcreated_therapist -> crm [color="#cf4040"] [penwidth=1,weight=1];
interest_createinterestid_person -> crm [color="#cf4040"] [penwidth=1,weight=1];
crm -> crm_person_updated_move_to_dk [color="#cf4040"] [penwidth=1,weight=1] [style=dashed];
crm -> crm_person_updated_move_from_dk [color="#cf4040"] [penwidth=1,weight=1] [style=dashed];
externalfileexchange_filedelivered_injurydetails -> crm [color="#cf4040"] [penwidth=1,weight=1];
interest_createinterestid_company -> crm [color="#cf4040"] [penwidth=1,weight=1];
crm -> crm_company_created [color="#cf4040"] [penwidth=1,weight=1] [style=dashed];
interest_createinterestid_company_resp -> crm [color="#cf4040"] [penwidth=1,weight=1];
treatmentmasterdata_objectstatuschange_location -> crm [color="#cf4040"] [penwidth=1,weight=1];
crm -> crm_company_updated_endcode [color="#cf4040"] [penwidth=1,weight=1] [style=dashed];
crm_cpr_removal -> crm [color="#cf4040"] [penwidth=1,weight=1];
crm -> crm_company_closed [color="#cf4040"] [penwidth=1,weight=1] [style=dashed];
company_pensiondetails_upsert -> crm [color="#cf4040"] [penwidth=1,weight=1];
crm -> crm_person_updated_flexjob_stopped [color="#cf4040"] [penwidth=1,weight=1] [style=dashed];
treatmentmasterdata_objectcreated_location -> crm [color="#cf4040"] [penwidth=1,weight=1];
taskmanagement_taskcreation_authorizationid_invalid -> crm [color="#cf4040"] [penwidth=1,weight=1];
crm -> crm_person_updated_stopmark_set [color="#cf4040"] [penwidth=1,weight=1] [style=dashed];
treatmentmasterdata_objectstatuschange_clinic -> crm [color="#cf4040"] [penwidth=1,weight=1];
cct_create_case -> callcenter [color="#606060"] [penwidth=1,weight=1];
callcenter -> cct_notifications [color="#606060"] [penwidth=1,weight=1] [style=dashed];
sendreceive_in_nets603 -> kerne_moneyin [color="#4040cf"] [penwidth=1,weight=1];
sendreceive_in_nets601v -> kerne_moneyin [color="#4040cf"] [penwidth=1,weight=1];
labour_agreement_full_moneyin_in -> kerne_moneyin [color="#4040cf"] [penwidth=1,weight=1];
sendreceive_in_upb -> kerne_moneyin [color="#4040cf"] [penwidth=1,weight=1];
kerne_education_fund_billing_request -> kerne_moneyin [color="#4040cf"] [penwidth=1,weight=1];
labour_agreement_delta_moneyin_in -> kerne_moneyin [color="#4040cf"] [penwidth=1,weight=1];
sendreceive_in_nets602 -> kerne_moneyin [color="#4040cf"] [penwidth=1,weight=1];
sendreceive_in_pgf41 -> kerne_moneyin [color="#4040cf"] [penwidth=1,weight=1];
sendreceive_in_camt53 -> kerne_moneyin [color="#4040cf"] [penwidth=1,weight=1];
pd_moneyin_health -> kerne_moneyin [color="#4040cf"] [penwidth=1,weight=1];
sendreceive_in_netaxept -> kerne_moneyin [color="#4040cf"] [penwidth=1,weight=1];
sendreceive_in_infoservice -> kerne_moneyin [color="#4040cf"] [penwidth=1,weight=1];
visualcron_skat_pere_archive_reciept_org -> visualcron [penwidth=1,weight=1];
visualcron_skat_pensiondiverse_archive_reciept_mod -> visualcron [penwidth=1,weight=1];
visualcron_skat_cps_archive_reciept_org -> visualcron [penwidth=1,weight=1];
visualcron_skat_eindkomst_archive_reciept_org -> visualcron [penwidth=1,weight=1];
visualcron_skat_eindkomst_archive_reporting_mod -> visualcron [penwidth=1,weight=1];
visualcron_skat_pensiondiverse_archive_reporting_mod -> visualcron [penwidth=1,weight=1];
visualcron_skat_pere_archive_reporting_org -> visualcron [penwidth=1,weight=1];
visualcron_skat_cps_archive_reporting_org -> visualcron [penwidth=1,weight=1];
visualcron_nemhandelsundhed_archive_org -> visualcron [penwidth=1,weight=1];
visualcron_skat_pensiondiverse_archive_reporting_org -> visualcron [penwidth=1,weight=1];
visualcron_skat_cps_archive_reciept_mod -> visualcron [penwidth=1,weight=1];
visualcron_skat_pere_archive_reporting_mod -> visualcron [penwidth=1,weight=1];
visualcron_skat_paf_archive_reciept_mod -> visualcron [penwidth=1,weight=1];
visualcron_skat_pere_archive_recieptfile_mod -> visualcron [penwidth=1,weight=1];
visualcron_skat_paf_archive_reciept_org -> visualcron [penwidth=1,weight=1];
visualcron_skat_eindkomst_archive_reciept_mod -> visualcron [penwidth=1,weight=1];
visualcron_skat_cps_archive_reporting_mod -> visualcron [penwidth=1,weight=1];
visualcron_skat_eindkomst_archive_reporting_org -> visualcron [penwidth=1,weight=1];
visualcron_skat_paf_archive_reporting_mod -> visualcron [penwidth=1,weight=1];
visualcron_skat_pensiondiverse_archive_reciept_org -> visualcron [penwidth=1,weight=1];
visualcron_skat_paf_archive_reporting_org -> visualcron [penwidth=1,weight=1];
sendreceive_in_pdkfundprices -> kerne_unitlink [color="#4040cf"] [penwidth=1,weight=1];
life_to_unitlink -> kerne_unitlink [color="#4040cf"] [penwidth=1,weight=1];
pd_unitlink_health -> kerne_unitlink [color="#4040cf"] [penwidth=1,weight=1];
decisions_paopsmanager_submitentry -> decisions_paopsmanager [color="#40cf40"] [penwidth=1,weight=1];
externalfilexchange_filedelivered_construction_invoicefile -> robotics [color="#30df40"] [penwidth=1,weight=1];
}
|