Activity Instance report in webform

  • 3 November 2006
  • 2 replies
  • 0 views

Badge +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

Badge +11
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
Badge +5
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 :)

Reply