Assembly: OptimaJet.Workflow.Core

Enum SaveToAnnotationsPolicy

OptimaJet.Workflow.Core.SaveToAnnotationsPolicy

Specifies how the workflow designer stores values returned by a custom activity editor.

public enum SaveToAnnotationsPolicy

Fields

SaveAllExceptOrdinary = 0 #
Stores every non-null editor value in ActivityDefinition.Annotations, except fields listed in ActivityBase.OrdinaryActivityParameters, which the designer maps to native activity properties.
DontSave = 1 #
Does not create annotations from values returned by the custom activity editor.

Remarks

The designer still maintains the internal annotation that identifies the custom activity type.
SaveSpecified = 2 #
Stores only non-null editor values whose field names are listed in ActivityBase.AnnotationActivityParameters.