Invoking Low-Coded Activities in Coded Workflows

Hello,

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

I think is not natively supported in UiPath current architecture. This scenario you can use library.

Best regards, :slight_smile:

1 Like

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

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.