Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ActionDefinitionReference

OptimaJet.Workflow.Core.Model.ActionDefinitionReference

Represent a reference on action in a process scheme

public class ActionDefinitionReference

Inheritance

  • System.Object

Properties

Name
Type
ActionName #
String
Name of the action
Order #
Int32
Execution order of the action
ActionParameter #
String
Additional parameter which is passed to the appropriate methods IWorkflowActionProvider
IsSystem #
Boolean
Determines whether the action reference is system

Methods

public static ActionDefinitionReference Create(string actionName, string order, string parameter) #
Create ActionDefinitionReference object

Parameters

Name
Type
Description
actionName
String
Name of the action
order
String
Execution order of the action
parameter
String
Additional parameter which is passed to the appropriate methods IWorkflowActionProvider

Returns

Type
Description
ActionDefinitionReference
ActionDefinitionReference object
public ActionDefinitionReference Clone() #

Returns

Type
Description
ActionDefinitionReference