Flow designer all flows shows readOnly and NEW button is missingIssue In Flow designer, all flows shows readOnly and NEW button is missing. It has also been verified is there any upgrad-ation going but not able to get any details. Note: The issue is for MAINT also.CauseThe issue was because the instance had been paused. Executed the script available on the case : gs.print(gs.isPaused()); Result : *** Script: trueResolutionPerform below steps and the issue is FIXED : STEP 1: From Scripts - Background, run :gs.resume(); STEP 2: From Scripts - Background, run :gs.print(gs.isPaused()); Confirm that the returned value from step 2 is false. Now, the flows are editable and NEW button is visible in the flow designer home page.Related LinksKB0695874 : Update set preview and commit are unavailable because the system is currently upgrading