ActivityValidationServices Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the functionality to validate a workflow.
public ref class ActivityValidationServices abstract sealed
public static class ActivityValidationServices
type ActivityValidationServices = class
Public Class ActivityValidationServices
- Inheritance
-
ActivityValidationServices
Methods
Resolve(Activity, String) |
Retrieves the workflow activity with the specified ID in the specified workflow. |
Validate(Activity, ValidationSettings) |
Verifies that a workflow activity is correctly configured according to the validation logic. This logic can be the cacheMetadata method of the activities to validate, or build and policy constraints. |
Validate(Activity) |
Verifies that a workflow activity is correctly configured according to the validation logic. This logic can be the CacheMetadata(CodeActivityMetadata) method of the activities to validate, or build and policy constraints. |