ProcessSaveOptions Properties |
The ProcessSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActivityTemplateId |
Can be set to the templateid of an activity in the process being saved.
When set, the ProcessSaveOutput will contain the active users workitem for the template activity.
Used in the workitemdlg when a new process is created to discover the newly created workitem.
|
![]() | DataObjectType |
Save methods uses the type object for various lookups.
The type object must match the TypeId on the DataObject being saved.
If the type is not defined, it is retrived during the save operation.
(Inherited from DataObjectSaveOptions.) |
![]() | ForceSaveOfUnchangedVersion |
Unless set to true, the save method will only create a new data version if at least
on of the property values differ from the previous version.
(Inherited from DataObjectSaveOptions.) |
![]() | OverrideSecurity |
The OverrideSecurity property is true if either the override boolean is set in this class
or if the static SecurityOverrideContext is in an override state.
(Inherited from DataObjectSaveOptions.) |
![]() | SaveActivities |
Defines whether process activities are saved.
Process activities are always saved when newly created.
|
![]() | SaveControlElements |
Defines whether process control elements are saved.
Control elements are always saved when newly created.
|
![]() | SaveTarget |
Defines whether the target dataobject is saved.
The Target dataobject is always saved when newly created.
|
![]() | SaveTransitions |
Defines whether process transitions must be saved.
Process transitions are always saved when they are newly created.
|
![]() | SaveWorkItems |
Defines whether process workitems must be saved.
WorkItems are always saved when newly created.
|
![]() | SkipEvents |
Defines whether those events which normally executes during an object save method should be skipped.
(Inherited from DataObjectSaveOptions.) |
![]() | SkipImmutabilityUniquenessAndRequiredConstraints |
Set to true to skip check for required values, immutabable properties and unique constraints
(Inherited from DataObjectSaveOptions.) |
![]() | SkipServiceRuleHandling |
Defines whether service rule handling shall be skipped.
The service rule handling calculates estimates according to the for dataobjects being saved.
The service rules are applied according to the definition on one the related Process Template.
(Inherited from DataObjectSaveOptions.) |