dri_workflows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id CHAR 36 null
calls.dri_workflow_id Defined in XMLR
dri_subworkflows.dri_workflow_id Defined in XMLR
dri_workflows_audit.parent_id Defined in XMLR
meetings.dri_workflow_id Defined in XMLR
tasks.dri_workflow_id Defined in XMLR
commentlog_rel.record_id Defined in XMLR
activities_users.parent_id Defined in XMLR
locked_field_bean_rel.bean_id Defined in XMLR
dri_workflows_audit.parent_id Defined in XMLR
tag_bean_rel.bean_id Defined in XMLR
name VARCHAR 255 √ null
date_entered DATETIME 19 √ null
date_modified DATETIME 19 √ null
modified_user_id CHAR 36 √ null
users.id Defined in XMLR
created_by CHAR 36 √ null
users.id Defined in XMLR
description TEXT 65535 √ null
deleted BIT 1 √ 0
available_modules TEXT 65535 √ null
state VARCHAR 255 √ not_started
assignee_rule VARCHAR 255 √ stage_start
target_assignee VARCHAR 255 √ current_user
stage_numbering BIT 1 √ 0
progress FLOAT 12 √ 0
momentum_ratio FLOAT 12 √ 1
score INT 10 √ null
points INT 10 √ null
momentum_points INT 10 √ 0
momentum_score INT 10 √ 0
date_started DATETIME 19 √ null
date_completed DATETIME 19 √ null
archived BIT 1 √ 0
is_cancelled BIT 1 √ 0
is_deleted BIT 1 √ 0
current_stage_id CHAR 36 √ null
dri_subworkflows.id Defined in XMLR
dri_workflow_template_id CHAR 36 √ null
dri_workflow_templates.id Defined in XMLR
parent_id CHAR 36 √ null
tasks.id Defined in XMLR
calls.id Defined in XMLR
meetings.id Defined in XMLR
parent_type VARCHAR 255 √ null
account_id CHAR 36 √ null
accounts.id Defined in XMLR
contact_id CHAR 36 √ null
contacts.id Defined in XMLR
lead_id CHAR 36 √ null
leads.id Defined in XMLR
opportunity_id CHAR 36 √ null
opportunities.id Defined in XMLR
case_id CHAR 36 √ null
cases.id Defined in XMLR
sync_key VARCHAR 100 √ null
assigned_user_id CHAR 36 √ null
users.id Defined in XMLR
team_id CHAR 36 √ null
teams.id Defined in XMLR
team_set_id CHAR 36 √ null
team_sets_teams.team_set_id Defined in XMLR
team_sets.id Defined in XMLR
acl_team_set_id CHAR 36 √ null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
idx_cj_journey_tpl_id Performance Asc dri_workflow_template_id
idx_cj_jry_account_id Performance Asc account_id
idx_cj_jry_case_id Performance Asc case_id
idx_cj_jry_contact_id Performance Asc contact_id
idx_cj_jry_current_stage_id Performance Asc current_stage_id
idx_cj_jry_lead_id Performance Asc lead_id
idx_cj_jry_opportunity_id Performance Asc opportunity_id
idx_cj_jry_parent_id Performance Asc parent_id
idx_dri_workflows_acl_tmst_id Performance Asc/Asc acl_team_set_id + deleted
idx_dri_workflows_assigned_del Performance Asc/Asc assigned_user_id + deleted
idx_dri_workflows_del_d_e Performance Asc/Asc/Asc deleted + date_entered + id
idx_dri_workflows_del_d_m Performance Asc/Asc/Asc deleted + date_modified + id
idx_dri_workflows_id_del Performance Asc/Asc id + deleted
idx_dri_workflows_name_del Performance Asc/Asc name + deleted
idx_dri_workflows_skey Must be unique Asc sync_key
idx_dri_workflows_tmst_id Performance Asc/Asc team_set_id + deleted

Relationships