I have a link on my web page that allows a user to start a workflow process. Unfortunately, every time a user clicks on the link, a new instance of the same workflow is created. I only want them to start one instance of a workflow at a time.
Is there a workflow property that would limit the user so that they cannot run multiple instances of the same workflow (while another instance is running)?