Coded Workflow Services for UiPath Libraries

Hey Team!

Love the work with coded workflows so far! As I am thinking through best practices for coded automations/workflows, one thing I noticed was that it seems like its not really possible to reference Library-output type projects via coded workflows. What I mean specifically:

  1. I create a Library-output project in UiPath Studio, create some activities for it, and publish it.
  2. I import the above library in a Process-output project in UiPath Studio. It seems that I am unable to then reference the activities I created in my library within Coded Workflows.

I know that the way that the coded workflows work is through a public partial class ‘CodedWorkflow’, that you are able to inject services into via DI (like ‘system’, ‘testing’, etc.), but I’m not sure how to even reference, let alone execute, the activities generated from the library.

Not sure if there’s a workaround for this yet, but it would help make things consistent :slight_smile:

Thanks,
Yash