Semantius Logo

Task and Project Execution

1. Overview

Cross-functional task and project execution surface: work items with owners, due dates, dependencies, statuses, and assignments; project containers with timelines, dashboards, and board views; user-authored automation rules that fire on item state changes. The deployable substrate every team-based work-management product orbits.

2. Entity summary

Namedata_objectDescription
Approval Chainswork_approval_chainsOrdered or parallel sets of approval steps that gate a work item or project transition.
Approval Stepswork_approval_stepsSingle approval gates on a work item or project, performed by a designated approver, with states pending, approved, rejected, or expired.
Custom Field Valueswork_custom_field_valuesPer-work-item values for a custom field, one value per item and field.
Custom Fieldswork_custom_fieldsUser-defined fields attached to a project or workspace, typed as text, number, date, select, and more, applying to all items in scope.
Item Attachmentswork_item_attachmentsFiles or external links attached to a work item.
Item Commentswork_item_commentsThreaded comments on a work item, which may include personal or sensitive content.
Item Tag Assignmentswork_item_tagsAssignments linking work items to tags, where existence asserts the tag is applied.
Milestoneswork_milestonesZero-duration gates within a project marking a meaningful transition, distinguished from regular items by passed or missed semantics.
Project Templateswork_project_templatesReusable project blueprints with seeded sections, items, custom fields, and automations.
Proofing Annotationsproofing_annotationsMarkup comments placed on a region of a proof during review, with the reviewer, location, and resolution state.
Proofing Sessionsproofing_sessionsReview-and-approval cycles on a creative asset or document, where reviewers mark up the proof and decide to approve or request changes.
Sectionswork_sectionsContainers within a project that group work items for board and list views.
Tagswork_tagsFree-form labels attached to work items for cross-cutting categorization such as priority, theme, or status.
Task Templateswork_task_templatesReusable work-item blueprints with seeded assignee role, due-date offset, subtasks, and custom field defaults.
Work Automationswork_automationsTrigger-action rules defined per board or project, with triggers like status change or assignment driving multi-step conditional actions.
Work Dashboardswork_dashboardsSaved, shareable cross-project dashboards composed of widgets that summarize work progress, workload, and goal status.
Work Dependencieswork_dependenciesTyped dependencies between two work items, linking predecessor and successor with finish-to-start, start-to-start, finish-to-finish, or start-to-finish type.
Work Itemswork_itemsAtomic tasks, items, or cards in a work-management tool, with owner, due date, status, priority, dependencies, subtasks, attachments, and comments.
Work Portfolioswork_portfoliosTeam-level groupings of related projects for cross-project status roll-up.
Work Projectswork_projectsContainers of work items (project, board, sheet, or space), with timeline, status, owner, members, dashboards, and embedded views.
Work Status Updateswork_status_updatesLogged status-change events on a work item or project, capturing the prior status, new status, who changed it, and when.
Work Statuseswork_statusesConfigurable status values in a project or team status taxonomy, with category (not started, in progress, done) and display order.
Work Time Entrieswork_time_entriesNon-billable time logged against a work item for effort tracking and capacity reporting.
Work Viewswork_viewsSaved, named, shareable board, list, timeline, or calendar views of work items, with persisted filters, grouping, and sort.
Workloadswork_user_workloadsPer-user, per-period sums of allocated effort across work items, compared against a capacity ceiling.
Business Value Assessmentsbusiness_value_assessmentsScoring models for prioritizing portfolio items by value, strategic alignment, risk, and dependencies, producing a ranked backlog.
Engagement Action Plansaction_plansTeam or manager commitments to act on engagement survey results, tracked through to closure.
Feature Requestsfeature_requestsCustomer requests for new capabilities, feeding the product prioritization workflow.
Opportunitiescrm_opportunitiesActive sales deals, tracking stage, amount, close date, probability, products, competitor, and decision criteria.
Portfoliosstrategic_portfoliosContainers grouping strategic initiatives by business unit, product line, or cost center, with aggregate KPIs and investment rules.
Product Releasesproduct_releasesVersioned software releases that bundle a set of features and define the delivery date and scope.
Product Roadmapsproduct_roadmapsTimeline views of planned features grouped by release, product, or theme.
Project Assignmentsproject_assignmentsAllocations of a worker to a project, with role, bill rate, cost rate, planned hours, and period, driving utilization and availability reporting.
Project Tasksproject_tasksDecomposed units of work within a project, with scope, dependencies, estimated hours, and status, used for time tracking and earned-value calculation.
Strategic Initiativesstrategic_initiativesMulti-quarter programs aligned to corporate strategy, bundling related projects with an executive sponsor and benefits plan.
flowchart TD
  classDef master fill:#d4f4dd,stroke:#27ae60,color:#0b3d20;
  classDef consumer fill:#e8def8,stroke:#7b1fa2,color:#3a155d;
  classDef platform_builtin fill:#e0e0e0,stroke:#424242,color:#1a1a1a;
  work_items["Work Items"]
  work_projects["Work Projects"]
  work_automations["Work Automations"]
  crm_opportunities["Opportunities"]
  strategic_initiatives["Strategic Initiatives"]
  strategic_portfolios["Portfolios"]
  action_plans["Engagement Action Plans"]
  business_value_assessments["Business Value Assessments"]
  project_tasks["Project Tasks"]
  product_roadmaps["Product Roadmaps"]
  feature_requests["Feature Requests"]
  product_releases["Product Releases"]
  project_assignments["Project Assignments"]
  work_dependencies["Work Dependencies"]
  work_milestones["Milestones"]
  work_approval_steps["Approval Steps"]
  work_approval_chains["Approval Chains"]
  work_user_workloads["Workloads"]
  work_custom_fields["Custom Fields"]
  work_custom_field_values["Custom Field Values"]
  work_sections["Sections"]
  work_project_templates["Project Templates"]
  work_task_templates["Task Templates"]
  work_tags["Tags"]
  work_item_tags["Item Tag Assignments"]
  work_item_comments["Item Comments"]
  work_item_attachments["Item Attachments"]
  proofing_sessions["Proofing Sessions"]
  proofing_annotations["Proofing Annotations"]
  work_dashboards["Work Dashboards"]
  work_views["Work Views"]
  work_time_entries["Work Time Entries"]
  work_portfolios["Work Portfolios"]
  work_statuses["Work Statuses"]
  work_status_updates["Work Status Updates"]
  users["Users"]
  work_dependencies -->|"blocks"| work_items
  work_milestones -->|"belongs_to"| work_projects
  work_approval_steps -->|"belongs_to"| work_approval_chains
  work_approval_chains -->|"gates"| work_items
  work_approval_chains -->|"gates_project"| work_projects
  work_user_workloads -->|"rolls_up"| work_items
  work_custom_fields -->|"applies_to"| work_projects
  work_custom_field_values -->|"valued_for"| work_custom_fields
  work_custom_field_values -->|"set_on"| work_items
  work_sections -->|"belongs_to"| work_projects
  work_items -->|"placed_in"| work_sections
  work_project_templates -->|"seeds"| work_projects
  work_task_templates -->|"seeds_item"| work_items
  work_item_tags -->|"references_tag"| work_tags
  work_item_tags -->|"tagged_on"| work_items
  work_item_comments -->|"belongs_to"| work_items
  work_item_attachments -->|"belongs_to"| work_items
  action_plans -->|"spawns"| work_items
  work_items -->|"depends_on"| work_items
  work_projects -->|"contains"| work_items
  work_automations -->|"drives"| work_items
  work_automations -->|"applies_to"| work_projects
  strategic_initiatives -->|"portfolio rollup from"| work_items
  work_automations -->|"rolls_up_into"| strategic_portfolios
  work_automations -->|"feeds"| project_tasks
  work_automations -->|"mirrors_to"| product_roadmaps
  project_tasks -->|"performed_by"| project_assignments
  strategic_portfolios -->|"groups"| strategic_initiatives
  strategic_initiatives -->|"evaluated_by"| business_value_assessments
  proofing_sessions -->|"belongs_to"| work_items
  proofing_annotations -->|"belongs_to"| proofing_sessions
  work_dashboards -->|"summarizes"| work_projects
  work_views -->|"scopes"| work_projects
  work_time_entries -->|"logged_against"| work_items
  work_portfolios -->|"groups"| work_projects
  work_statuses -->|"is_status_of"| work_items
  work_status_updates -->|"records_change_on"| work_items
  product_releases -->|"owned by"| users
  product_roadmaps -->|"owned by"| users
  feature_requests -->|"submitted by"| users
  users -->|"owns_milestones"| work_milestones
  users -->|"approves_steps"| work_approval_steps
  users -->|"initiated_chains"| work_approval_chains
  users -->|"created_custom_fields"| work_custom_fields
  users -->|"created_sections"| work_sections
  users -->|"authored_project_templates"| work_project_templates
  users -->|"authored_task_templates"| work_task_templates
  users -->|"authored_comments"| work_item_comments
  users -->|"uploaded_attachments"| work_item_attachments
  users -->|"owns"| action_plans
  action_plans -->|"is_assigned_to"| users
  users -->|"assigned items"| work_items
  users -->|"created items"| work_items
  users -->|"owns projects"| work_projects
  users -->|"authored automations"| work_automations
  users -->|"owns"| crm_opportunities
  users -->|"assigned_to"| project_tasks
  users -->|"staffed_on"| project_assignments
  users -->|"owns"| strategic_portfolios
  users -->|"assesses"| business_value_assessments
  users -->|"approves"| business_value_assessments
  users -->|"owns_proofing_sessions"| proofing_sessions
  users -->|"authored_annotations"| proofing_annotations
  users -->|"owns_dashboards"| work_dashboards
  users -->|"owns_views"| work_views
  users -->|"logged_time"| work_time_entries
  users -->|"owns_portfolios"| work_portfolios
  users -->|"made_status_updates"| work_status_updates
  class work_items master;
  class work_projects master;
  class work_automations master;
  class crm_opportunities consumer;
  class strategic_initiatives consumer;
  class strategic_portfolios consumer;
  class action_plans consumer;
  class business_value_assessments consumer;
  class project_tasks consumer;
  class product_roadmaps consumer;
  class feature_requests consumer;
  class product_releases consumer;
  class project_assignments consumer;
  class work_dependencies master;
  class work_milestones master;
  class work_approval_steps master;
  class work_approval_chains master;
  class work_user_workloads master;
  class work_custom_fields master;
  class work_custom_field_values master;
  class work_sections master;
  class work_project_templates master;
  class work_task_templates master;
  class work_tags master;
  class work_item_tags master;
  class work_item_comments master;
  class work_item_attachments master;
  class proofing_sessions master;
  class proofing_annotations master;
  class work_dashboards master;
  class work_views master;
  class work_time_entries master;
  class work_portfolios master;
  class work_statuses master;
  class work_status_updates master;
  class users platform_builtin;
  style crm_opportunities stroke-dasharray:5 5;
  style strategic_initiatives stroke-dasharray:5 5;
  style strategic_portfolios stroke-dasharray:5 5;
  style action_plans stroke-dasharray:5 5;
  style business_value_assessments stroke-dasharray:5 5;
  style project_tasks stroke-dasharray:5 5;
  style product_roadmaps stroke-dasharray:5 5;
  style feature_requests stroke-dasharray:5 5;
  style product_releases stroke-dasharray:5 5;
  style project_assignments stroke-dasharray:5 5;
  style proofing_sessions stroke-dasharray:5 5;
  style proofing_annotations stroke-dasharray:5 5;
  style work_dashboards stroke-dasharray:5 5;
  style work_views stroke-dasharray:5 5;
  style work_time_entries stroke-dasharray:5 5;
  style work_portfolios stroke-dasharray:5 5;
  style work_statuses stroke-dasharray:5 5;
  style work_status_updates stroke-dasharray:5 5;

