mirror of https://github.com/milvus-io/milvus.git
parent
59daccf67c
commit
ddf0cd2174
|
@ -120,6 +120,7 @@ func newBaseTask(ctx context.Context, triggerType querypb.TriggerCondition) *Bas
|
|||
return baseTask
|
||||
}
|
||||
|
||||
// ID function returns the unique taskID of the trigger task
|
||||
func (bt *BaseTask) ID() UniqueID {
|
||||
return bt.taskID
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue