biz.dfch.PS.Activiti.Client
1.1.1
See the version list below for details.
dotnet add package biz.dfch.PS.Activiti.Client --version 1.1.1
NuGet\Install-Package biz.dfch.PS.Activiti.Client -Version 1.1.1
<PackageReference Include="biz.dfch.PS.Activiti.Client" Version="1.1.1" />
paket add biz.dfch.PS.Activiti.Client --version 1.1.1
#r "nuget: biz.dfch.PS.Activiti.Client, 1.1.1"
// Install biz.dfch.PS.Activiti.Client as a Cake Addin #addin nuget:?package=biz.dfch.PS.Activiti.Client&version=1.1.1 // Install biz.dfch.PS.Activiti.Client as a Cake Tool #tool nuget:?package=biz.dfch.PS.Activiti.Client&version=1.1.1
=============================
Module: biz.dfch.PS.Activiti.Client
d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland
This Microsoft PowerShell module contains Cmdlets to invoke workflows against Activiti 5.x REST API.
You can also download this module via [NuGet](https://nuget.org/) with [Install-Package biz.dfch.PS.Activiti.Client](biz.dfch.PS.Activiti.Client)
See https://github.com/dfensgmbh/biz.dfch.PS.Activiti.Client/wiki for a detailed description on how to use the Cmdlets in this module.
Learn more about Target Frameworks and .NET Standard.
-
- biz.dfch.PS.System.Logging (>= 1.0.5)
- biz.dfch.PS.System.Utilities (>= 1.0.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
20160127
* Update API version to 1.1.1
* Cmdlets for Get, Create and Remove workflow deployment added
* Cmdlets for Suspend and Resume workflow instance added
* Support for getting historic workflow instance variables
* Added possibility to only get the latest workflow definition
* installation base path is '$env:ProgramFiles\WindowsPowerShell\Modules' and can be manually set as input parameter to Install.ps1