Show / Hide Table of Contents

Class WorkflowStepBase

Inheritance
object
WorkflowStepBase
WorkflowStepAddToList
WorkflowStepCreateFollowUp
WorkflowStepCreateRequest
WorkflowStepCreateSale
WorkflowStepDistributeToOwner
WorkflowStepNotifyByEmail
WorkflowStepNotifyBySMS
WorkflowStepRemoveFromList
WorkflowStepRunScript
WorkflowStepSendEmail
WorkflowStepSendSMS
WorkflowStepSplit
WorkflowStepUpdateParticipant
WorkflowStepWaitForAction
WorkflowStepWaitForTime
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Workflow
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class WorkflowStepBase

Constructors

WorkflowStepBase(WorkflowStepRow, WorkflowInstanceRow)

Default constructor

Declaration
public WorkflowStepBase(WorkflowStepRow row, WorkflowInstanceRow instanceRow)
Parameters
Type Name Description
WorkflowStepRow row
WorkflowInstanceRow instanceRow

Properties

InstanceRow

Declaration
protected WorkflowInstanceRow InstanceRow { get; set; }
Property Value
Type Description
WorkflowInstanceRow

Row

Declaration
protected WorkflowStepRow Row { get; set; }
Property Value
Type Description
WorkflowStepRow

Settings

Declaration
public virtual StepSettings Settings { get; set; }
Property Value
Type Description
StepSettings

Methods

ExecuteAsync(CancellationToken)

Declaration
public virtual Task<DateTime> ExecuteAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<DateTime>

NextStepId(int)

Declaration
public virtual int NextStepId(int defaultStepId)
Parameters
Type Name Description
int defaultStepId
Returns
Type Description
int

SaveAsync()

Declaration
public virtual Task SaveAsync()
Returns
Type Description
Task

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top