Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Interop

The Interop activity manages the execution of types that derive from System.Workflow.ComponentModel.Activity within a workflow.

Activity Parameters

The Interop activity has two properties, but only DisplayName is visible in the Properties pane on the right side of the window. The ActivityType is visible inside the activity.

Image Added

Parameters:

  • ActivityType: Specifies the type of the activity contained by the Interop activity. This type specified must derive from System.Workflow.ComponentModel.Activity.
    Image Added