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
|
![]() | Importance |
The workflow importance.
|
![]() | ProcessId |
The process id (specify null or the empty string if there is no process)
|
![]() | 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
|
See Also