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

Proceed Performer Element Changes #478

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open

Conversation

jjoderis
Copy link
Contributor

@jjoderis jjoderis commented Feb 7, 2025

Summary

Related to: #468

Changed the way the performers are saved in the bpmn and added some quality of life modeling improvements for performer elements

Details

  • changed the custom type for performer elements from proceed:Performer to proceed:genericResource
    • using only the proceed:genericResource type with the resourceType attributes to differentiate between the different visualisations instead of splitting the resources into proceed:HumanPerformer and proceed:MachinePerformer
  • Reduced the size of the icon for Human Performers to be more in line with the one for the IT Systems
  • added functionality to create performers through the context menu of flow nodes which will automatically place them next to the flow node and connect them with an association

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

… the label resetting it to using the outline color of the resource

This comment has been minimized.

This comment has been minimized.

Copy link
Contributor

@FelipeTrost FelipeTrost left a comment

Choose a reason for hiding this comment

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

Everything looks good, however when modeling there are uncaught errors when I do the following

  • Drag the association endpoints of a generic resource: unhandled error in event listener Error: no shape type specified
  • Copy and paste a generic resource: Error: <bpmn:Association id="Association_0obxd0t" />#source Ref not specified

I also think that image export function getSVGFromBPMN is missing the new modules, such that exported images won't work properly.

Comment on lines 215 to 216
} else {
}
Copy link
Contributor

Choose a reason for hiding this comment

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

empty else

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I removed the else

@jjoderis
Copy link
Contributor Author

jjoderis commented Mar 8, 2025

I fixed the errors

This comment has been minimized.

Copy link

CLOUDRUN ACTIONS

✅ Successfully created Preview Deployment.

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

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