Skip to main content

Invoke Delegate

Description

Invokes an activity delegate.

note

Microsoft Workflow Foundation provides this activity. Refer to Microsoft Documentation for more information.

Properties

Misc

  • DelegateArguments – It specifies the argument collection of the Delegate. In the Activity Delegate, keys are the names of the parameter objects, and values are the arguments whose expressions are evaluated and assigned to the corresponding parameter objects.
  • DisplayName – Add a display name to your activity.
  • Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Invoke Delegate

  • Delegate – It specifies the name of the Activity Delegate to be executed. This is a mandatory property.

Example

Refer to: How to use Invoke Delegate?