UiPath Community 2022.8 Preview Release

Hi @alexandru and @loginerror,

I assumed that the following issue was a UI bug and reported it here : The Sequence (container) is not shown in Studio 22.08 and 22.10, but as @alexandretperez pointed out in the thread, is this linked to

?

This will break a lot of annotations in code and go against the template structures like REFramework. Here I opened a fresh REFramework project and the Process.xaml shows no annotations on the top level.

Line 68 of Process.xaml contains the annotation (https://github.com/UiPath/ReFrameWork/blob/master/Process.xaml)
<Sequence sap2010:Annotation.AnnotationText="Invoke major steps of the business process, which are usually implemented by different workflows.&#xA;&#xA;If a BusinessRuleException is thrown, the transaction will be skipped. &#xA;If another kind of exception (ApplicationException) occurs, the current transaction can be retried. " DisplayName="Process" sap2010:WorkflowViewState.IdRef="Sequence_1" sads:DebugSymbol.Symbol="dz5DOlxVc2Vyc1xNYXRldXMgQ3J1elxEb2N1bWVudHNcR2l0SHViXFJlRnJhbWVXb3JrXFByb2Nlc3MueGFtbAFEA0TFAwIBAQ==" />

This will mean that the Show Annotations, Hide Annotations and Delete annotations will be redundant as the user cannot see any results when using any one of the three options.


When I clicked these nothing happens.

Creating an additional sequence just so that we can set annotations, which are already existing is going to be not a nice thing.

This feature needs to be thought through before the GA.

3 Likes