Real-Time Editing
Workspace members with editor permissions or above can edit the same workflow simultaneously. When two members change the same element at the same time, the last edit wins.Comments
Right-click an empty area of the canvas and select Add Comment to leave a note. To drop multiple comments in a row, pressC to enter comment mode. Comments persist across workflow versions.
If you @mention a teammate in a comment, they’ll receive an email notification.
Anyone with access to the app can read comments; adding, editing, or resolving requires editor permissions or above.
On self-hosted deployments, collaboration is turned off by default. Enable it by setting:
ENABLE_COLLABORATION_MODE=trueSERVER_WORKER_CLASS=geventwebsocket.gunicorn.workers.GeventWebSocketWorkerNEXT_PUBLIC_SOCKET_URL= your deployment’s WebSocket URL (e.g.,wss://dify.example.com)
