Enum SaveToAnnotationsPolicy
Policy for saving parameters to annotations.
Syntaxpublic enum SaveToAnnotationsPolicy
Namespace: OptimaJet.Workflow.Core
Assembly: OptimaJet.Workflow.Core.dll
Fields
| Name | Description |
|---|---|
| SaveAllExceptOrdinary | All activity parameters are saved to annotations except listed in the ActivityBase.OrdinaryActivityParameters property. |
| DontSave | Parameters won't be saved to annotations. |
| SaveSpecified | Parameters will be saved to annotations only if they are listed in the ActivityBase.AnnotationActivityParameters property. |