# HG changeset patch # User Thierry Florac # Date 1558622820 -7200 # Node ID c69e5c38e92caa785fbc73428526f8dd026bcee4 # Parent b41494fbb96577f118bbddaeac2179bc4c7cc02d Added missing attribute to workflow interface diff -r b41494fbb965 -r c69e5c38e92c src/pyams_workflow/interfaces.py --- a/src/pyams_workflow/interfaces.py Fri Jan 18 15:40:15 2019 +0100 +++ b/src/pyams_workflow/interfaces.py Thu May 23 16:47:00 2019 +0200 @@ -170,6 +170,9 @@ retired_states = Set(title="Retired states", description="States of contents which are retired but not yet archived") + archived_states = Set(title="Archived states", + description="States of contents which are archived and can't be updated anymore") + auto_retired_state = Attribute("Auto-retired state") def initialize(self):