ec_proc_template table

The ec_proc_template table holds information about process templates.

Column Description
id Primary key for the process template.
proc_tpl_name Process template name.
module_name Module name that the process template belongs to.
module_version Version of the module.
proc_evt_pk Primary key of the parent event for this instance of the process template. This maps to event_pk in the ec_event view.
pvm_ref The process engine ID of the process template.
pvm_id The numeric ID of the process instance. This ID can be used to join against the process engine tables.
app_name The name of the deployed application.