Last active
September 21, 2022 14:58
-
-
Save danfunk/bef61ef2e085673d89c73c962a4d3a2b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<bpmn:collaboration id="my_collaboration"> | |
<bpmn:participant id="buddy" name="Buddy" processRef="process_buddy" /> | |
<bpmn:participant id="Person" name="Person" | |
processRef="random_person_process" /> | |
<bpmn:messageFlow id="love_letter_flow" name="Love Letter Flow" | |
sourceRef="ActivitySendLetter" targetRef="Event_0ym6ptw" /> | |
<bpmn:messageFlow id="response_flow" name="response flow" | |
sourceRef="Activity_13eq2gr" targetRef="EventReceiveLetter" /> | |
<bpmn:correlationKey name="lover"> | |
<bpmn:correlationPropertyRef>Lover_first_name</bpmn:correlationPropertyRef> | |
<bpmn:correlationPropertyRef>Lover_last_name</bpmn:correlationPropertyRef> | |
</bpmn:correlationKey> | |
</bpmn:collaboration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment