Hello
Since the UiPath upgrade to the StudioX version I get validation errors like this every now and then. The workaround is that I mutate the corresponding activity and reset the customizations afterwards. However, in the long run this is not a good solution, so I wanted to know how I can get rid of the problem completely. Can anyone give me a tip here?
Beim Ausführen der Einschränkung ‘Constraint’ für die Aktivität ‘Check App State’ vom Typ UiPath.UIAutomationNext.Activities.NCheckState ist eine interne Einschränkungsausnahme aufgetreten. Ausnahme: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
- bei System.Activities.WorkflowApplication.Invoke(Activity activity, IDictionary`2 inputs, WorkflowInstanceExtensionManager extensions, TimeSpan timeout)*
- bei System.Activities.WorkflowInvoker.Invoke(Activity workflow, IDictionary`2 inputs, TimeSpan timeout, WorkflowInstanceExtensionManager extensions)*
- bei System.Activities.WorkflowInvoker.Invoke(Activity workflow, IDictionary`2 inputs)*
- bei System.Activities.Validation.ActivityValidationServices.Run.Constraints(ChildActivity childActivity, ActivityCallStack parentChain, IList
1 constraints, ProcessActivityTreeOptions options, Boolean suppressGetChildrenViolations, IList
1& validationErrors)*
Thanks