It is possible to get a unique list of all neighbor Task uuid’s of the current Account. To access any neighbor Task uuid loop through the array with the following method:
foreach (string uuid in neighborTasks) {
Console.WriteLine(uuid);
}
This will create some Chat messages with all neighbor Task uuid’s of the current Account as content:
