ActivityManager Class

 

Allows managing workflow activities in the current scope.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Workflow.Client.ActivityManager

Syntax

public class ActivityManager
public ref class ActivityManager 
type ActivityManager = class end
Public Class ActivityManager

Methods

Name Description
System_CAPS_pubmethod Delete()

Deletes all workflow activities in the current scope.

System_CAPS_pubmethod Delete(IDictionary<String, String>)

Deletes workflow activities matching specified metadata filter in the current scope.

System_CAPS_pubmethod Delete(IDictionary<String, String>, Boolean)

Deletes workflow activities matching specified metadata filter in the current scope and optionally terminate dependent workflow instances.

System_CAPS_pubmethod Delete(String)

Deletes the specified workflow activity.

System_CAPS_pubmethod Delete(String, Boolean)

Deletes the specific workflow activity and optionally terminate dependent workflow instances.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod Get()

Retrieves all workflow activities in the current scope.

System_CAPS_pubmethod Get(Int32, Int32)

Retrieves workflow activities in the current scope by paging.

System_CAPS_pubmethod Get(Int32, Int32, Boolean)

Retrieves workflow activities with optionally including their Xaml definitions.

System_CAPS_pubmethod Get(Int32, Int32, Boolean, IDictionary<String, String>)

Retrieves workflow activities matching specified metadata filter with optionally including their Xaml definitions.

System_CAPS_pubmethod Get(String)

Retrieves the specified workflow activity

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Publish(ActivityDescription)

Publshes a new workflow activity to the current scope or updates an existing workflow activity.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod Publish(IEnumerable<ActivityDescription>)

Publshes or updates a collection of workflow activities.

System_CAPS_pubmethod Publish(IEnumerable<ActivityDescription>, Boolean)

Publshes or updates a collection of workflow activities and optionally terminates affected workflow instances.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod Validate(ActivityDescription)

Validates a workflow activity.

System_CAPS_pubmethod Validate(ActivityDescription, Boolean)

Validaes a workflow activity and optionally uses the name of activity as the value of X:classname attribute in xaml.

System_CAPS_pubmethod Validate(IEnumerable<ActivityDescription>)

Validates a collection of workflow activities.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Workflow.Client Namespace

Return to top