If I need to use the Invoke Workflow File activity (UiPath.Core.Activities.InvokeWorkflowFile), I can drag and drop the Xaml file and it will be named ----.xaml - Invoke Workflow File
Please see the image below.
What is the best practise for this activity (Namening Conversation)?
We can change the names for understanding purpose .
So,Depending on the flow of the sequence ,you can give the name to it.
you can use fn+f2 keyboard shortcut or right click the activity and give the rename of the flow.
In most cases, that name is descriptive enough. If not, perhaps the workflow you are invoking is not named in a descriptive way? You might want to add some extra details, if for instance input arguments affect the way the invoked workflow behaves.
In this case, you might want to add details about which folder you are creating. The reason for this is that in case of an exception, the activity name would also contain details about which invoke it was about.
If you query is about Activity Name then, yes you can remove the .xaml from the activity name where as in workflow file name field you should not remove the .xaml.