Scripts
API Reference for ProcessMaker Script API
Last updated
Was this helpful?
API Reference for ProcessMaker Script API
Last updated
Was this helpful?
Display a listing of the Script Categories.
/script_categories
Filter results by string. Searches Name, Description, and Status. All fields must match exactly.
Field to order results by
asc
, desc
Updates the current element
/script_categories/{script_category_id}
ID of script category to return
Represents a business script category definition.
ACTIVE
, INACTIVE
Get a list of scripts in a process.
/scripts
Filter results by string. Searches Name, Description, and Status. Status must match exactly. Others can be a substring.
Field to order results by
asc
, desc
Include data from related models in payload. Comma separated list.
Update a script in a process.
/scripts/{script_id}
ID of script to return
Represents an Eloquent model of a Script
No body
duplicate a Script.
/scripts/{scripts_id}/duplicate
ID of script to return
Represents an Eloquent model of a Script
Get a list of script executors.
/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
, desc
Update and rebuild the script executor
/script-executors/{script_executor}
ID of script executor to return
Represents an Eloquent model of a Script Executor
Get a list of available languages.
/script-executors/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
, desc