Active Flag not setting to False on Completed Tickets for a custom tableIssue Active flag shows as true on closed recordsCauseThe business rule 'mark closed' which is supposed to set active to false is no running because the condition fails.Condition : new TaskStateUtil(current).runMarkClosed()ResolutionCreate a dictionary override for this state field on the custom table and set the attribute for close state. If custom state field value for closed record is 10, then the attributes should be like belowAtttributes : close_states=10