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

Include source in ProcessDefinitionEvent #3353

Closed
fjtirado opened this issue Jan 16, 2024 · 0 comments · Fixed by #3358
Closed

Include source in ProcessDefinitionEvent #3353

fjtirado opened this issue Jan 16, 2024 · 0 comments · Fixed by #3358
Assignees

Comments

@fjtirado
Copy link
Contributor

Description

ProcessDefinitionEvent sent by runtimes when it starts up is missing the source. This forces data_index to query runtimes for the source.

Implementation ideas

After considering SWF operator to send the missing information into an additional event, it was decided to add the source information to the existing event.
This implies moving stuff from source addon to the core to make the source available to the event.
Once the information is included in the event, the source addon (with its endpoint) become optional. However, we will keep the addon for backward compatbility purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🎯 Done
Development

Successfully merging a pull request may close this issue.

1 participant