WorkflowCreationData Class

Scanjour Workflow4 Reference Manual
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: 23.1.0.0 (23.1.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 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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference