Approvals are being generated for the inactive user when the approval user activity needs to create approval for only active usersDescriptionIf both the sysid's mentioned in the property are inactive then the approvals are working as expected where the approval is not created for both inactive usersSteps to Reproduce 1.Create a property with type as a string and add sysid's of two users.2.Create a workflow for the problem table where that workflow should run as 'run the workflow always'.3.Add an approval user activity and check the advanced script.4.Now configure the script to get the sysid's of the users from the property and push to the answer.5.Now uncheck the active field in the sys_user record for one of the sysid's mentioned in the above property.5.Create a new problem and check if the workflow is attached and approvals are triggeredExpected behaviour:Approval should be created only to the active userActual behaviour:Approvals are being created for both active and inactive users.WorkaroundProduct issue has been closed as won't fix as there is no indication that this is a changed behavior.Related Problem: PRB1441154