KB-2053 Aberrant behavior after deleting versions of content objects

Symptoms

After deleting content object (Appian expression, interface and constant) versions using the Suite API methods deleteVersion or deleteVersions, the following behavior is observed:

  • The suggestion panel does not show any information for that content object when hovering over an invocation in the expression editor.
  • Interface configurations and bindings in process models are lost, and it is not possible to reconfigure them.

Cause

The VERSION_ORIGINAL version of the content object was deleted. After deleting the original version, Appian gradually propagates the remapped content IDs throughout the system.

Action

Appian will gradually propagate the updated content IDs which will resolve the issue. If an immediate resolution is required, republish the affected content object by either re-importing it, or saving it in the /design interface.

When using the Suite API, instead use the deactivateVersion Suite API method to deactivate that content version instead.

Affected Versions

This article applies to all versions of Appian.

Last Reviewed: January 2020

Related
Recommended