In 16.1.1, Auto Refresh in MUX is not working for attributes which are not Read Only.
Release : 16.1.1
STEPS TO REPRODUCE
1. Create a custom object TESTING that is event enabled and API enabled
2. Create the below attributes
Name: Process Start
Type: Boolen
Read Only: Unchecked
API Enabled: provide an API ID
Name: Description
Type: String
Read Only: Unchecked
API Enabled: provide an API ID
3. Create a process as below
Object: TESTING
Start: Auto Start
Condition: Boolean = 1 and previous value (Boolean!=1)
Steps: Create a step to update Description attribute value to 'Upgrade Testing'
Validate All and Activate
4. Navigate to MUX - Administration - Blueprint
5. Create a Copy of TESTING object BP and name it as Upgrade BP (Make it default)
6. Edit the Upgrade BP and add the 2 attributes Process Start and Description
7. Publish
8. Navigate to Custom Objects page in MUX
9. Create a new instance 123 and click on it
10. Check the Boolean Check box and click somewhere on the page
Expected: Description field value is set as 'Upgrade Testing'
Actual: No change to Description field but when the whole page is refreshed, the value changes to 'Upgrade Testing'
F12 developer tools shows that the API has been updated with the new value but the UI is not updated automatically
DE68710 - Fixed in 16.1.1 patch #1.