3. Entities catalog

#data_objectcanonical codesingularpluralrolemastered inmastered labelnecessitypersonal_contententity_typewrite tiernotes
1work_approval_chainswork_approval_chainsApproval ChainApproval Chainsmaster--required-catalog:admin-
2work_approval_stepswork_approval_stepsApproval StepApproval Stepsmaster--required-operational_workflow:manage-
3work_custom_field_valueswork_custom_field_valuesCustom Field ValueCustom Field Valuesmaster--required-junction:admin-
4work_custom_fieldswork_custom_fieldsCustom FieldCustom Fieldsmaster--required-catalog:admin-
5work_item_attachmentswork_item_attachmentsItem AttachmentItem Attachmentsmaster--required-operational_record:manage-
6work_item_commentswork_item_commentsItem CommentItem Commentsmaster--requiredyesoperational_record:manage-
7work_item_tagswork_item_tagsItem Tag AssignmentItem Tag Assignmentsmaster--required-junction:admin-
8work_milestoneswork_milestonesMilestoneMilestonesmaster--required-operational_record:manage-
9work_project_templateswork_project_templatesProject TemplateProject Templatesmaster--required-catalog:admin-
10proofing_annotationsproofing_annotationsProofing AnnotationProofing Annotationsmaster--optional-operational_record:manage-
11proofing_sessionsproofing_sessionsProofing SessionProofing Sessionsmaster--optional-operational_workflow:manage-
12work_sectionswork_sectionsSectionSectionsmaster--required-catalog:admin-
13work_tagswork_tagsTagTagsmaster--required-catalog:admin-
14work_task_templateswork_task_templatesTask TemplateTask Templatesmaster--required-catalog:admin-
15work_automationswork_automationsWork AutomationWork Automationsmaster--required-catalog:admin-
16work_dashboardswork_dashboardsWork DashboardWork Dashboardsmaster--optional-catalog:admin-
17work_dependencieswork_dependenciesWork DependencyWork Dependenciesmaster--required-junction:manage-
18work_itemswork_itemsWork ItemWork Itemsmaster--required-operational_workflow:manage-
19work_portfolioswork_portfoliosWork PortfolioWork Portfoliosmaster--optional-catalog:admin-
20work_projectswork_projectsWork ProjectWork Projectsmaster--required-operational_workflow:manage-
21work_status_updateswork_status_updatesWork Status UpdateWork Status Updatesmaster--optional-operational_record:manage-
22work_statuseswork_statusesWork StatusWork Statusesmaster--optional-catalog:admin-
23work_time_entrieswork_time_entriesWork Time EntryWork Time Entriesmaster--optionalyesoperational_record:manage-
24work_viewswork_viewsWork ViewWork Viewsmaster--optional-catalog:admin-
25work_user_workloadswork_user_workloadsWorkloadWorkloadsmaster--required-computedread-only-
26business_value_assessmentsbusiness_value_assessmentsBusiness Value AssessmentBusiness Value Assessmentsconsumerspm-demand-mgmtDemand and Value Managementoptional-operational_workflow:manage-
27action_plansaction_plansEngagement Action PlanEngagement Action Plansconsumeremp-exp-action-planningAction Planningoptional-operational_workflow:manage-
28feature_requestsfeature_requestsFeature RequestFeature Requestsconsumerpm-discoveryProduct Discovery and Prioritizationoptionalyesoperational_workflow:manage-
29crm_opportunitiescrm_opportunitiesOpportunityOpportunitiesconsumercrm-pipeline-mgtOpportunity and Pipeline Managementoptionalyesoperational_workflow:manage-
30strategic_portfoliosstrategic_portfoliosPortfolioPortfoliosconsumerspm-portfolio-planningPortfolio Planningoptional-operational_workflow:manage-
31product_releasesproduct_releasesProduct ReleaseProduct Releasesconsumerpm-roadmap-deliveryRoadmap, Release, and Strategyoptional-operational_workflow:manage-
32product_roadmapsproduct_roadmapsProduct RoadmapProduct Roadmapsconsumerpm-roadmap-deliveryRoadmap, Release, and Strategyoptional-operational_workflow:manage-
33project_assignmentsproject_assignmentsProject AssignmentProject Assignmentsconsumerpsa-resource-mgmtResource Managementoptional-operational_workflow:manage-
34project_tasksproject_tasksProject TaskProject Tasksconsumerpsa-project-deliveryProject Deliveryoptional-operational_workflow:manage-
35strategic_initiativesstrategic_initiativesStrategic InitiativeStrategic Initiativesconsumersem-execution-trackingExecution Trackingoptional-operational_workflow:manage-

