Skip to main content
Nintex Community Menu Bar

Activity Instance report in webform

  • November 3, 2006
  • 2 replies
  • 16 views

Forum|alt.badge.img+5
Hello,
I want to build a webform that displays the workflow path of a workflow item.

E.g. I'm a requestor that fills in a webform, the form is send, so the worklistitem is send to somebody else.

I want however, to display for the Requestor where his request is send to and where eventually the request is send further. (there is such a view in the K2 workspace report)

Is this functionallity available trough the K2 webservice ? And if not ... what K2 database table should I query to get this data ?)

Regards,
Nicolas

2 replies

Forum|alt.badge.img+11
  • Nintex Employee
  • November 3, 2006
Hi,

Please have a look at the following KB article: http://kb.k2workflow.com/articles/kb000023.aspx

This article describes the reuse of the Viewflow component in a Windows form application but should be applicable to a web app as well.

HTH,
Ockert

Forum|alt.badge.img+5
  • Author
  • November 3, 2006
Thanks for the tip ! this was actually not what I was looking for, but will make also a nice addition to my form.

I actually managed to generate dataset with the data I need for my activity trace by querying the ActInst, Act, Proc and ProcInst tables. I hope that you guys don't change your database structure in next releases :)