Skip to main content

Enum WorkflowStepType

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Workflow Step Type This Enum is used by: workflow_step.step_type

Fields

AddToList = 7 7: AddToList CreateFollowUp = 10 10: CreateFollowUp CreateRequest = 9 9: CreateRequest CreateSale = 11 11: CreateSale DistributeToOwner = 15 15: DistributeToOwner None = 0 0: None NotifyByEmail = 12 12: NotifyByEmail NotifyBySMS = 13 13: NotifyBySMS RemoveFromList = 8 8: RemoveFromList RunScript = 14 14: RunScript SendEmail = 1 1: SendEmail SendSMS = 2 2: SendSMS Split = 5 5: Split UpdateParticipant = 6 6: UpdateParticipant WaitForAction = 4 4: WaitForAction WaitForTime = 3 3: WaitForTime