func Tags(
task Task,
// TODO: convert this to a method GetEventID on task interface
// or remove this tag as the value is visible in the Task tag value.
taskEventID := common.EmptyEventID
taskEidOk := false
taskCategory := task.GetCategory()
switch taskCategory.ID() {
case CategoryIDTransfer:
taskEventID, taskEidOk = GetTransferTaskEventID(task)