4. Aliases and industry synonyms

(none: no industry-scoped aliases for this scope)

5. Relationships

5.1 Intra-scope edges

fromverbtocardinalitykindnecessityowner_sidedelete_modefk_formatnotes
work_dependenciesblockswork_itemsmany_to_manyassociationrequiredsourcerestrictreference-
work_milestonesbelongs_towork_projectsone_to_manycompositionrequiredtargetcascadeparent-
work_approval_stepsbelongs_towork_approval_chainsone_to_manycompositionrequiredtargetcascadeparent-
work_approval_chainsgateswork_itemsmany_to_manyreferenceoptionalsourceclearreference-
work_approval_chainsgates_projectwork_projectsmany_to_manyreferenceoptionalsourceclearreference-
work_user_workloadsrolls_upwork_itemsmany_to_manyreferencerequiredsourcerestrictreference-
work_custom_fieldsapplies_towork_projectsone_to_manyreferenceoptionalsourceclearreference-
work_custom_field_valuesvalued_forwork_custom_fieldsone_to_manycompositionrequiredtargetcascadeparent-
work_custom_field_valuesset_onwork_itemsone_to_manycompositionrequiredtargetcascadeparent-
work_sectionsbelongs_towork_projectsone_to_manycompositionrequiredtargetcascadeparent-
work_itemsplaced_inwork_sectionsone_to_manyreferenceoptionaltargetclearreference-
work_project_templatesseedswork_projectsone_to_manyreferenceoptionalsourceclearreference-
work_task_templatesseeds_itemwork_itemsone_to_manyreferenceoptionalsourceclearreference-
work_item_tagsreferences_tagwork_tagsone_to_manycompositionrequiredtargetcascadeparent-
work_item_tagstagged_onwork_itemsone_to_manycompositionrequiredtargetcascadeparent-
work_item_commentsbelongs_towork_itemsone_to_manycompositionrequiredtargetcascadeparent-
work_item_attachmentsbelongs_towork_itemsone_to_manycompositionrequiredtargetcascadeparent-
action_plansspawnswork_itemsone_to_manyreferenceoptionalsourceclearreference-
work_itemsdepends_onwork_itemsmany_to_manyassociationoptionalsourceclearreference-
work_projectscontainswork_itemsone_to_manycompositionrequiredsourcecascadeparent-
work_automationsdriveswork_itemsone_to_manyreferenceoptionalsourceclearreference-
work_automationsapplies_towork_projectsmany_to_manyassociationoptionaltargetclearreference-
strategic_initiativesportfolio rollup fromwork_itemsone_to_manyreferenceoptionaltargetclearreference-
work_automationsrolls_up_intostrategic_portfoliosmany_to_manyreferenceoptionalsourceclearreference-
work_automationsfeedsproject_tasksmany_to_manyreferenceoptionalsourceclearreference-
work_automationsmirrors_toproduct_roadmapsmany_to_manyreferenceoptionalsourceclearreference-
project_tasksperformed_byproject_assignmentsmany_to_manyassociationoptionaltargetclearreference-
strategic_portfoliosgroupsstrategic_initiativesone_to_manyassociationoptionalsourceclearreference-
strategic_initiativesevaluated_bybusiness_value_assessmentsone_to_manyreferenceoptionalsourceclearreference-
proofing_sessionsbelongs_towork_itemsone_to_manycompositionrequiredtargetcascadeparent-
proofing_annotationsbelongs_toproofing_sessionsone_to_manycompositionrequiredtargetcascadeparent-
work_dashboardssummarizeswork_projectsmany_to_manyreferenceoptionalsourceclearreference-
work_viewsscopeswork_projectsone_to_manyreferenceoptionaltargetclearreference-
work_time_entrieslogged_againstwork_itemsone_to_manycompositionrequiredtargetcascadeparent-
work_portfoliosgroupswork_projectsone_to_manyassociationoptionalsourceclearreference-
work_statusesis_status_ofwork_itemsone_to_manyreferenceoptionalsourceclearreference-
work_status_updatesrecords_change_onwork_itemsone_to_manycompositionrequiredtargetcascadeparent-

