id property
String
get
id
Stable id. Immutable after creation.
If the task changes meaningfully (input, graders, reference
solution), create a new task with a new id (convention:
card_001 → card_001_v2). Historical reports stay associated
with the old id. See RFC §6.16 / §13.2.
Implementation
String get id;