Skip to main content

get_process_list

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

Parameters

None.

Returns

A list of ProcessDto objects containing:
  • processId — unique process identifier (use with create_item)
  • 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.

Parameters

Returns

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