aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/worker.proto
diff options
context:
space:
mode:
Diffstat (limited to 'weed/pb/worker.proto')
-rw-r--r--weed/pb/worker.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/pb/worker.proto b/weed/pb/worker.proto
index 0ab115bb2..811f94591 100644
--- a/weed/pb/worker.proto
+++ b/weed/pb/worker.proto
@@ -94,6 +94,7 @@ message TaskAssignment {
// TaskParams contains task-specific parameters with typed variants
message TaskParams {
+ string task_id = 12; // ActiveTopology task ID for lifecycle management
uint32 volume_id = 1;
string server = 2;
string collection = 3;