You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: