New
Conflicting Tasks for Active Tasks
When a tasking request moves into the Active status, a list of other tasking requests within an organization that may potentially led to the tasking being Rejected is now available to aid users in their prioritization process.
This list is available when a tasking request has a status of Active with the additional message of "Collection will be attempted but conflicting tasks may prevent task completion". In Console, a unique Task Details page will be displayed with basic information about the conflicting tasks. More information on this change can be found in the Potentially Conflicting Tasks support article.
API users can also retrieve the conflicting tasks for an Active task by submitting an individual taskingRequestId with the above status message to the GET /task/{taskingrequestId} endpoint and looking for the conflictingTasks parameter. Detailed instructions can be found on the API documentation site.