UiPath Documentation
sdk
latest
false
UiPath logo, featuring letters U and I in white

Developer guide

Last updated Mar 30, 2026

UiPath.Studio.Activities.Api.Workflow

In this section you can find more information on how to build activities using UiPath.Studio.Activities.Api.Workflow.

IWorkflowOperationsService

Note:

This feature was introduced in UiPath.Studio.Activities.Api v22.10.

Exposes methods for manipulating project XAML files.

Methods

Func<Dictionary<string, object>, Task> OnWorkflowFileChanged
TypeNameParametersDescription
Func<Dictionary<string, object>, Task>OnWorkflowFileChanged
Task<bool> TryOpenAsync(string workflowRelativePath)
TypeNameParametersDescription
Task<bool>TryOpenAsyncworkflowRelativePath
Task<IEnumerable<string>> GetWorkflowsFilePathsAsync()
TypeNameParametersDescription
Task<IEnumerable<string>>GetWorkflowsFilePathsAsync
Task<IEnumerable<ArgumentInfo>> GetArgumentsAsync(string workflowRelativePath)
TypeNameParametersDescription
Task<IEnumerable<ArgumentInfo>>GetArgumentsAsyncworkflowRelativePath
  • IWorkflowOperationsService
  • Methods

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated