mirror of
https://github.com/sartography/bpmn-js-spiffworkflow.git
synced 2025-02-23 13:08:11 +00:00
Minor tweak to bpmn-js-spiffworkflow
This commit is contained in:
parent
084f46464c
commit
f3bd1e5628
@ -109,7 +109,7 @@ function FindProcessButton(props) {
|
|||||||
// First, set up the listen, then fire the event, just
|
// First, set up the listen, then fire the event, just
|
||||||
// in case we are testing and things are happening super fast.
|
// in case we are testing and things are happening super fast.
|
||||||
eventBus.once('spiff.callactivity.update', (response) => {
|
eventBus.once('spiff.callactivity.update', (response) => {
|
||||||
commandStack.execute('element.updateModdleProperties', {
|
commandStack.execute('element.updateProperties', {
|
||||||
element,
|
element,
|
||||||
moddleElement: element.businessObject,
|
moddleElement: element.businessObject,
|
||||||
properties: {
|
properties: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user