This is with reference to ticket #91562 (Bharti AXA)
Here the customer uses a webhook which is triggered on a particular activity creation.
Yet we observe that despite of the activity being created, the trigger being called, the task was not shown on their panel.
Upon analysis, we observed that the webhook was called but the task failure occured as there were multiple activities posted at the same time.
Thus the webhook threw an exception and could not create a task.
One more possibility why task could be not created is if the task date and time is less than the activity creation date and time.
Meaning any task scheduled for the past shall fail to process.
Hope this helped.
Cheers!
