Info
Version: | 3.2.0 |
Author(s): | Markus Werner |
Last Update: | Friday, October 2, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Alphabet.Workflow.Activities |
Install
Install-Package Alphabet.Workflow.Activities
dotnet add package Alphabet.Workflow.Activities
paket add Alphabet.Workflow.Activities
Alphabet.Workflow.Activities Download (Unzip the "nupkg" after downloading)
Dependencies
- UiPath.System.Activities(>= 19.10.1)
Tags
Categories: Workflows, Logging, Exceptions, Outlook, Files, Format
Workflow:
- Get the name of the XAML-file
- Get the name of the root Activity
- Get the name of the parent Activity
Logging:
- Log start of a workflow with XAML name
- Log end of a workflow with XAML name
- Log important variable
Exceptions:
- Throw Application Exception
- Throw Business Rule Exception
Dictionary:
- Output Dictionary<String, String>
- Output Dictionary<String, Object>
Outlook:
- Change outlook MailMessage subject
- Get Outlook categories of MailMessage
- Set Outlook categories of MailMessage
- Get Outlook MailItem
- Set Outlook task-status of MailMessage
- Save Outlook Message as MSG/HTML/RTF/...
Files:
- Get newest file of a directory
- Get file list
- Get sorted file list
Format:
- String to DateTime (With Format-Helper)
- DateTime to String (With Format-Helper)
HTTP:
- Get NTLM Token of website/API (like UiPath Orchestrator).