Processes
API Reference for ProcessMaker Process API
Last updated
Was this helpful?
API Reference for ProcessMaker Process API
Last updated
Was this helpful?
Display a listing of the Process Categories.
/process_categories
Filter results by string. Searches Name and Status. All fields must match exactly.
Field to order results by
asc
, desc
Updates the current element
/process_categories/{process_category_id}
ID of process category to return
Represents a business process category definition.
ACTIVE
, INACTIVE
Get list Process
/processes
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
ACTIVE or INACTIVE
ACTIVE
, INACTIVE
Include data from related models in payload. Comma separated list.
Store a newly created resource in storage.
/processes
Represents a business process definition.
ACTIVE
, INACTIVE
, ARCHIVED
Display the specified resource.
/processes/{processId}
ID of process to return
Include data from related models in payload. Comma separated list.
Updates the current element.
/processes/{processId}
ID of process to return
Represents a business process definition.
ACTIVE
, INACTIVE
, ARCHIVED
Returns the list of processes that the user can start.
/start_processes
If true return only processes that haven't start event definitions
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.