Scripts
API Reference for ProcessMaker Script API
Last updated
API Reference for ProcessMaker Script API
Last updated
Get a list of scripts in a process.
Filter results by string. Searches Name, Description, and Status. Status must match exactly. Others can be a substring.
Field to order results by
asc
Possible values: 10
Include data from related models in payload. Comma separated list.
""
list of scripts
Get a list of script executors.
Filter results by string. Searches Name, Description, and Status. Status must match exactly. Others can be a substring.
Field to order results by
asc
Possible values: 10
list of script executors
Get a list of available languages.
Filter results by string. Searches Name, Description, and Status. Status must match exactly. Others can be a substring.
Field to order results by
asc
Possible values: 10
list of available languages
Display a listing of the Script Categories.
Filter results by string. Searches Name, Description, and Status. All fields must match exactly.
Field to order results by
asc
Possible values: 10
list of scripts categories
Updates the current element
ID of script category to return
Represents a business script category definition.
success
Create a new script in a process.
Represents an Eloquent model of a Script
success
Previews executing a script, with sample data/config data
success if the script was queued
No content
Update a script in a process.
ID of script to return
Represents an Eloquent model of a Script
success
No content
duplicate a Script.
ID of script to return
Represents an Eloquent model of a Script
success
Update and rebuild the script executor
ID of script executor to return
Represents an Eloquent model of a Script Executor
success