Skip to content

Export/Import Improvements#721

Merged
canptura merged 4 commits intomainfrom
fix-import-bpmn-preview
Apr 2, 2026
Merged

Export/Import Improvements#721
canptura merged 4 commits intomainfrom
fix-import-bpmn-preview

Conversation

@jjoderis
Copy link
Copy Markdown
Contributor

Summary

Fixed: When the process import modal is opened multiple times the bpmn preview only works the first time and fails to show the bpmn on following opens

Added support for exporting/importing empty processes

Details

  • waiting with the loading of the bpmn preview until the import modal is completely open
    • this fixes a problem that occurred when the viewer tried to fit the imported bpmn into its viewport while the viewport has a width of 0 which leads to calculation errors
  • Added support for export of empty folders
    • the export logic will now add a dummy process to the export data that will function similar to a .gitkeep file by forcing the exporter to include data about the empty folder
    • the import logic will now check if an imported process is a dummy process
      • the import modal will show different information for dummy processes to reflect that the "process" is acutally just an empty folder
      • the backend functions will add the folder that includes the dummy process but will skip adding the dummy process itself

…w works only in the first time; added support for exporting/importing empty folders
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown

CLOUDRUN ACTIONS

✅ Successfully created Preview Deployment.

https://pr-721---ms-server-staging-c4f6qdpj7q-ew.a.run.app

Copy link
Copy Markdown
Contributor

@canptura canptura left a comment

Choose a reason for hiding this comment

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

look good 👍

@canptura canptura merged commit 22e2b5f into main Apr 2, 2026
32 of 33 checks passed
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.

2 participants