Skip to main content

get_process_list

Get all processes in the system with their fields and workflow (status) transitions.
Property
Read-onlyYes

Parameters

None.

Returns

A list of ProcessDto objects containing:
  • name, description — process identity
  • fields — ordered list of fields with ID, name, order, and required flag
  • workflow — status transition rules (from statusValue to statusNext)

get_process

Get detailed information for a specific process including its fields and workflow transitions.
Property
Read-onlyYes

Parameters

ParameterTypeRequiredDescription
idstringYesProcess ID.

Returns

A ProcessDto with the process name, description, fields, and workflow transitions.