C# Class Rock.Workflow.Action.CompleteActivity

Inheritance: ActionComponent
Show file Open project: NewSpring/Rock

Public Methods

Method Description
Execute ( RockContext rockContext, WorkflowAction action, Object entity, List &errorMessages ) : bool

Executes the specified workflow action.

Method Details

Execute() public method

Executes the specified workflow action.
public Execute ( RockContext rockContext, WorkflowAction action, Object entity, List &errorMessages ) : bool
rockContext Rock.Data.RockContext The rock context.
action WorkflowAction The action.
entity Object The entity.
errorMessages List The error messages.
return bool