I cannot publish a library if its workflows invokes isolated workflows. May i know if UiPath is planning to add this feature in a later release?
The reason I invoke isolated workflow is because there are some popups (e.g. in SAP) that block the main execution thread, hence i need to invoke a popup handler / timeout handler from a separate thread via the isolated property. I have created a project containing common SAP functions and they all contain this isolated timeout/popup handler, but since I cant ipublish it as a library , i can only copy and paste it to my other projects