ActivityManager Class
Allows managing workflow activities in the current scope.
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
| Name | Description | |
|---|---|---|
![]() | Delete() | Deletes all workflow activities in the current scope. |
![]() | Delete(IDictionary(Of String, String)) | Deletes workflow activities matching specified metadata filter in the current scope. |
![]() | Delete(IDictionary(Of String, String), Boolean) | Deletes workflow activities matching specified metadata filter in the current scope and optionally terminate dependent workflow instances. |
![]() | Delete(String) | Deletes the specified workflow activity. |
![]() | Delete(String, Boolean) | Deletes the specific workflow activity and optionally terminate dependent workflow instances. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | Get() | Retrieves all workflow activities in the current scope. |
![]() | Get(Int32, Int32) | Retrieves workflow activities in the current scope by paging. |
![]() | Get(Int32, Int32, Boolean) | Retrieves workflow activities with optionally including their Xaml definitions. |
![]() | Get(Int32, Int32, Boolean, IDictionary(Of String, String)) | Retrieves workflow activities matching specified metadata filter with optionally including their Xaml definitions. |
![]() | Get(String) | Retrieves the specified workflow activity |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Publish(ActivityDescription) | Publshes a new workflow activity to the current scope or updates an existing workflow activity. |
![]() | Publish(ActivityDescription, Boolean, Boolean) | Publshes a new workflow activity to the current scope or updates an existing workflow activity and optionally terminates affected workflow instances and overwrites X:classname attribute in xaml. |
![]() | Publish(IEnumerable(Of ActivityDescription)) | Publshes or updates a collection of workflow activities. |
![]() | Publish(IEnumerable(Of ActivityDescription), Boolean) | Publshes or updates a collection of workflow activities and optionally terminates affected workflow instances. |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate(ActivityDescription) | Validates a workflow activity. |
![]() | Validate(ActivityDescription, Boolean) | Validaes a workflow activity and optionally uses the name of activity as the value of X:classname attribute in xaml. |
![]() | Validate(IEnumerable(Of ActivityDescription)) | Validates a collection of workflow activities. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

