Change Order categories in Service Desk commonly have associated Workflow tasks. If the category for a particular Change Order is changed, what should happen to the Workflow tasks associated with the change order?
Release: 14.1 or higher
Component: CA Service Desk Manager
The following is used as an example.
Change Order category "Cat1" has three workflow tasks associated with it:
Cat1WF1
Cat1WF2
Cat1WF3
Change Order category "Cat2" has three workflow tasks associated with it:
Cat2WF1
Cat2WF2
Cat2WF3
If a new Change Order is created, and the catergory set to "Cat1", when the Change Order is saved, three Workflow tasks from the "Cat1" change order category will be associated with the new Change Order. After a short while, they will be:
Name Status
------------------
Cat1WF1 Pending
Cat1WF2 Wait
Cat1WF3 Wait
If the Change Order is then edited and the category changed to "Cat2", one of two things can happen:
Name Status
------------------
Cat1WF1 Pending
Cat2WF1 Wait
Cat2WF2 Wait
Cat2WF3 Wait
Name Status
------------------
Cat1WF1 Pending
Cat1WF2 Wait
Cat1WF3 Wait
Cat2WF1 Wait
Cat2WF2 Wait
Cat2WF3 Wait