5.2 Built-in edges (users and other platform built-ins)

fromverbtocardinalitynecessityowner_sidedelete_modefk_formatnotes
product_releasesowned byusersmany_to_manyoptionalsourceclearreference-
product_roadmapsowned byusersmany_to_manyoptionalsourceclearreference-
feature_requestssubmitted byusersmany_to_manyoptionalsourceclearreference-
usersowns_milestoneswork_milestonesone_to_manyoptionalsourceclearreference-
usersapproves_stepswork_approval_stepsone_to_manyoptionalsourceclearreference-
usersinitiated_chainswork_approval_chainsone_to_manyoptionalsourceclearreference-
userscreated_custom_fieldswork_custom_fieldsone_to_manyoptionalsourceclearreference-
userscreated_sectionswork_sectionsone_to_manyoptionalsourceclearreference-
usersauthored_project_templateswork_project_templatesone_to_manyoptionalsourceclearreference-
usersauthored_task_templateswork_task_templatesone_to_manyoptionalsourceclearreference-
usersauthored_commentswork_item_commentsone_to_manyoptionalsourceclearreference-
usersuploaded_attachmentswork_item_attachmentsone_to_manyoptionalsourceclearreference-
usersownsaction_plansone_to_manyrequiredsourcerestrictreference-
action_plansis_assigned_tousersmany_to_manyoptionaltargetclearreference-
usersassigned itemswork_itemsone_to_manyoptionalsourceclearreference-
userscreated itemswork_itemsone_to_manyrequiredsourcerestrictreference-
usersowns projectswork_projectsone_to_manyrequiredsourcerestrictreference-
usersauthored automationswork_automationsone_to_manyrequiredsourcerestrictreference-
usersownscrm_opportunitiesone_to_manyrequiredsourcerestrictreference-
usersassigned_toproject_tasksmany_to_manyoptionaltargetclearreference-
usersstaffed_onproject_assignmentsone_to_manyrequiredtargetrestrictreference-
usersownsstrategic_portfoliosone_to_manyrequiredsourcerestrictreference-
usersassessesbusiness_value_assessmentsone_to_manyrequiredsourcerestrictreference-
usersapprovesbusiness_value_assessmentsone_to_manyoptionalsourceclearreference-
usersowns_proofing_sessionsproofing_sessionsone_to_manyoptionalsourceclearreference-
usersauthored_annotationsproofing_annotationsone_to_manyoptionalsourceclearreference-
usersowns_dashboardswork_dashboardsone_to_manyoptionalsourceclearreference-
usersowns_viewswork_viewsone_to_manyoptionalsourceclearreference-
userslogged_timework_time_entriesone_to_manyoptionalsourceclearreference-
usersowns_portfolioswork_portfoliosone_to_manyoptionalsourceclearreference-
usersmade_status_updateswork_status_updatesone_to_manyoptionalsourceclearreference-

5.3 Cross-scope edges

5.3a Outbound from this scope’s masters and contributors

Edges this scope drives: the in-scope endpoint has role of master or contributor.

fromverbtocardinalitynecessitydelete_modefk_formatnotes
test_defectsspawnswork_itemsone_to_manyoptionalnonen/a-
work_form_submissionsconverts_towork_itemsone_to_manyoptionalnonen/a-
work_formsroutes_towork_projectsone_to_manyoptionalnonen/a-
okr_objectivestracked_bywork_itemsone_to_manyoptionalnonen/a-
work_projectsaligned_tookr_objectivesmany_to_manyoptionalnonen/a-
work_itemsmirrors_toservice_requestsone_to_oneoptionalnonen/a-
work_automationspropagates_toservice_requestsmany_to_manyoptionalnonen/a-
work_projectscloses_intoservice_projectsone_to_oneoptionalnonen/a-
work_automationsposts_tochat_channelsmany_to_manyoptionalnonen/a-
intranet_content_inventory_recordsspawns improvementwork_itemsone_to_manyoptionalnonen/a-
marketing_plan_linesis delivered bywork_itemsone_to_manyoptionalnonen/a-
marketing_plan_linesis delivered bywork_projectsone_to_manyoptionalnonen/a-
work_goal_linkslinkswork_itemsone_to_manyrequirednone (required-if-present)n/a-

5.3b Context edges on embedded shells and consumed entities

Edges the canonical owner drives, shown for context: the in-scope endpoint has role of embedded_master, consumer, or derived.

fromverbtocardinalitynecessitydelete_modefk_formatnotes
customersflags_churn_risk_oncrm_opportunitiesone_to_manyoptionalnonen/a-
crm_opportunitiesis activity context forcustomer_casesone_to_manyoptionalnonen/a-
deal_risk_scoresscorescrm_opportunitiesone_to_manyoptionalnonen/a-
revenue_forecastsforecastscrm_opportunitiesone_to_manyoptionalnonen/a-
captured_activitiesattributed_tocrm_opportunitiesone_to_manyoptionalnonen/a-
crm_opportunitiesopenscustomer_casesone_to_manyoptionalnonen/a-
customersimpacted_byproduct_releasesmany_to_manyoptionalnonen/a-
legal_contractsrenewal_warnscrm_opportunitiesone_to_manyoptionalnonen/a-
okr_objectivesadvanced_bystrategic_initiativesmany_to_manyoptionalnonen/a-
strategic_initiativesreviewed_inoperating_reviewsmany_to_manyoptionalnonen/a-
strategy_decisionsaffectsstrategic_initiativesmany_to_manyoptionalnonen/a-
engagement_driverstriggersaction_plansone_to_manyoptionalnonen/a-
org_unitsownsaction_plansone_to_manyoptionalnonen/a-
crm_opportunitiesdraftslegal_contractsone_to_manyoptionalnonen/a-
customershas_opportunitiescrm_opportunitiesone_to_manyrequirednone (required-if-present)n/a-
crm_opportunitiesconverted_from_leadcrm_leadsone_to_manyoptionalnonen/a-
pipeline_stagestrackscrm_opportunitiesone_to_manyrequirednone (required-if-present)n/a-
crm_opportunitiesinvolves_contactscrm_contactsmany_to_manyoptionalnonen/a-
crm_opportunitieshas_activitiessales_activitiesone_to_manyoptionalnonen/a-
service_projectscontainsproject_tasksone_to_manyrequired⚠ audit: required composed child out of scopen/a-
service_projectsstaffsproject_assignmentsone_to_manyrequired⚠ audit: required composed child out of scopen/a-
project_assignmentsrequires_skills_fromresource_skill_inventoriesmany_to_manyoptionalnonen/a-
project_resource_allocationsconfirms_intoproject_assignmentsone_to_manyoptionalnonen/a-
demand_intake_requestsbecomesstrategic_initiativesone_to_oneoptionalnonen/a-
strategic_initiativesdelivered_throughroadmap_itemsone_to_manyoptionalnonen/a-
strategic_initiativesstaffed_byresource_allocationsone_to_manyoptionalnonen/a-
dependency_chainslinksstrategic_initiativesmany_to_manyoptionalnonen/a-
strategic_initiativestracked_bybenefits_tracking_recordsone_to_manyoptionalnonen/a-

