Hi All,
OK, I'm fairly sure I'm missing something really stupid here!
A user opens a form (/taskmanagement/default.aspx) to create a new workspace. They input details like workspace name, etc. The form gets submitted and the workflow kicks off - it creates the workspace and adds an entry for it in a list.
In the list, I have a column called "complete task". A hyperlink goes into this column. When clicked, the link should take you to another form (/taskmanagement/CompleteTask.aspx).
This second form holds all the information that the first one did (workspace name, description etc) in inactive fields. There is an active field for adding a comment. When the form is submitted, the list should get updated.
However, when the second form loads, it is a blank page - ie, the form loads correctly but none of the existing data is there.
Can somone explain to me how this should work?
Form1 (/taskmanagement/default.aspx) is a PlanPage. The submit button is a PlanButton. This form is associated with the solution, process, etc, but not with a specific activity.
After creating the workspace, I write to a list. I write the "complete task" URL as [servername]/taskmanagement/CompleteTask.aspx
Form2 (/taskmanagement/CompleteTask.aspx is a PlanPage. The submit button is a FinishButton. This form is associated with the solution, process and with a specific activity (Complete Task).
In K2, the Complete Task activity contains an Client Event. This is specified as a webpage URL [servername]/taskmanagement/CompleteTask.aspx.
Can anyone advise me how to associate the second form with the process instance?
Sorry for the complicated and long post, and many, many thanks for any help.
Rich
Forms and Serial Numbers
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
