The Zurich release has arrived! Interested in new features and functionalities? Click here for more

The system insert state resolved twice on activity comment after ticket closed.

bbf3562
Kilo Guru

I am trying to figure out why after the ticket is completed and the system inserted "State Resolved was open" twice instead of 1 time in requested item. Here a screenshot example,

find_real_file.png

After a small investigate, it looks like it came from workflow wrapper in catalog item called SRC RQF Wrapper - Default Workflow because I do notice other catalog items who use that workflow wrapper have same duplicate state comment. If the request was rejected, it only insert one time so it only happen if the state is resolved. Here is what the wrapper workflow looks like,

workflow.png

find_real_file.png

The red circle is where I found that it set State to resolved but I do not see another one that also set state to resolved in RITM which is still puzzled me. Anyone have idea why and where this happen?

8 REPLIES 8

Kalaiarasan Pus
Giga Sage

Can you take a look at the business rules on task table and see if that is causing the trouble? The place to start looking would be the task closure rule.


I don't think it came from task because that activities comment happen in RITM. This might be but it for state to Closed Complete, not resolved.


Task closer,


find_real_file.png


find_real_file.png



I couldn't find where it change state to resolved.


Greg42
Mega Guru

What also might help you is to go to a form and set a watch on the state field. You should see what business rules are triggered at each stage.


I tried that and it looks like the business rule doesn't trigger but ACL does,


find_real_file.png