ActivityValidationServices Class

Definition

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)

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.

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.

Applies to