Workfile for multiple projects

how to make common shared workfile which can be used for multiple projects?
I were try to use template, but it seams binded to project itself.
process is the answer?

Hi @mountie

I think one workfile cannot be used for multiple projects. But when creating the project use the Object repository for this, then publish it to the local. Then you can install the package from the Manage packages in any project, you can easily use the predesigned workflow for other projects.

To know more about object repository check the below link,

Hope it helps!!

@mountie

You need to go with creating a library…then you can call that xaml in multiple places

Other options without library are strat job or start peocess…for start process the process should be on the same machine available…for start job process should be available on or hestrator for unattended run

Best option for you would be a library

Cheers

how to create library?
unable to find from menu
스크린샷 2024-01-02 15.40.02

Hi @mountie

Before creating the process, you can see the library option.

To be precise once you open Studio ,you can see the option to create library.

@mountie

You will have on home screen

cheers

Library is not like sequence, flowchart or any state machine.

After you open the studio there is a panel called object repository, in that you can create a library in that you have to design the code and publish to the local folder. Then open other project and hit on Manage packages search for the library that you published to the local and install it, after installation you can get that predesigned workflow in the Object repository panel itself.

Learn more about object repository with the below link,

Hope it helps!!

can I publish to dropbox shared folder to share the libraries at other machines?

@mountie

If you publish to orchestrator just as any other package in manage packages you can view these as well

cheers

스크린샷 2024-01-02 21.44.41

@mountie

after publish what option did you select

cheers

스크린샷 2024-01-02 21.47.45

I’m using cloud.uipath.com orchestrator

@mountie

Select the dropdown at shared libraries feed and select Orchestrator Tenant Feed and not shared

cheers

스크린샷 2024-01-02 22.24.51
I only have two options

@mountie

Two things

  1. May be you do not have perimissions to pulish,…you can go to orchestrator edit the roles in tenant-> manage access and assign package pulish roles
  2. The package is very huge try to delete unecessary files

mostly 1 is the issue

cheer

I found reason and fixed.
changed the Libraries Feeds to Both

1 Like

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