Class DBC.WorkflowInstanceFields
Fields for WorkflowInstance, A set of properties related to the workflow instance of one participant going through the flow
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class WorkflowInstanceFields : Object
Fields
ContactId
WorkflowInstance.ContactId: Contact ID of contact contact going through the flow
Declaration
public const string ContactId = "contact_id"
Field Value
Type | Description |
---|---|
String |
CurrentStep
WorkflowInstance.CurrentStep: Next step to be executed when conditions are met
Declaration
public const string CurrentStep = "current_step"
Field Value
Type | Description |
---|---|
String |
DropoutReason
WorkflowInstance.DropoutReason: Reason for dropout/failure
Declaration
public const string DropoutReason = "dropout_reason"
Field Value
Type | Description |
---|---|
String |
LastCommunicationStep
WorkflowInstance.LastCommunicationStep: Last completed step with email/sms to customer
Declaration
public const string LastCommunicationStep = "last_communication_step"
Field Value
Type | Description |
---|---|
String |
PersonId
WorkflowInstance.PersonId: Person ID of person going through the flow
Declaration
public const string PersonId = "person_id"
Field Value
Type | Description |
---|---|
String |
Registered
WorkflowInstance.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
WorkflowInstance.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Status
WorkflowInstance.Status: Status of the workflow instance
Declaration
public const string Status = "status"
Field Value
Type | Description |
---|---|
String |
StepLevel
WorkflowInstance.StepLevel: Some steps have multiple levels, this indicates what level is reached
Declaration
public const string StepLevel = "step_level"
Field Value
Type | Description |
---|---|
String |
StepStarted
WorkflowInstance.StepStarted: The currently executing step was started at this time
Declaration
public const string StepStarted = "step_started"
Field Value
Type | Description |
---|---|
String |
Updated
WorkflowInstance.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
WorkflowInstance.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
WorkflowInstance.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |
Variables
WorkflowInstance.Variables: Instance data and variables
Declaration
public const string Variables = "variables"
Field Value
Type | Description |
---|---|
String |
WaitUntil
WorkflowInstance.WaitUntil: Don't evaluate conditions until given time (set by a waiting step, and status Suspended). An event may change the wait_until or status to Running.
Declaration
public const string WaitUntil = "wait_until"
Field Value
Type | Description |
---|---|
String |
WorkflowId
WorkflowInstance.WorkflowId: The flow this instance belongs to
Declaration
public const string WorkflowId = "workflow_id"
Field Value
Type | Description |
---|---|
String |
WorkflowInstanceId
WorkflowInstance.WorkflowInstanceId: Primary key
Declaration
public const string WorkflowInstanceId = "workflow_instance_id"
Field Value
Type | Description |
---|---|
String |