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

Feature/receive message correlations #401

Merged
merged 7 commits into from Apr 25, 2024

Conversation

essweine
Copy link
Contributor

@essweine essweine commented Apr 9, 2024

This PR adds the ability to set correlations on a process based on task data without the need to send a message.

@@ -102,6 +103,12 @@ def validate(self, bpmn, filename=None):
raise ValidationException(last_error.message, file_name=filename,
line_number=last_error.line)

def preprocess(self, bpmn):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice job working around this.

@essweine essweine merged commit 2a6a705 into main Apr 25, 2024
5 checks passed
@essweine essweine deleted the feature/receive-message-correlations branch April 25, 2024 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update parser to handle correlations on recieve tasks
2 participants