Enate.Workflow.Activities 7.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Enate.Workflow.Activities --version 7.1.1
NuGet\Install-Package Enate.Workflow.Activities -Version 7.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Enate.Workflow.Activities" Version="7.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Enate.Workflow.Activities --version 7.1.1
#r "nuget: Enate.Workflow.Activities, 7.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Enate.Workflow.Activities as a Cake Addin
#addin nuget:?package=Enate.Workflow.Activities&version=7.1.1

// Install Enate.Workflow.Activities as a Cake Tool
#tool nuget:?package=Enate.Workflow.Activities&version=7.1.1

This .Net Workflow Activity library allows easy integration with Enate v7 and above.

     The Activities will perform authentication when necessary and allow a single authentication token to be passed between concurrent calls to improve performance.

     All date/time values are passed in UTC.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.3.7 732 9/24/2021
7.2.10 863 9/9/2020
7.2.9 586 6/17/2020
7.2.6 667 3/6/2020
7.1.1 839 9/24/2019
7.0.24 692 4/25/2019
7.0.14 1,310 9/28/2018
7.0.13 903 8/10/2018
7.0.11 3,203 3/26/2018
7.0.10 954 2/14/2018
7.0.9 1,046 1/16/2018
7.0.8 934 11/2/2017
7.0.5 928 11/2/2017
7.0.4 942 10/26/2017
7.0.3 884 9/1/2017

New activity Added "Authenticate"
This is to ensure that going forward we are always using the same token for each activity.  
This is a non breaking change which changes the UI to show AuthToken on each activity rather than showing Username/Password on each activity.  
Username/password can still be updated from UIPath properties panel, we will however be removing Username/Password in the future so this will give time to migrate to the Authtoken method.

Also updates Library DTO to match Enate DTOs