You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Creating a Python Script Documentation](https://doc.laserfiche.com/laserfiche.documentation/en-us/Default.htm#../Subsystems/ProcessAutomation/Content/Resources/Rules/pythonscript.htm?TocPath=Process%2520Automation%257CRules%257CGetting%2520Started%2520With%2520Scripts%257C_____2)
@@ -29,9 +30,15 @@ This project is using a mono-repo structure with multiple packages. Please refer
29
30
## Deployment
30
31
- Copy the whole repo into the remote agent folder
- If your windows login user is different than the user running the remote agent, you need to make `pip install` to install dependencies forall the user.
Copy file name to clipboardExpand all lines: doc/template/readme.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,11 @@
1
1
# Laserfiche Python Rule script Template project
2
+
2
3
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.
3
4
4
5
## Deploy script to your remote agent
5
-
- Copy the whole repo into the remote agent folder
0 commit comments