act_ru_execution


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id_ varchar 64 null
act_ru_event_subscr.execution_id_ act_fk_event_exec R
act_ru_execution.parent_id_ act_fk_exe_parent R
act_ru_execution.proc_inst_id_ act_fk_exe_procinst R
act_ru_execution.super_exec_ act_fk_exe_super R
act_ru_identitylink.proc_inst_id_ act_fk_idl_procinst R
act_ru_task.execution_id_ act_fk_task_exe R
act_ru_task.proc_inst_id_ act_fk_task_procinst R
act_ru_variable.execution_id_ act_fk_var_exe R
act_ru_variable.proc_inst_id_ act_fk_var_procinst R
rev_ int4 10 null
proc_inst_id_ varchar 64 null
act_ru_execution.id_ act_fk_exe_procinst R
business_key_ varchar 255 null
parent_id_ varchar 64 null
act_ru_execution.id_ act_fk_exe_parent R
proc_def_id_ varchar 64 null
act_re_procdef.id_ act_fk_exe_procdef R
super_exec_ varchar 64 null
act_ru_execution.id_ act_fk_exe_super R
act_id_ varchar 255 null
is_active_ bool 1 null
is_concurrent_ bool 1 null
is_scope_ bool 1 null
is_event_scope_ bool 1 null
suspension_state_ int4 10 null
cached_ent_state_ int4 10 null

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
act_ru_execution_pkey Primary key Asc id_
act_idx_exe_parent Performance Asc parent_id_
act_idx_exe_procdef Performance Asc proc_def_id_
act_idx_exe_procinst Performance Asc proc_inst_id_
act_idx_exe_super Performance Asc super_exec_
act_idx_exec_buskey Performance Asc business_key_
act_ru_execution_proc_def_id__business_key__key Must be unique Asc/Asc proc_def_id_ + business_key_

Relationships