0

In my workflow I have iterative loop which check the table value until it matches a workflow value using DB Execute.

This stage arise after completing initial and step After values matches it will proceed to next step.this has created by adding delay function.

However my client required to show the list work items which are pending withing content navigator. Is there a way to achieve this.

Cœur
  • 37,241
  • 25
  • 195
  • 267
  • From what I understand you want users to be able to see certain items that are currently in the delay queue? I do not think it is possible to show this queue to normal users. I think it can be done by implementing it as a custom page and create a custom vw query. – Robert vd S Feb 17 '15 at 14:11

1 Answers1

1

Try to add users (who want to track status) in F_Trackers system Workflow Group.

swepss
  • 481
  • 3
  • 9