I've created a workitem to get information from some Revit files using Design Automation.
I'm using ngrok to get the callback request, sending it to localhost and process the information. The problem is every 2-5 minutes I'm getting the same information. The WorkItem status after getting that requests is not "Succeed", it's "InProgress".
To be clear, I'm not creating multiples WorkItems, just once. Do I missing a step?