6. Cross-domain context

6.1 Master consumers (other modules / domains that embed this scope’s masters)

data_objectother module / domainrolenecessitynotes
work_automationsPM-ROADMAP-DELIVERY (Roadmap, Release, and Strategy) - PROD-MGMTconsumeroptional-
work_automationsWSC-CHANNELS-CONVERSATIONS (Channels and Conversations) - WSCconsumeroptional-
work_itemsINTGOV-GOVERNANCE (Intranet Content Governance and Lifecycle) - INTRANET-GOVembedded_masteroptional-
work_itemsMRM-PLANNING (Marketing Planning and Calendar) - MRMconsumeroptional-
work_itemsPM-ROADMAP-DELIVERY (Roadmap, Release, and Strategy) - PROD-MGMTconsumeroptional-
work_itemsSPM-RESOURCE-CAPACITY (Resource and Capacity Planning) - SPMconsumeroptional-
work_itemsWORK-MGMT-GOALS-OKR (Team-Execution Goals and OKRs) - WORK-MGMTembedded_masterrequired-
work_projectsMRM-PLANNING (Marketing Planning and Calendar) - MRMconsumeroptional-
work_projectsPSA-PROJECT-DELIVERY (Project Delivery) - PSAconsumeroptional-

6.2 Outbound handoffs (events this scope publishes)

source moduletarget domaintarget moduletrigger_eventtransitionpayloadintegrationfrictiondescription
WORK-MGMT-TASK-EXECSPM(domain-level)work_automation.triggered(signal)work_automationsbatch_syncmediumAggregated work-automation outcomes feed SPM portfolio rollup.
WORK-MGMT-TASK-EXECSPM(domain-level)work_item.completedin_progressdone (lifecycle)work_itemsbatch_syncmediumWork-management platforms publish task-completion data to portfolio dashboards in SPM tools. The portfolio rollup powers strategy-to-execution dashboards and OKR progress (via okr_objectives.key_results linking down to work_items). Nightly sync is the common pattern; richer real-time integrations exist but are vendor-specific.
WORK-MGMT-TASK-EXECSPM(domain-level)work_project.completedactivecompleted (lifecycle)work_projectsapi_callmediumWM work_project completion feeds SPM portfolio rollup (project closure as a milestone in the strategic portfolio). target_domain_module_id NULL because SPM is not yet modularized.
WORK-MGMT-TASK-EXECPSA(domain-level)work_automation.triggered(signal)work_automationsevent_streamlowAutomation-driven task transitions feed PSA for utilization and billable-hour tracking.
WORK-MGMT-TASK-EXECPSAPSA-PROJECT-DELIVERYwork_item.completedin_progressdone (lifecycle)work_itemsapi_calllowWhen WM is the work tracker for a PSA-managed delivery, work_item completion closes the loop on PSA-side time / utilization accounting. Pairs with the existing PSA -> WM project_task.completed inbound for the bidirectional sync pattern.
WORK-MGMT-TASK-EXECPSAPSA-PROJECT-DELIVERYwork_project.completedactivecompleted (lifecycle)work_projectsbatch_syncmediumServices orgs running delivery in WORK-MGMT close a project and need utilization, billable hours, and milestone-based revenue recognition to roll up into PSA. Nightly sync of project status + hours is the common pattern; richer real-time integration exists but is uncommon.
WORK-MGMT-TASK-EXECWSCWSC-CHANNELS-CONVERSATIONSwork_automation.triggered(signal)work_automationsapi_calllowAutomations post status updates and task notifications into workstream collaboration channels.
WORK-MGMT-TASK-EXECPROD-MGMTPM-ROADMAP-DELIVERYwork_automation.disabledenableddisabled (lifecycle)work_automationsevent_streamlowA WORK-MGMT automation rule has been disabled. PROD-MGMT subscribers stop reacting to its downstream effects (e.g. auto-creation of feature_request linkages from incoming work_items).
WORK-MGMT-TASK-EXECPROD-MGMTPM-ROADMAP-DELIVERYwork_automation.triggered(signal)work_automationsevent_streammediumEngineering team automations mirror into product-management roadmap tracking.
WORK-MGMT-TASK-EXECPROD-MGMTPM-ROADMAP-DELIVERYwork_item.completedin_progressdone (lifecycle)work_itemsapi_callmediumWM work_item completion updates PROD-MGMT roadmap progress when items are linked to feature_requests or product_releases. Most product-mgmt tools (Aha, Productboard, Roadmunk) integrate via this signal but each integration is bespoke - friction is the mapping between work_item id and roadmap_item id.
WORK-MGMT-TASK-EXECWORK-MGMTWORK-MGMT-GOALS-OKRwork_automation.triggered(signal)work_automationsevent_streamlowAutomation rules can drive OKR check-in updates or auto-progress KRs based on work_item events. Eventful (out-of-process at runtime) because automation execution decouples from the caller.
WORK-MGMT-TASK-EXECWORK-MGMTWORK-MGMT-GOALS-OKRwork_item.completedin_progressdone (lifecycle)work_itemslifecycle_progressionlowTerminal completion of a work item is the strongest progress signal - drives KR closure recalculation and triggers KR-fully-met evaluations on linked objectives.
WORK-MGMT-TASK-EXECWORK-MGMTWORK-MGMT-GOALS-OKRwork_item.status_changedanyany (lifecycle)work_itemslifecycle_progressionlowWork item status change triggers KR progress recalculation in GOALS-OKR for any objective that has linked the item to a key result. In-process FK + state read; no message moves.

6.3 Inbound handoffs (events this scope reacts to)

