IssueTracking class

Defines a three-step workflow activity that is used to track issues.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      System.Workflow.ComponentModel.CompositeActivity
        System.Workflow.Activities.SequenceActivity
          System.Workflow.Activities.SequentialWorkflowActivity
            Microsoft.SharePoint.Workflow.Application.IssueTracking

Namespace:  Microsoft.SharePoint.Workflow.Application
Assembly:  Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)

Syntax

'Declaration
<SerializableAttribute> _
<WorkflowMarkupSourceAttribute("n:\src\sts\wfapps\issuetracking\IssueTracking.xoml",  _
    "31F2BBB168AEBF3CDFF9AEEACC967BEA")> _
Public Class IssueTracking _
    Inherits SequentialWorkflowActivity _
    Implements IDisposable
'Usage
Dim instance As IssueTracking
[SerializableAttribute]
[WorkflowMarkupSourceAttribute("n:\src\sts\wfapps\issuetracking\IssueTracking.xoml", 
    "31F2BBB168AEBF3CDFF9AEEACC967BEA")]
public class IssueTracking : SequentialWorkflowActivity, 
    IDisposable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

IssueTracking members

Microsoft.SharePoint.Workflow.Application namespace