Skip to content

Commit 18915f8

Browse files
committed
Update package name to spark
1 parent 7eae352 commit 18915f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# executor-lua
22
Script Task Executor Engine with LUA Runtime
33

4-
This docker image provides a sandboxed protected environment to run custom LUA scripts that are written in ProcessMaker BPM.
4+
This docker image provides a sandboxed protected environment to run custom LUA scripts that are written in ProcessMaker Spark.
55
User created script tasks should be isolated however have utilities available to them in order to get most common tasks done. This
66
LUA environment has modules available so Script Tasks can take advantage of the following libraries:
77

@@ -20,7 +20,7 @@ When writing a Script Task, three global variables are available. They are:
2020

2121
- data - A record that represents the data loaded from data.json
2222
- config - A record that represents the config loaded from config.json
23-
- client - The ProcessMaker 4 LUA SDK Client preconfigured to access the API via OAuth authentication
23+
- client - The ProcessMaker Spark LUA SDK Client preconfigured to access the API via OAuth authentication
2424

2525
Your script should execute quickly. Once the script is complete, your return statement will be used and converted to JSON which
2626
will be stored in the output.json file. Once the docker execution is complete, you should the return code of the docker execution.

0 commit comments

Comments
 (0)