You are not logged in. Click here to log in.

codebeamer Application Lifecycle Management (ALM)

Search In Project

Search inClear

Tags:  not added yet

Changes in existing workflow action procedure

  • State transition predicates implementing StateTransitionPredicate or derived from DefaultStateTransitionPredicate are no longer supported
  • State transition actions implementing StateTransitionAction or based on DefaultWorkflowListener are no longer supported.

Any attempt to deploy such old state transition predicates or actions via ~/CB-.../tomcat/webapps/cb/WEB-INF/classes/my-applicationContext.xml will cause the codeBeamer startup to fail!

If you had developed custom predicates, you should first check whether the default Expression predicate can be used for this task.
Only if that is not possible should you try to migrate your Custom state transition predicates.

If you had developed custom actions, you should first check whether one of the new parameterizable Workflow Actions can be used for this task:


Only if no such action exists should you try to migrate your Custom workflow actions.