I am using a custom webhook endpoint to trigger a Pipeline workflow.
Part of my workflow involves calling the webhook in parallel with different payloads (up to 10 at a time). However, circleci is creating workflows and marking some of them as “Canceled” but others are run successfully. How can I get one pipeline run per call to the webhook endpoint? Am I missing a query parameter to show that the call is not a duplicate and the body being set is different for each call?