Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When the workflow is finished, writes a message to the ULS log.
Namespace: Microsoft.Office.Project.Server.Workflow
Assembly: Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)
Syntax
'Declaration
Public Overrides Sub AfterWorkflowRun ( _
instanceId As Guid _
)
'Usage
Dim instance As PSWorkflowService
Dim instanceId As Guid
instance.AfterWorkflowRun(instanceId)
public override void AfterWorkflowRun(
Guid instanceId
)
Parameters
instanceId
Type: System.GuidThe GUID of the Project Server workflow.
Remarks
The ULS message is, "Entering AfterWorkflowRun for workflow: InstanceId = <GUID>".