get_process_list
Get all processes in the system with their fields and workflow (status) transitions.Parameters
None.Returns
A list ofProcessDto objects containing:
processId— unique process identifier (use withcreate_item)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.Parameters
Returns
AProcessDto with the process ID, name, description, fields, and workflow transitions.