Hi all,
I have a group of workers and a stream of tasks arriving by email. Assume workers are happy responding to emails and that they can only work on one task at a time. I want the workflow to give each worker the Subject of the email and the ability to take the task, ignore it or reject it. But I also want to prevent more than one worker working on a task at the same time.
Are there any examples around that implement anything similar in pipefy?
James