Share via


SPActivationEventArgs.workflowId Field

The ID of the new workflow instance.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public workflowId As Guid
'Usage
Dim instance As SPActivationEventArgs
Dim value As Guid

value = instance.workflowId

instance.workflowId = value
public Guid workflowId

Remarks

When the ISharePointService raises an OnWorkflowActivated event, the event parameters are contained in the SPActivationEventArgs class.

For more information on workflow initiation, see Workflow Initiation in SharePoint Foundation.

See Also

Reference

SPActivationEventArgs Class

SPActivationEventArgs Members

Microsoft.SharePoint.Workflow Namespace