Class WorkflowStepCreateFollowUp
Inheritance
WorkflowStepCreateFollowUp
Assembly: SoDataBase.dll
Syntax
public class WorkflowStepCreateFollowUp : WorkflowStepBase
Constructors
WorkflowStepCreateFollowUp(WorkflowStepRow, WorkflowInstanceRow)
Declaration
public WorkflowStepCreateFollowUp(WorkflowStepRow row, WorkflowInstanceRow instanceRow)
Parameters
Methods
Execute()
Declaration
public override DateTime Execute()
Returns
Overrides
GetSettings(String)
Declaration
public static CreateFollowUpSettings GetSettings(string settingsJson)
Parameters
Type |
Name |
Description |
String |
settingsJson |
|
Returns
Save()
Declaration
public override void Save()
Overrides
Extension Methods
EnumUtil.MapEnums<From, To>(From)