Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.06 KB

File metadata and controls

32 lines (21 loc) · 1.06 KB

Laserfiche Python Rule script Template project

This project is a template for creating a Laserfiche Python Rule script project. It contains a sample script that can be used as a starting point for creating your own script.

Deploy script to your remote agent

Refer to the Deployment for details.

Configure and test this script rule in your Laserfiche Cloud Account -> Process Automation -> Rules

Create a new rule:

  • Select the script rule type: Python
  • Script location: C:\Program Files\Laserfiche\Server\RemoteAgent\ScriptRunner\Python\lf-sample-python-script-rules\source\template\launcher.py
  • Input:
    • Input1
    • Input2
  • Output:
    • Input1
    • Input2

Script Rule Configuration

Test the rule

Providing two string inputs, this script would echo the inputs Script Test Inputs

Test script rule in a workflow

Run the workflow and verify the script echo the inputs Workflow Script Rule Sample