Data needed for creation of a workflow. A workflow of the specified workflowType will be created.
Inheritance Hierarchy
Scanjour.Workflow4.BaseWorkflowCreationData
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
The WorkflowCreationData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WorkflowCreationData |
Initializes a new instance of the WorkflowCreationData type.
|
Properties
Name | Description | |
---|---|---|
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
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) |
See Also