target modulesource domainsource moduletrigger_eventtransitionpayloadintegrationfrictiondescription
WORK-MGMT-TASK-EXECSPMSPM-DEMAND-MGMTbusiness_value_assessment.completedapproved (lifecycle)business_value_assessmentsevent_streammediumApproved initiatives cascade into team-level work items in WORK-MGMT.
WORK-MGMT-TASK-EXECSPMSPM-DEMAND-MGMTdemand_intake.approvedscreenedapproved (state_change)strategic_initiativesapi_callhighSPM creates work_projects + kickoff work_items for charter and resourcing.
WORK-MGMT-TASK-EXECSPMSPM-PORTFOLIO-PLANNINGstrategic_portfolio.rebalancedactiveactive (state_change)strategic_portfoliosbatch_synchighRe-prioritization cascades to project priority updates; high-touch validation.
WORK-MGMT-TASK-EXECEMP-EXPEMP-EXP-ACTION-PLANNINGaction_plan.completed(state_change)action_plansapi_callmediumAn engagement action plan transitions to completed in EMP-EXP. Subscribers in WORK-MGMT close the work_items that tracked each action item and roll up completion for reporting. Failure mode: action items may be closed in EMP-EXP without the linked work_items being closed in WORK-MGMT, leaving stale tasks.
WORK-MGMT-TASK-EXECEMP-EXPEMP-EXP-ACTION-PLANNINGaction_plan.created(state_change)action_plansapi_callmediumEngagement action plans often tracked as work items in WORK-MGMT for execution visibility.
WORK-MGMT-TASK-EXECPSAPSA-PROJECT-DELIVERYproject_task.completed(lifecycle)project_tasksevent_streamlowPSA task completion mirrors into the WORK-MGMT board to keep team-level views current.
WORK-MGMT-TASK-EXECPSAPSA-RESOURCE-MGMTproject_assignment.confirmed(state_change)project_assignmentsevent_streamlowPSA seeds the WORK-MGMT project board with the newly-assigned resource so day-to-day task tracking can begin.
WORK-MGMT-TASK-EXECPSAPSA-RESOURCE-MGMTproject_assignment.released(state_change)project_assignmentsevent_streamlowA project assignment is released in PSA (consultant rolls off or capacity is freed). WORK-MGMT subscribers may close or reassign the work_items that were owned by the released assignee. Failure mode: orphaned work_items if the release event is missed and no reassignment happens.
WORK-MGMT-TASK-EXECCRMCRM-PIPELINE-MGTcrm_opportunity.closed_won(state_change)crm_opportunitiesapi_callhighSales closes a deal in CRM; delivery / Customer Success spin up a kickoff project in their work-management tool. Custom iPaaS automations or hand-built webhooks bridge the two; payload mapping (opportunity products to project tasks, account stakeholders to project members) is bespoke per org.
WORK-MGMT-TASK-EXECPROD-MGMTPM-DISCOVERYfeature_request.upvoted_threshold(threshold)feature_requestsevent_streammediumOnce demand-signal crosses the prioritization threshold, an engineering work item / epic is created in WORK-MGMT. Many teams still do this by hand.
WORK-MGMT-TASK-EXECPROD-MGMTPM-ROADMAP-DELIVERYproduct_release.planned(lifecycle)product_releasesevent_streamlowWORK-MGMT creates the delivery workstream / release train for the planned release, with the scope and target date hydrated from PROD-MGMT.
WORK-MGMT-TASK-EXECPROD-MGMTPM-ROADMAP-DELIVERYproduct_release.rolled_back(state_change)product_releasesevent_streammediumA product release is rolled back in PROD-MGMT (post-ship regression or incident). WORK-MGMT subscribers reopen the work_items that tracked the release and spawn remediation tasks. Failure mode: remediation tasks may not be scoped correctly if the rollback reason isn’t propagated.
WORK-MGMT-TASK-EXECPROD-MGMTPM-ROADMAP-DELIVERYproduct_release.shipped(lifecycle)product_releasesevent_streamlowA product release ships in PROD-MGMT. WORK-MGMT subscribers close the work_items that tracked release-prep tasks and surface release notes against the project board.
WORK-MGMT-TASK-EXECPROD-MGMTPM-ROADMAP-DELIVERYproduct_roadmap.item_promoted(state_change)product_roadmapsevent_streammediumPromoting a roadmap item to now/next must create the corresponding delivery work in WORK-MGMT; manual handoff here is one of the most-cited PROD↔ENG pain points.
WORK-MGMT-TASK-EXECPROD-MGMTPM-ROADMAP-DELIVERYproduct_roadmap.published(lifecycle)product_roadmapsevent_streamlowA new or updated product roadmap is published in PROD-MGMT. WORK-MGMT subscribers create work_projects or sub-projects representing the new roadmap initiatives so cross-functional teams can begin execution tracking.
WORK-MGMT-TASK-EXECWORK-MGMTWORK-MGMT-INTAKEwork_form_submission.convertedtriagedconverted (lifecycle)work_itemslifecycle_progressionlowA converted intake form submission spawns a work item in the task-execution module under the routed project.
WORK-MGMT-TASK-EXECINTRANET-GOVINTGOV-GOVERNANCEintranet_content_attestation.flagged_stalependingflagged_stale (state_change)work_itemsapi_callmediumWhen content is flagged stale during recertification, an improvement work item is created in Work Management for remediation.
WORK-MGMT-TASK-EXECMRMMRM-PLANNINGmarketing_plan_line.scheduledscheduled (state_change)work_itemsapi_callmediumWhen a plan line is scheduled on the marketing calendar, the delivery work is handed to work-management as tasks and projects. Payload: the work item that delivers the plan line.

6.4 Master providers (modules / domains that own masters this scope embeds)

data_objectrole herenecessitycanonical owner(s)slice notes
action_plansconsumeroptionalEMP-EXP-ACTION-PLANNING (EMP-EXP)-
business_value_assessmentsconsumeroptionalSPM-DEMAND-MGMT (SPM)-
crm_opportunitiesconsumeroptionalCRM-PIPELINE-MGT (CRM)-
feature_requestsconsumeroptionalPM-DISCOVERY (PROD-MGMT)-
product_releasesconsumeroptionalPM-ROADMAP-DELIVERY (PROD-MGMT)-
product_roadmapsconsumeroptionalPM-ROADMAP-DELIVERY (PROD-MGMT)-
project_assignmentsconsumeroptionalPSA-RESOURCE-MGMT (PSA)-
project_tasksconsumeroptionalPSA-PROJECT-DELIVERY (PSA)-
strategic_initiativesconsumeroptionalSEM-EXECUTION-TRACKING (SEM)-
strategic_portfoliosconsumeroptionalSPM-PORTFOLIO-PLANNING (SPM)-

7. Lifecycle states

action_plans (Engagement Action Plan)

This scope holds action_plans as consumer; the canonical state machine is owned by EMP-EXP-ACTION-PLANNING.

orderstate_nameinitial?terminal?requires_permission?derived gatedescription
10open----
20in_progress-----
30completed-emp-exp-action-planning:complete_action_plan-
40archived----

business_value_assessments (Business Value Assessment)

This scope holds business_value_assessments as consumer; the canonical state machine is owned by SPM-DEMAND-MGMT.

orderstate_nameinitial?terminal?requires_permission?derived gatedescription
1draft----
2submitted-----
3approved-spm-demand-mgmt:approve_business_value_assessment-

