IPSWorkflowService members
An interface that enables workflow activities to integrate with Project Server functionality.
The IPSWorkflowService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CheckQueueProcessed | Returns the current queue completion state of the specified queue job. |
![]() |
CheckRequiredFields | Checks whether there are required custom fields or business drivers. |
![]() |
CleanupAfterWF | Marks a workflow stage as completed, or completed with errors. |
![]() |
CompareProjectProperty | Compares the value of the specified project property with the supplied value. |
![]() |
GetEventSubscriptionCount | Gets the total number of subscriptions for the specified workflow instance, event name, and correlation identifier combination. |
![]() |
ReadProjectProperty | Returns the value of the specified property in a localized string format. |
![]() |
ReadProjectSecurityGroupMembers | Returns a list of the user account names that are associated with the specified security group. |
![]() |
RegisterForEvent | Registers a workflow activity for an event that is raised for the workflow. |
![]() |
SetInitialStages | Updates the status information for the specified workflow stages. |
![]() |
SetProjectProperty | Updates the specified custom field property of the Project Server workflow. |
![]() |
SetProjectStage | Updates the current stage of the Project Server workflow. |
![]() |
UnregisterForEvent | Unregisters the specified event subscription. |
![]() |
UpdateCurrentStageStatusInformation | Sets a stage status value and information for the current stage. |
![]() |
UpdateStageStatusInformation | Sets the status information and value for the specified stage. |
Top