The WorkflowCreationData type exposes the following members.
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.
|
See Also