WorkflowInspectionServices 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 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, LocationReferenceEnvironment) |
Caches the runtime metadata for the specified activity tree using the specified environment. |
CacheMetadata(Activity) |
Caches the runtime metadata for the specified activity tree. |
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 |