we weren't setting the property when updating a start event.

This commit is contained in:
danfunk 2023-08-04 14:49:07 -04:00
parent 66a26cc85e
commit 84183ffd33
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ export function MessageSelect(props) {
commandStack.execute('element.updateModdleProperties', {
element: shapeElement,
moddleElement: businessObject,
properties: {
messageRef: message,
},
});
} else if (
businessObject.$type === 'bpmn:ReceiveTask' ||