Change state of workitems not in accordance with the workflow
Hello All,
In CQ we were able to change the state of workitems to any given state by assigning it to admin role. For example, a defect was closed by mistake and the testers want it back to resolved state. By assigning it to admin, we were able to change the state to resolved or any state needed. Is there something like that in RTC or can it be implemented in RTC?
Thanks,
Suresh
Accepted answer
I believe on the client side you can just set a state using the plain java Client Libraries (using setState2()). On the server you have to trigger an activity. If that is not applicable the state will end up being new. If there is no simple activity you have to create a tool that finds a series of activities to apply.
I did that. It worked and was a nice intellectual challenge too 8-)
I did that. It worked and was a nice intellectual challenge too 8-)