Skip to content

Task

IRI: https://w3id.org/altium/cdm/collaboration/Task

Bounded context: collaboration

Task represents a discrete unit of work assigned to a user or team within the design workflow, used to track progress, responsibility, and completion status for design, review, or management activities.

Platform API

DesTask

GRID (1)

grid:workspace:{workspace-id}:collaboration:task/{id}

  1. 🙋‍♂️ Altium Global Resource ID (aka GRID)

Diagram

---
  config:
    layout: elk
    theme: neutral
    class:
      hideEmptyMembersBox: true
---
 classDiagram
    direction LR


  class col_Task["Task"]



      style col_Task fill:#6fa8dc    


    click col_Task href "../../classes/col_Task/"







          col_Task : id













  class ins_PartInsight["Part Insight"]



      style ins_PartInsight fill:#a64d79    


          ins_PartInsight --> "*" col_Task: tasks 
          click ins_PartInsight href "../../classes/ins_PartInsight/"



Comments

Each Task has its own identity, state, and assignees, and may be linked to specific design objects, projects, or comments. It provides structure and accountability in collaborative design processes, supporting review cycles, issue resolution, and workflow coordination across teams within Altium 365.

Inheritance

Fields

Name Cardinality Type Description Inheritance
id 1 GRID Globally unique identifier across the whole platform. Entity

Identifier and Mapping Information

Annotations

property value
grid grid:workspace:{workspace-id}:collaboration:task/{id}
platformAPI DesTask

Comments

Comments are still experimental - you need access to AltiumDeveloper/cdm-comments repository to see and leave comments. Please ping @dmitry.kolomiets for details.