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/event payloads #343

Merged
merged 8 commits into from
Jul 13, 2023
Merged

Feature/event payloads #343

merged 8 commits into from
Jul 13, 2023

Conversation

essweine
Copy link
Contributor

This PR

  • reorganizes the event definition classes, splitting them into several files for similar types
  • creates a generic BpmnEvent class that uses an event definition in an analogous way to tasks and task specs
  • allows sending events to specific workflows internally
  • adds the ability to attach payloads to Error, Escalation and Signal events via the BpmnEvent class and moves the payload out of the Message event definition and into the event as well
  • replaces _BoundaryEventParent with BoundaryEventSplit and BoundaryEventJoin.

@essweine essweine merged commit ebcdde9 into main Jul 13, 2023
4 checks passed
@essweine essweine deleted the feature/event-payloads branch July 13, 2023 16:40
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.

None yet

3 participants