Click or drag to resize

CreateProcess Properties

The CreateProcess type exposes the following members.

Properties
 NameDescription
Public propertyArguments The InArguments for the workflow in the process.
Public propertyDescription The process description.
Public propertyDisallowDuplicates If true do not allow to run process if an instance is allready created on the case
Public propertyDisplayNameGets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.
(Inherited from Activity)
Public propertyDueDate The process duedate.
Public propertyFailOnError If false continue if errors occurs.
Public propertyIdGets an identifier that is unique in the scope of the workflow definition.
(Inherited from Activity)
Public propertyOwner The owner of the proces.
Public propertyProcessGuid The process Guid of the process to create.
Public propertyRegisterKey The register key to create the process on.
Public propertyRegisterName The register to create to process on.
Public propertyResultGets or sets the result argument for the ActivityTResult.
(Inherited from ActivityString)
Public propertyResultTypeWhen implemented in a derived class, gets the type of an activity OutArgument.
(Inherited from ActivityWithResult)
Public propertyServiceId >The service id if the process is a service process.
Public propertyTitle The process title.
Top
See Also