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

Process artefact export (new MS) #117

Merged
merged 35 commits into from
Oct 16, 2023
Merged

Process artefact export (new MS) #117

merged 35 commits into from
Oct 16, 2023

Conversation

jjoderis
Copy link
Contributor

Summary

Added the option to export artefacts (user-task html, images) alongside process bpmn

Details

  • the export modal has a second stage when bpmn export is selected which gives the option to export artefacts
  • if artefact export is selected html files and image files might be exported alongside the bpmn (as one zip file)

winniel24 and others added 30 commits August 23, 2023 15:36
if (options.type === 'pdf') {
await pdfExport(processData, zip);
} else {
const folder = needsZip ? zip!.folder(processData.definitionName) : undefined;
Copy link
Contributor

Choose a reason for hiding this comment

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

We can write this shorter

const folder = zip?.folder(processData.definitionName)

@OhKai OhKai merged commit 5a5f77f into main Oct 16, 2023
10 checks passed
@OhKai OhKai deleted the ms2/process-artifact-export branch October 16, 2023 07:57
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.

4 participants