Object Property Abbreviation Reference
ProcessPlan’s object properties use the following abbreviations in their nomenclature. The following reference guide will help clarify what types of values the object properties represent. The patterns described below are consistent throughout every ProcessPlan API object.
Process Templates
Section titled “Process Templates”th_id - template id (template header id)
tf_id - template field id
tt_id - template task id
Using this pattern we then have property names like this:
tf_th_id - the template field’s parent template id
tt_th_id - the template task’s parent template id
Process Instances
Section titled “Process Instances”ih_id - instance id (instance header id)
if_id - instance field id (created after an instance field is saved the first time)
it_id - instance task id
Using this pattern we then have property names like this:
ih_th_id - the instance header’s parent template id
if_th_id - the instance field’s parent template id
if_tf_id - the instance field’s parent template field id
if_ih_id - the instance field’s parent instance id
it_th_id - the instance task’s parent template id
it_ih_id - the instance task’s parent instance id
it_tt_id - the instance task’s parent template task id