Scripts
API Reference for ProcessMaker Script API
Last updated
Was this helpful?
API Reference for ProcessMaker Script API
Last updated
Was this helpful?
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
Available options: 10
Include data from related models in payload. Comma separated list.
""
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
Available options: 10
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
Available options: 10
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
Available options: 10
Updates the current element
ID of script category to return
Represents a business script category definition.
Create a new script in a process.
Represents an Eloquent model of a Script
Update a script in a process.
ID of script to return
Represents an Eloquent model of a Script
No body
duplicate a Script.
ID of script to return
Represents an Eloquent model of a Script
Update and rebuild the script executor
ID of script executor to return
Represents an Eloquent model of a Script Executor