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
| Type | Name | Parameters | Description |
|---|---|---|---|
Func<Dictionary<string, object>, Task> | OnWorkflowFileChanged |
Task<bool> TryOpenAsync(string workflowRelativePath)
| Type | Name | Parameters | Description |
|---|---|---|---|
Task<bool> | TryOpenAsync | workflowRelativePath |
Task<IEnumerable<string>> GetWorkflowsFilePathsAsync()
| Type | Name | Parameters | Description |
|---|---|---|---|
Task<IEnumerable<string>> | GetWorkflowsFilePathsAsync |
Task<IEnumerable<ArgumentInfo>> GetArgumentsAsync(string workflowRelativePath)
| Type | Name | Parameters | Description |
|---|---|---|---|
Task<IEnumerable<ArgumentInfo>> | GetArgumentsAsync | workflowRelativePath |