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
{{ message }}
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
I found Activiti-Designer is using graphiti framwork, while the model is non-EMF model。
So create feature and delete feature sometimes need implement custom undo/redo method。
But I don't see some custom feature implements 'ICustomUndoRedoFeature' in version 5.18.1.
So undo/redo function may have problem. example:
create a sequence flow between two node
undo create sequence flow
the sequence flow will not be created even if this sequence is delete
Do you have plan to fix undo,redo problem?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I found Activiti-Designer is using graphiti framwork, while the model is non-EMF model。
So create feature and delete feature sometimes need implement custom undo/redo method。
But I don't see some custom feature implements 'ICustomUndoRedoFeature' in version 5.18.1.
So undo/redo function may have problem. example:
Do you have plan to fix undo,redo problem?
The text was updated successfully, but these errors were encountered: