Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for collaborations #1152

Closed
elguardian opened this issue May 6, 2024 · 1 comment · Fixed by apache/incubator-kie-kogito-runtimes#3523
Closed

Add support for collaborations #1152

elguardian opened this issue May 6, 2024 · 1 comment · Fixed by apache/incubator-kie-kogito-runtimes#3523
Assignees
Labels
area:bpmn Related to BPMN area:workflows Related to the general workflow engine

Comments

@elguardian
Copy link

Add support for this construct:

  <bpmn2:correlationProperty id="CorrelationPropertyId" name="Correlation Property 1" type="collaborationPropertyType">
      <bpmn2:correlationPropertyRetrievalExpression id="CorrelationPropertyRetrievalExpressionId" messageRef="_2QDl6sHdEeur348LfIUqUw">
      <bpmn2:messagePath xsi:type="bpmn2:tFormalExpression" id="FormalExpressionId" evaluatesToTypeRef="collaborationType" language="http://www.java.com/java">id</bpmn2:messagePath>
    </bpmn2:correlationPropertyRetrievalExpression>
  </bpmn2:correlationProperty>

  <bpmn2:collaboration id="DefaultCollaborationId" name="Default Collaboration">
    <bpmn2:participant id="ParticipantId" name="Pool Participant" processRef="CollaborationStartMessage"/>
    <bpmn2:correlationKey id="CorrelationKeyId" name="Correlation Key Message">
      <bpmn2:correlationPropertyRef>CorrelationPropertyId</bpmn2:correlationPropertyRef>
    </bpmn2:correlationKey>
  </bpmn2:collaboration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:bpmn Related to BPMN area:workflows Related to the general workflow engine
Projects
Status: 🎯 Done
Development

Successfully merging a pull request may close this issue.

1 participant