Workflow activity evaluating condition to True for an Inactive fieldIssue Workflow activity evaluating condition to True for an Inactive field.CauseThe field in question has a value stored in it after which it was made Inactive. Even if you make a field Inactive, the value stored on the field does not get wiped off. The value still remains as an input of the field. This value could be viewed through the XML of the record even if the field is marked Inactive. Since the value is stored in XML, workflows or any other scripts do not check if the field is Active/Inactive, they would only check the database value of the field based on the condition defined.ResolutionIf you do not want to use the field then the value of the field should also be cleared.