Which XML fragment should you add to the workflow definition schema?

You create a Microsoft Windows SharePoint Services site and a custom workflow definition. The workflow must be associated with a custom list.

You need to display a form named Workflow1.aspx to the site administrator when the site administrator associates the workflow with a custom list.

Which XML fragment should you add to the workflow definition schema?

You create a Microsoft Windows SharePoint Services site and a custom workflow definition. The workflow must be associated with a custom list.

You need to display a form named Workflow1.aspx to the site administrator when the site administrator associates the workflow with a custom list.

Which XML fragment should you add to the workflow definition schema?

A.
< Workflow
Name=” myWorkflow ”
CodeBesideClass =”myWorkflow.Workflow1″
InstantiationUrl =”_layouts/Workflow1.aspx” >
< /Workflow >

B.
< Workflow
Name=” myWorkflow ”
CodeBesideClass =”myWorkflow.Workflow1″
StatusUrl =”_ layouts /Workflow1.aspx” >
< /Workflow >

C.
< Workflow
Name=” myWorkflow ”
CodeBesideClass =”myWorkflow.Workflow1″ >
< AssociationData > _layouts/Workflow1.aspx < / AssociationData >
< /Workflow >

D.
< Workflow
Name=” myWorkflow ”
CodeBesideClass =”myWorkflow.Workflow1″
AssociationUrl =”_layouts/Workflow1.aspx” >
< /Workflow >



Leave a Reply 0

Your email address will not be published. Required fields are marked *