Has anyone discovered how to leverage UiPath low-code activities best in coded workflows? I know that within a coded workflow, you can invoke a low-code workflow. However, there does not seem to be a way to invoke a particular activity.
I have been thinking of simply wrapping the activities I need for my project inside a low-code workflow within the project so that I can reference them but I was wondering if anyone else had had other solutions.
Hi @edevries
You can create a library of low-code workflows that are bundled as activities or wrap Low-Code Activities in Reusable Workflows or use the developer SDK to wrap low-code activities and the custom code, into custom activities