WorkflowInspectionServices Class

Definition

Provides methods for working with the runtime metadata for an activity tree.

public ref class WorkflowInspectionServices abstract sealed
public static class WorkflowInspectionServices
type WorkflowInspectionServices = class
Public Class WorkflowInspectionServices
Inheritance
WorkflowInspectionServices

Methods

CacheMetadata(Activity)

Caches the runtime metadata for the specified activity tree.

CacheMetadata(Activity, LocationReferenceEnvironment)

Caches the runtime metadata for the specified activity tree using the specified environment.

CanInduceIdle(Activity)

Specifies whether the service can include idle activities.

GetActivities(Activity)

Returns an IEnumerable<T> that represents all activities associated with the input activity.

GetImplementationVersion(Activity)

Retrieves the implementation version of the activity.

Resolve(Activity, String)

Returns the activity with the specified id from the specified activity tree.

Applies to