I have a Durable Function App (Elastic Premium) that gets triggered via Azure Data Factory. In ADF I have an activity that checks the runtime status of the activity that was triggered. However, I have an activity whose endpoint shows 'Running':
However, if I check the status of this run on de Azure Function App portal, I can see that it has already finished successfully
Any idea on what this could be?
For more context, all of the activities that were triggered after this one are stuck either on Running or in Pending.