You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to update token simulation to access the DI trought the utility function getDi or trought the element.
Why should we do it?
Right now the token simulation doesn't work with the newest version of bpmn-js giving this error:
unhandled error in event listener Error: Tried to access di from the businessObject. The di is available through the diagram element only. For more information, see bpmn-io/bpmn-js#1472
The text was updated successfully, but these errors were encountered:
What should we do?
We need to update token simulation to access the DI trought the utility function
getDi
or trought the element.Why should we do it?
Right now the token simulation doesn't work with the newest version of bpmn-js giving this error:
unhandled error in event listener Error: Tried to access di from the businessObject. The di is available through the diagram element only. For more information, see bpmn-io/bpmn-js#1472
The text was updated successfully, but these errors were encountered: