Skip to content

Laserfiche sample C# script that can be invoked from Laserfiche workflow or business process.

License

Notifications You must be signed in to change notification settings

Laserfiche/lf-sample-csharp-script-rules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Laserfiche C# Rule script project

Sample C# script that can be invoked from Laserfiche workflow or business process.

Scripts are invoked by Laserfiche Remote Agent which is a service installed on a Windows PC for this purpose.

NOTE: .NET rule script must be Dlls targeting netstandard2.0 or net48

Prerequisite

Build and Test script

  • Clone this GIT repository
  • Open a PowerShell terminal window:
    • To build project: dotnet build
    • To run tests: dotnet test (or use VSCODE Testing window UI which also support debugging individual test)

Configure a remote agent

Sample Projects

About

Laserfiche sample C# script that can be invoked from Laserfiche workflow or business process.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published