Set work item status

i have a work-queue in which each work item only finished after stages.
but “get work queue item” only return queue-item for the first time and the ‘set work queue status’ only support “Failed”/“Successed”.

After get queue item and process, i need to get this item for next runs(when new email comes) before marking completed.
Is there anyway to achive this?

You can add the item in a new queue.

2017.1 will support new features

  • release an item back into the queue (set new status again)
  • write into a progress field a custom status
    This will be an alternate way of achieving it.
1 Like