Click or drag to resize

WorkflowCreationData Class

Data needed for creation of a workflow. A workflow of the specified workflowType will be created.
Inheritance Hierarchy
SystemObject
  Scanjour.Workflow4.BaseWorkflowCreationData

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public class WorkflowCreationData

The WorkflowCreationData type exposes the following members.

Constructors
 NameDescription
Public methodWorkflowCreationData Initializes a new instance of the WorkflowCreationData type.
Top
Properties
 NameDescription
Public propertyAccess The workflow access restriction.
Public propertyArguments The input dictionary for setting the InArguments of the workflow instance
Public propertyAssociatedRegister The SOM register with which the workflow instance will be associated (allowed values: "file", "record", "contact" or "address")
Public propertyAssociatedRegisterKey The key of the register individual with which the workflow instance will be associated
Public propertyCreated The requested end DateTime of the workflow instance. If no specific end, specify DateTime.MinValue
Public propertyDescription Gets or sets the description of the workflow instance to be created
Public propertyDueDate The requested end DateTime of the workflow instance. If no specific end, specify DateTime.MinValue
Public propertyId The id of the workflow instance that was used as template
Public propertyImportance The workflow importance.
Public propertyProcessId The process id (specify null or the empty string if there is no process)
Public propertyServiceId The service id if it is a service workflow
Public propertyWfId The workflow id
Public propertyWorkflowOwner The workflow owner.
Public propertyWorkflowParent Gets or sets the parent workflow instance (specify null or the empty string if there is no parent)
Public propertyWorkflowTitle Gets or sets the title of the workflow instance to be created
Public propertyWorkflowType The WorkflowType of the workflow instance to be created
Public propertyWorkflowTypeUpdated The DateTime of the last update of the workflow type.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
See Also