Tested added percentiles haulmkilling.

master
Mark van der Wal 2020-05-10 16:04:10 +02:00
parent 2336bb138a
commit c8b82a2ed3
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ namespace FarmmapsHaulmkilling
taskRequest.attributes["inputType"] = inputType;
taskRequest.attributes["agentName"] = agentName;
taskRequest.attributes["selectedOption"] = selectedOption;
taskRequest.attributes["minPercentile"] = "0.0";
var taskCode = await _farmmapsApiService.QueueTaskAsync(cropfieldItem.Code, taskRequest);
await PollTask(TimeSpan.FromSeconds(3), async (tokenSource) =>