get_process_list
Get all processes in the system with their fields and workflow (status) transitions.| Property | |
|---|---|
| Read-only | Yes |
Parameters
None.Returns
A list ofProcessDto objects containing:
name,description— process identityfields— ordered list of fields with ID, name, order, and required flagworkflow— status transition rules (fromstatusValuetostatusNext)
get_process
Get detailed information for a specific process including its fields and workflow transitions.| Property | |
|---|---|
| Read-only | Yes |
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Process ID. |
Returns
AProcessDto with the process name, description, fields, and workflow transitions.