crm_opportunities (Opportunity)

This scope holds crm_opportunities as consumer; the canonical state machine is owned by CRM-PIPELINE-MGT.

orderstate_nameinitial?terminal?requires_permission?derived gatedescription
1open---Opportunity created and being scoped.
2qualified----Opportunity has passed qualification and entered active pursuit.
3proposal----Proposal or quote has been delivered to the prospect.
4negotiation----Commercial terms are being negotiated with the prospect.
5won-crm-pipeline-mgt:close_wonDeal closed-won; triggers downstream subscription activation.
6lost---Deal closed-lost; opportunity terminated without revenue.

feature_requests (Feature Request)

This scope holds feature_requests as consumer; the canonical state machine is owned by PM-DISCOVERY.

orderstate_nameinitial?terminal?requires_permission?derived gatedescription
1new---Feature request just captured; awaiting triage.
2triaged----Request has been reviewed and deemed in-scope for the product.
3prioritized----Request has been ranked relative to other backlog items.
4accepted-pm-discovery:accepted_feature_requestRequest has been accepted; converted to a product_feature row.
5rejected-pm-discovery:rejected_feature_requestRequest will not be built; rationale captured.
6archived---Old or duplicate request; out of consideration for filtering.

product_releases (Product Release)

This scope holds product_releases as consumer; the canonical state machine is owned by PM-ROADMAP-DELIVERY.

orderstate_nameinitial?terminal?requires_permission?derived gatedescription
1planned---Release plan exists with target date and feature set.
2in_progress----Release work in flight; features merging in.
3shipped-pm-roadmap-delivery:shipped_product_releaseRelease has gone live to the target audience.
4rolled_back-pm-roadmap-delivery:rolled_back_product_releaseRelease was pulled after shipping due to defects or business reasons.
5canceled-pm-roadmap-delivery:canceled_product_releaseRelease was canceled before shipping.

product_roadmaps (Product Roadmap)

This scope holds product_roadmaps as consumer; the canonical state machine is owned by PM-ROADMAP-DELIVERY.

orderstate_nameinitial?terminal?requires_permission?derived gatedescription
1draft---Roadmap is being authored; not visible to wider audiences.
2published--pm-roadmap-delivery:published_product_roadmapRoadmap version is published; visible to the configured audience.
3archived---Roadmap version is superseded; kept for historical reference.

project_assignments (Project Assignment)

This scope holds project_assignments as consumer; the canonical state machine is owned by PSA-RESOURCE-MGMT.

orderstate_nameinitial?terminal?requires_permission?derived gatedescription
1proposed---Resource manager has nominated a consultant for a role on the project; awaiting confirmation.
2confirmed--psa-resource-mgmt:confirm_project_assignmentResource committed to the project at a stated allocation; HCM capacity decremented; WORK-MGMT seat created.
3active----Resource is actively delivering on the assignment; hours flowing through time entries.
4released-psa-resource-mgmt:release_project_assignmentResource has rolled off (planned end, early release, scope change). Capacity returned to HCM bench.

project_tasks (Project Task)

This scope holds project_tasks as consumer; the canonical state machine is owned by PSA-PROJECT-DELIVERY.

orderstate_nameinitial?terminal?requires_permission?derived gatedescription
1not_started---Task created on the project plan; not yet picked up.
2in_progress--psa-project-delivery:start_project_taskAssignee has begun work on the task.
3blocked--psa-project-delivery:block_project_taskTask cannot proceed: upstream dependency, approval, or external input outstanding.
4completed-psa-project-delivery:complete_project_taskTask delivered; rolls into milestone progress.
5canceled-psa-project-delivery:cancel_project_taskTask abandoned (scope change, descope, redundancy).

proofing_sessions (Proofing Session)

orderstate_nameinitial?terminal?requires_permission?derived gatedescription
1open----
2in_review-----
3changes_requested-----
4approved-work-mgmt-task-exec:approve_proofing_session-
5rejected-work-mgmt-task-exec:reject_proofing_session-

strategic_initiatives (Strategic Initiative)

This scope holds strategic_initiatives as consumer; the canonical state machine is owned by SEM-EXECUTION-TRACKING.

orderstate_nameinitial?terminal?requires_permission?derived gatedescription
1proposed---Initiative is drafted by a strategy-office contributor; not yet funded or scheduled.
2approved--sem-execution-tracking:approve_strategic_initiativeInitiative cleared by the operating-rhythm review; budget and owner confirmed. Publishes strategic_initiative.approved.
3in_progress----Execution underway; status, milestones, and benefits realization updated against the initiative.
4completed-sem-execution-tracking:complete_strategic_initiativeBenefits realized or scope fully delivered. Publishes strategic_initiative.completed.
5canceled-sem-execution-tracking:cancel_strategic_initiativeInitiative withdrawn before completion (deprioritized, blocked, or rolled into another initiative). Publishes strategic_initiative.canceled.

strategic_portfolios (Portfolio)

This scope holds strategic_portfolios as consumer; the canonical state machine is owned by SPM-PORTFOLIO-PLANNING.

orderstate_nameinitial?terminal?requires_permission?derived gatedescription
1proposed----
2active--spm-portfolio-planning:activate_strategic_portfolio-
3under_review-----
4sunset-spm-portfolio-planning:retire_strategic_portfolio-

work_approval_chains (Approval Chain)

orderstate_nameinitial?terminal?requires_permission?derived gatedescription
1initiated----
2in_progress-----
3approved-work-mgmt-task-exec:approve_chain-
4rejected-work-mgmt-task-exec:reject_chain-
5canceled-work-mgmt-task-exec:cancel_approval_chain-

work_approval_steps (Approval Step)

orderstate_nameinitial?terminal?requires_permission?derived gatedescription
1pending----
2approved-work-mgmt-task-exec:approve_step-
3rejected-work-mgmt-task-exec:reject_step-
4expired----

work_automations (Work Automation)

orderstate_nameinitial?terminal?requires_permission?derived gatedescription
1drafted----
2enabled--work-mgmt-task-exec:enable_work_automation-
3disabled--work-mgmt-task-exec:disable_work_automation-
4archived----

work_items (Work Item)

orderstate_nameinitial?terminal?requires_permission?derived gatedescription
1open----
2in_progress-----
3blocked-----
4done----
5canceled-work-mgmt-task-exec:cancel_work_item-

work_milestones (Milestone)

orderstate_nameinitial?terminal?requires_permission?derived gatedescription
1open----
2reached-work-mgmt-task-exec:reach_work_milestone-
3missed-work-mgmt-task-exec:miss_work_milestone-

work_project_templates (Project Template)

orderstate_nameinitial?terminal?requires_permission?derived gatedescription
1drafted----
2published--work-mgmt-task-exec:publish_project_template-
3archived----

work_projects (Work Project)

