public class WorkflowCreationData
Public Class WorkflowCreationData
public ref class WorkflowCreationData
type WorkflowCreationData = class end
WorkflowCreationData | Initializes a new instance of the WorkflowCreationData type. |
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. |
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) |
FormatFromDictionary | (Defined by DictionaryExtensions) |
GetFirstValue | (Defined by DictionaryExtensions) |