-
Notifications
You must be signed in to change notification settings - Fork 11
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
base: main
Are you sure you want to change the base?
Conversation
…e height as the laptop icon
…he engine and for versioning
…d in an incomplete state when it is loaded into the modeler
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…added coloring functions for resources
… the label resetting it to using the outline color of the resource
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this 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.
} else { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
empty else
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed the else
I fixed the errors |
This comment has been minimized.
This comment has been minimized.
✅ Successfully created Preview Deployment. |
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
proceed:Performer
toproceed:genericResource
proceed:genericResource
type with theresourceType
attributes to differentiate between the different visualisations instead of splitting the resources intoproceed:HumanPerformer
andproceed:MachinePerformer