WorkflowCreationData Class

Data needed for creation of a workflow. A workflow of the specified workflowType will be created.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public class WorkflowCreationData
Inheritance
Object    WorkflowCreationData

Constructors

WorkflowCreationData Initializes a new instance of the WorkflowCreationData type.

Properties

Access The workflow access restriction.
Arguments The input dictionary for setting the InArguments of the workflow instance
AssociatedRegister The SOM register with which the workflow instance will be associated (allowed values: "file", "record", "contact" or "address")
AssociatedRegisterKey The key of the register individual with which the workflow instance will be associated
Created The requested end DateTime of the workflow instance. If no specific end, specify DateTime.MinValue
Description Gets or sets the description of the workflow instance to be created
DueDate The requested end DateTime of the workflow instance. If no specific end, specify DateTime.MinValue
Id The id of the workflow instance that was used as template
Importance The workflow importance.
ProcessId The process id (specify null or the empty string if there is no process)
ServiceId The service id if it is a service workflow
WfId The workflow id
WorkflowOwner The workflow owner.
WorkflowParent Gets or sets the parent workflow instance (specify null or the empty string if there is no parent)
WorkflowTitle Gets or sets the title of the workflow instance to be created
WorkflowType The WorkflowType of the workflow instance to be created
WorkflowTypeUpdated The DateTime of the last update of the workflow type.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

See Also