Schema details (20220727.2 edition)

main schema

nametyperequiredDescription
_idstringYESid of process
workflow_namestringNOworkflow name
workflow_versionnumberNOdefault is 1
current_statestringYEScurrent state of process
field_valuesWorkflowProcessField[]NOprocess fields that filled
historyWorkflowProcessHistoryModel[]YESall history of process change states
workflowDeployedWorkflowModelYESworkflow reference
created_atnumberYEScreate process at date (timestamp)
created_bynumberYESwho create process
updated_atnumberYESupdate process at date (timestamp)

WorkflowProcessField schema

nametyperequiredDescription
namestringYESname of field
valueanyYESvalue of field
metaobjectNOmeta data of field