Skip to main content

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