I have a correlation workflow. When I call a method twice with the same parameters, I have the following error:
InstancePersistenceCommand instance was aborted using a key collision. The instance key with the value "bcd874f3-1d47-d9f0-de51-4487d1e4e12e" could not be associated with the instance because it is already associated with another instance.
Is there a way to delete the previous workflow and start a new one?
source
share