Skip to main content

Intend to switch from InfoPath to ASPX form which will still be integrating with MOSS and K2.


The form will be launched from Doc Library/Form Library in MOSS as in ASPX form. Also still make use of "K2 Worklist" to monitor the workflow until it ends.


Used to use "InfoPath Integration" + "InfoPath Client Event" before but right now not sure what Wizards to start off with? Is it using "SharePoint Workflow Integration"? or "SharePoint Events Process"? or "Default Client Event"? or "Forms Generation Client Event"? etc....


Does anyone have some articles or experience to share? Thanks.

If a document being uploaded, updated, etc. to a SharePoint document library is the event that starts the workflow, you'll want to use the SharePoint Events Process Integration wizard to specify which event(s) will start the process.  From there, you'll use the Default Client Event to specify which .aspx page the user will use for the client event.  If the .aspx form will be used to start the process, then you will only need to use the Default Client Event at each of your activities.  You'll just use the SourceCode.Workflow.Client namepsace to start a new process instance from the form's code.  The Default Client Event is the wizard that is used for .aspx forms.


You can find sample code for the API calls needed to start process and to action worklist items in the documentation:


http://help.k2.com/en/K2DevRef.aspx


Processes -> Accessing


Reply