How to Split a workflow in RTC
![]() We are using Workflow manager 7.0.2.
We have a workflow for approving changes to DOORS data. Changes can be of 2 types:
- Basic changes - which can be implemented once they go through the initial approval stage
- Time/Cost changes which need to go through a second stage of approvals which often takes a long time (Commercial get involved in some of these types of changes as they are effectively contract changes)
I can implement all this with no issue if the work items only have one type of changes in them. However, there are going to be lots of times when a work item is created and it will actually contain changes of both types. The initiator will often not be aware of the mixed changes need.
We want to be able to implement the basic changes as soon as they are through the initial approval but keep the work item going to get the rest of the changes approved and then implemented.
TO do this I need to put the work item into both "Implement" state and "Further approval" state at the same time. Obviously I cannot do that, so how can I handle it?
I am after ideas for how to approach it.
Is it possible to split it into 2 work items? If so how?
Any other ideas?
Thanks in advance for suggestions.
|
2 answers
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Nov 20, 6:57 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Usually something like this should be approached by
|