When catalog task is closed the state field is set to '5' instead of 'Closed Complete'Issue When a catalog task is closed by clicking "Close Task" button, the state of the task is set to '5' instead of 'Closed Complete' CauseThe default_close_state for 'sc_task' has been overridden at the dictionary level and it is set to '5', hence the issue.ResolutionChange the default_close_state to '3' same as OOB value, this should fix the issue.