Class ActivityPlugInAttribute

External event activities that needs input from an user through an UI when clicking on a task should be marked with this attribute and have Url to usercontrol specified. It is possible to specify a usercontrol for a task by setting property AssociatedActivity to a activity with this attribute. The given usercontrol should implement IWorkflowTaskControl

Inheritance
System.Object
ActivityPlugInAttribute
Namespace: EPiServer.WorkflowFoundation.UI
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class ActivityPlugInAttribute : GuiPlugInAttribute
Remarks

The usercontrol should be deployed to given Url before workflow is used.

Examples

Shows how attribute can be set on custom activity

Constructors

ActivityPlugInAttribute()

Declaration
public ActivityPlugInAttribute()