DRI_SubWorkflow_Templates
Stores template definitions for Customer Journey sub-process models. This table supports reusable, repeatable workflow patterns.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
The unique identifier (Id) for the subworkflow template record. |
| Name | String | False |
The display name of the subworkflow template that is used to differentiate guided workflow steps within a Customer Journey. |
| Date_Entered | Datetime | True |
The date and time when the subworkflow template record was created. |
| Date_Modified | Datetime | True |
The date and time when the subworkflow template record was most recently modified. |
| Modified_User_Id | String | True |
The Id of the user who last modified the subworkflow template record. |
| Modified_By_Name | String | True |
The display name of the user who last modified the subworkflow template record. |
| Created_By | String | True |
The Id of the user who created the subworkflow template record. |
| Created_By_Name | String | True |
The display name of the user who created the subworkflow template record. |
| Description | String | False |
A full-text description that provides additional context about the purpose or business intent of the subworkflow template. |
| Deleted | Bool | False |
A Boolean field that returns a value of 'true' when the subworkflow template record is marked for deletion. It returns a value of 'false' when the record remains active under standard soft-delete lifecycle behavior. |
| Label | String | False |
The label text that is displayed when referencing the subworkflow template in guided workflow interfaces. |
| Sort_Order | Int | True |
The sequence position that determines the order in which this subworkflow appears within the parent Customer Journey workflow. |
| Points | Int | True |
The number of progress points that are assigned to completing this subworkflow, used in customer engagement scoring. |
| Related_Activities | Int | True |
The number of activities or tasks that are associated with this subworkflow template. |
| Dri_Workflow_Template_Id | String | False |
The Id of the parent Customer Journey workflow template to which this subworkflow template belongs. |
| Dri_Workflow_Template_Name | String | False |
The display name of the parent Customer Journey workflow template. |
| Start_Next_Journey_Id | String | False |
The Id of the Customer Journey that begins automatically after this subworkflow is completed. When this field contains no value, the workflow ends without triggering another journey. |
| Start_Next_Journey_Name | String | True |
The display name of the Customer Journey that begins after this subworkflow completes. |
| Following | Bool | False |
A Boolean field that returns a value of 'true' when the current user is following the subworkflow template record to receive updates. It returns a value of 'false' when the user is not following the record. |
| My_Favorite | Bool | False |
A Boolean field that returns a value of 'true' when the subworkflow template record is marked as a favorite by the user. It returns a value of 'false' when the record is not marked as a favorite. |
| Tag | String | False |
A user-defined tagging field that supports grouping, categorization, and search filtering. |
| Commentlog | String | True |
A system-maintained log that records comment activity and collaboration history on the subworkflow template record. |
| Locked_Fields | String | True |
A list of fields that cannot be modified because they are enforced by configuration, workflow rules, or administrative controls. |
| Sync_Key | String | True |
A synchronization key that is used to match and correlate the subworkflow template across integrated or replicated systems. |
| Team_Id | String | False |
The Id of the primary team that is associated with the subworkflow template record. |
| Team_Set_Id | String | False |
The Id of the full team set that provides broader shared access to the subworkflow template record. |
| Acl_Team_Set_Id | String | False |
The Id of the Access Control List (ACL) team set that governs record visibility and row-level security. |
| Team_Count | String | False |
The number of teams that are associated with the subworkflow template record for access and visibility control. |
| Team_Name | String | False |
The display name of the primary team that is associated with the subworkflow template record. |
| Acl_Team_Names | String | True |
The list of ACL team names that are associated with the subworkflow template record under team-based access control. |