Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 9. Creating Workflow in SharePoi... > Adding Custom InfoPath Workflow Form...

9.5. Adding Custom InfoPath Workflow Forms

As mentioned previously, there are four different workflow forms that you can customize (Table 9-2). These workflow forms collect data from the user and must call specific SharePoint object model code. If you are using ASP.NET pages, you must create the user interface, as well as add the specific SharePoint workflow object model code.

Table 9.2. Workflow Forms
Form TypeDescriptionWorkflow Host Page
Association formCollects information to create the association (SPWorkflowAssociation) between a list (SPList.AddWorkflowAssocation) or content type (SPContentType.AddWorkflowAssocation) and the workflow template. These parameters include the title of the association, when to start a workflow (automatically or manual), and other custom workflow settings.layouts/CstWrkflIP.aspx
Initiation formCollects information to create a new workflow instance from an association (SPWorkflowManager.StartWorkflow(SPListIte,SPWorkFlowAssocation,string).layouts/IniWrkflIP.aspx
Task formGather feedback from users and change the workflow task information (SPWorkflowTask.AlterTask()).layouts/WrkTaskIP.aspx
Modification formAllows you to modify a running workflow instance (SPWorkflowManager.ModifyWorkflow).layouts/ModWrkflIP.aspx



  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial


  
  • Safari Books Online
  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint