Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class FeedbackOwnerActivity

A Noop activity. It is used to associate created task with a usercontrol

Inheritance
System.Object
FeedbackOwnerActivity
Namespace: EPiServer.WorkflowFoundation.Workflows
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2
Syntax
[ActivityPlugIn(Area = PlugInArea.None, UrlFromUi = "edit/WorkflowFeedbackOwner.ascx")]
public class FeedbackOwnerActivity : SequenceActivity
Remarks

ActivityPlugIn specifies usercontrol for owner of feedback workflow

Constructors

FeedbackOwnerActivity()

Declaration
public FeedbackOwnerActivity()

Methods

Execute(ActivityExecutionContext)

Declaration
protected override ActivityExecutionStatus Execute(ActivityExecutionContext executionContext)
Parameters
Type Name Description
System.Workflow.ComponentModel.ActivityExecutionContext executionContext
Returns
Type Description
System.Workflow.ComponentModel.ActivityExecutionStatus

Extension Methods