orderstate_nameinitial?terminal?requires_permission?derived gatedescription
1planning----
2active-----
3on_hold-----
4completed-work-mgmt-task-exec:complete_work_project-
5archived----

work_task_templates (Task Template)

orderstate_nameinitial?terminal?requires_permission?derived gatedescription
1drafted----
2published--work-mgmt-task-exec:publish_task_template-
3archived----

8. Permissions and business rules (derived)

8.1 Permissions

permissiontierdescriptionincluded in :admin?
work-mgmt-task-exec:readbaseline-readRead access to every entity in the module
work-mgmt-task-exec:managebaseline-manageEdit operational records
work-mgmt-task-exec:adminbaseline-adminEdit reference data and inherit every workflow gate below-
work-mgmt-task-exec:cancel_work_itemworkflow-gate (lifecycle)Transition work_items into state canceled
work-mgmt-task-exec:complete_work_projectworkflow-gate (lifecycle)Transition work_projects into state completed
work-mgmt-task-exec:enable_work_automationworkflow-gate (lifecycle)Transition work_automations into state enabled
work-mgmt-task-exec:disable_work_automationworkflow-gate (lifecycle)Transition work_automations into state disabled
work-mgmt-task-exec:reach_work_milestoneworkflow-gate (lifecycle)Transition work_milestones into state reached
work-mgmt-task-exec:miss_work_milestoneworkflow-gate (lifecycle)Transition work_milestones into state missed
work-mgmt-task-exec:approve_stepworkflow-gate (lifecycle)Transition work_approval_steps into state approved
work-mgmt-task-exec:reject_stepworkflow-gate (lifecycle)Transition work_approval_steps into state rejected
work-mgmt-task-exec:approve_chainworkflow-gate (lifecycle)Transition work_approval_chains into state approved
work-mgmt-task-exec:reject_chainworkflow-gate (lifecycle)Transition work_approval_chains into state rejected
work-mgmt-task-exec:cancel_approval_chainworkflow-gate (lifecycle)Transition work_approval_chains into state canceled
work-mgmt-task-exec:publish_project_templateworkflow-gate (lifecycle)Transition work_project_templates into state published
work-mgmt-task-exec:publish_task_templateworkflow-gate (lifecycle)Transition work_task_templates into state published
work-mgmt-task-exec:approve_proofing_sessionworkflow-gate (lifecycle)Transition proofing_sessions into state approved
work-mgmt-task-exec:reject_proofing_sessionworkflow-gate (lifecycle)Transition proofing_sessions into state rejected
work-mgmt-task-exec:view_all_item_commentsoverride (personal_content)View all work_item_comments rows beyond row-scope
work-mgmt-task-exec:manage_all_item_commentsoverride (personal_content)Manage all work_item_comments rows beyond row-scope
work-mgmt-task-exec:view_all_work_time_entriesoverride (personal_content)View all work_time_entries rows beyond row-scope
work-mgmt-task-exec:manage_all_work_time_entriesoverride (personal_content)Manage all work_time_entries rows beyond row-scope

8.2 Business rules

rule_namedata_objectsource flagintent
item_comment_edit_scopework_item_commentshas_personal_contentRow-scope by default; override via work-mgmt-task-exec:view_all_item_comments / work-mgmt-task-exec:manage_all_item_comments
work_time_entry_edit_scopework_time_entrieshas_personal_contentRow-scope by default; override via work-mgmt-task-exec:view_all_work_time_entries / work-mgmt-task-exec:manage_all_work_time_entries

9. Roles, RACI, and responsibilities (derived)

Baseline roles, the permission hierarchy, and RACI realization are DERIVED from this scope’s entity-type write tiers + process_raci; none of it is stored in the catalog (the deployer provisions it from this blueprint).

9.1 WORK-MGMT-TASK-EXEC

Baseline roles:

rolebaseline grant
work-mgmt-task-exec_viewerwork-mgmt-task-exec:read
work-mgmt-task-exec_managerwork-mgmt-task-exec:manage
work-mgmt-task-exec_adminwork-mgmt-task-exec:admin

Permission hierarchy:

permissionincludes
work-mgmt-task-exec:adminwork-mgmt-task-exec:manage
work-mgmt-task-exec:managework-mgmt-task-exec:read
work-mgmt-task-exec:adminwork-mgmt-task-exec:cancel_work_item
work-mgmt-task-exec:adminwork-mgmt-task-exec:complete_work_project
work-mgmt-task-exec:adminwork-mgmt-task-exec:enable_work_automation
work-mgmt-task-exec:adminwork-mgmt-task-exec:disable_work_automation
work-mgmt-task-exec:adminwork-mgmt-task-exec:reach_work_milestone
work-mgmt-task-exec:adminwork-mgmt-task-exec:miss_work_milestone
work-mgmt-task-exec:adminwork-mgmt-task-exec:approve_step
work-mgmt-task-exec:adminwork-mgmt-task-exec:reject_step
work-mgmt-task-exec:adminwork-mgmt-task-exec:approve_chain
work-mgmt-task-exec:adminwork-mgmt-task-exec:reject_chain
work-mgmt-task-exec:adminwork-mgmt-task-exec:cancel_approval_chain
work-mgmt-task-exec:adminwork-mgmt-task-exec:publish_project_template
work-mgmt-task-exec:adminwork-mgmt-task-exec:publish_task_template
work-mgmt-task-exec:adminwork-mgmt-task-exec:approve_proofing_session
work-mgmt-task-exec:adminwork-mgmt-task-exec:reject_proofing_session
work-mgmt-task-exec:adminwork-mgmt-task-exec:view_all_item_comments
work-mgmt-task-exec:adminwork-mgmt-task-exec:manage_all_item_comments
work-mgmt-task-exec:adminwork-mgmt-task-exec:view_all_work_time_entries
work-mgmt-task-exec:adminwork-mgmt-task-exec:manage_all_work_time_entries

Processes wired:

process_keyprocess_namePCF codePCF IDleveldescription
manage_projectsManage projects13.2.3164103Establishing the scope of the projects. Create plans for implementing the projects. Initiate projects. Review and report project performance to management. Close projects.

RACI realization:

actorkindraciprocess_keyrealization
OPERATIONS-WORK-CONTRIBUTORpersonaresponsiblemanage_projectsgrant gates [work-mgmt-task-exec:cancel_work_item, work-mgmt-task-exec:complete_work_project] + the gated entities’ write tier
OPERATIONS-WORK-PROGRAM-LEADpersonaaccountablemanage_projectsapproval gate

9.2 Functional ownership and default grants

responsibilitybusiness functiondefault roledefault tier
ownerBusiness Operationsadmin:admin
contributorCustomer Successmanage:manage
contributorMarketingmanage:manage
contributorProduct Managementmanage:manage
consumerSalesread:read