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

Allow reuse of variable names in multiinstance tasks #2218

Open
essweine opened this issue Jan 15, 2025 · 0 comments
Open

Allow reuse of variable names in multiinstance tasks #2218

essweine opened this issue Jan 15, 2025 · 0 comments

Comments

@essweine
Copy link
Collaborator

When specifying a task data variable, we use the ID of the BPMN element. Since IDs are unique, duplicates get ignored when bpmn-js parses the XML. We should create item definitions for these variables and use references to these definitions instead. Thsi will entail

  • modifying bpmn-js to generate the appropriate XML
  • updating the spiffworkflow library to parse this XML
  • implementing a migration strategy for existing XML files
@essweine essweine converted this from a draft issue Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant