How to set priority

Hello. I am trying to determine how to set priority on work items within task workflow. Essentially I need to have first in first out priority. I am also trying to get those work items to feed automatically to a processor for a manual step in our workflow.

There is a feature to create a priority on tasks, but for a FIFO implementation i would suggest simply querying for the tasks and ordering them by the date they where created.
Then you could ensure that you’ve got a list of the first created in order.