What's the expected behaviour if you try to create two workflows with the same instance id in quick
What's the expected behaviour if you try to create two workflows with the same instance id in quick succession? When testing this locally with
I'm considering triggering a workflow from a queue and wondering if I need to put in additional protection to prevent duplicate workflow creation requests in the case of a message being delivered more than once by the queue. Can I rely on CF to ensure only one workflow gets triggered per instance id?
wrangler dev it seems the second request is silently dropped, no error is raised but based on log output I can only observe one instance of the workflow being started.I'm considering triggering a workflow from a queue and wondering if I need to put in additional protection to prevent duplicate workflow creation requests in the case of a message being delivered more than once by the queue. Can I rely on CF to ensure only one workflow gets triggered per instance id?






