Click or drag to resize

WorkflowLog Class

Log used to track process execution.
Inheritance Hierarchy
SystemObject
  Entity
    Novalys.VisualGuard.Security.CRM.SdkWorkflowLog

Namespace:  Novalys.VisualGuard.Security.CRM.Sdk
Assembly:  Novalys.VisualGuard.Security.CRM (in Novalys.VisualGuard.Security.CRM.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public class WorkflowLog : Entity, 
	INotifyPropertyChanging, INotifyPropertyChanged

The WorkflowLog type exposes the following members.

Constructors
  NameDescription
Public methodWorkflowLog
Default Constructor.
Top
Properties
  NameDescription
Public propertyActivityName
Name of the activity which the process step is currently processing.
Public propertyAsyncOperationId
Unique identifier of the parent record.
Public propertyAttributes (Inherited from Entity.)
Public propertybusiness_unit_workflowlogs
N:1 business_unit_workflowlogs
Public propertyChildWorkflowInstanceId
Unique identifier of the system job.
Public propertyCompletedOn
Date and time when the operation was completed.
Public propertyCreatedBy
Unique identifier of the user who created the process log entry.
Public propertyCreatedOn
Date and time when the process log entry was created.
Public propertyCreatedOnBehalfBy
Unique identifier of the delegate user who created the process log.
Public propertyDescription
Description of the process step.
Public propertyEntityState (Inherited from Entity.)
Public propertyErrorCode
Error code related to process.
Public propertyExtensionData (Inherited from Entity.)
Public propertyFormattedValues (Inherited from Entity.)
Public propertyId (Overrides Entity.Id.)
Public propertyInteractionActivityResult
String specifying the result of an interaction activity.
Public propertyItem (Inherited from Entity.)
Public propertylk_workflowlog_asyncoperation_childworkflow
N:1 lk_workflowlog_asyncoperation_childworkflow
Public propertylk_workflowlog_asyncoperations
N:1 lk_workflowlog_asyncoperations
Public propertylk_workflowlog_createdby
N:1 lk_workflowlog_createdby
Public propertylk_workflowlog_createdonbehalfby
N:1 lk_workflowlog_createdonbehalfby
Public propertylk_workflowlog_modifiedby
N:1 lk_workflowlog_modifiedby
Public propertylk_workflowlog_modifiedonbehalfby
N:1 lk_workflowlog_modifiedonbehalfby
Public propertylk_workflowlog_processsession
N:1 lk_workflowlog_processsession
Public propertylk_workflowlog_processsession_childworkflow
N:1 lk_workflowlog_processsession_childworkflow
Public propertyLogicalName (Inherited from Entity.)
Public propertyMessage
Message related to process.
Public propertyModifiedBy
Unique identifier of the user who last modified the process log entry.
Public propertyModifiedOn
Date and time when the process log entry was last modified.
Public propertyModifiedOnBehalfBy
Unique identifier of the delegate user who last modified the process log.
Public propertyOwnerId
Unique identifier of the user or team who owns the process log.
Public propertyOwningBusinessUnit
Unique identifier of the business unit that owns the process.
Public propertyOwningTeam
Unique identifier of the team who owns the process log.
Public propertyOwningUser
Unique identifier of the user who owns the process.
Public propertyRegardingObjectId
Unique identifier of the associated record.
Public propertyRelatedEntities (Inherited from Entity.)
Public propertyStageName
Name of the process stage.
Public propertyStatus
Status of the process step for which process log record has been created: In Progress, Successfully Completed, or Failed.
Public propertyStepName
Name of the process step.
Public propertyteam_workflowlog
N:1 team_workflowlog
Public propertyuserentityinstancedata_workflowlog
1:N userentityinstancedata_workflowlog
Public propertyWorkflowLogId
Unique identifier of the process log entry.
Top
Methods
  NameDescription
Public methodContains (Inherited from Entity.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAttributeValue``1 (Inherited from Entity.)
Protected methodGetFormattedAttributeValue (Inherited from Entity.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetRelatedEntities``1 (Inherited from Entity.)
Protected methodGetRelatedEntity``1 (Inherited from Entity.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetAttributeValue (Inherited from Entity.)
Protected methodSetRelatedEntities``1 (Inherited from Entity.)
Protected methodSetRelatedEntity``1 (Inherited from Entity.)
Public methodToEntity``1 (Inherited from Entity.)
Public methodToEntityReference (Inherited from Entity.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
Fields
See Also