I’m using the NAC APIs to generate a Report.
The Tasks API v2 is successfully returning all the Tasks for a workflow instances.
However, I just noticed that the Tasks API v2 is returning empty tasks for Instances which were completed 14 days ago.
Question: Does the Tasks Details of a workflow instance expire? If YES, when does it expire
Status Response is 200
{
"tasks": []
}


