File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1385,6 +1385,13 @@ The Synapse data model in a Cortex can be extended with custom `forms`_ or `prop
13851385extension Storm Library (:ref:`stormlibs-lib-model-ext`). Extended model forms and properties must have names
13861386beginning with an underscore (``_``) to avoid potential naming conflicts with built-in model elements.
13871387
1388+ .. NOTE::
1389+
1390+ Extended model elements that are in-use (have nodes using the extended forms or properties) cannot be removed until
1391+ all instances of that extended model element are removed. In other words, before removing extended forms any nodes
1392+ created with that extended form must be delete first, and before removing extended properties any nodes with that
1393+ extended property must have the property value removed.
1394+
13881395Extended Forms
13891396--------------
13901397
You can’t perform that action at this time.
0 commit comments