I have used for example the integrated example in Power Automate - Desktop Automation - Send Text to Editor.

I have tried this on Windows 10. Loading times about 2 minutes for the step "Textfeld in Fenster ausfüllen". On Windows 11 the job runs out up to hours and never come to an end at the same step or on the other way i receive directly an error message:
Korrelations-ID: 0b8d254e-6a95-42ac-8f3f-2fd57f7ca700
Die angeforderten Informationen sind nicht verfügbar, da der Prozess beendet wurde.: Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException: Das Hauptfensterhandle der Anwendung „notepad.exe” kann nicht abgerufen werden. ---> System.InvalidOperationException: Die angeforderten Informationen sind nicht verfügbar, da der Prozess beendet wurde.
bei System.Diagnostics.Process.EnsureState(State state)
bei System.Diagnostics.Process.get_MainWindowHandle()
bei Microsoft.Flow.RPA.Desktop.Modules.System.Actions.SystemActions.RunApplication(Variant exePath, Variant commandLineArguments, Variant workingDirectory, Variant& processId, Variant& windowHandle, Variant& exitCode, Int32 windowStyle, Int32 waitProcess, Boolean timeoutSet, Int32 timeoutSeconds)
--- Ende der internen Ausnahmestapelüberwachung ---
bei Microsoft.Flow.RPA.Desktop.Modules.System.Actions.RunApplicationBase.Execute(ActionContext context)
bei Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)
But the notepad is still running.
The notepad opens directly as you run the bot.