Share via


PSWorkflowService.AfterWorkflowRun method

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.Guid

    The GUID of the Project Server workflow.

Remarks

The ULS message is, "Entering AfterWorkflowRun for workflow: InstanceId = <GUID>".

See also

Reference

PSWorkflowService class

PSWorkflowService members

Microsoft.Office.Project.Server.Workflow namespace