Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Enum SaveToAnnotationsPolicy

OptimaJet.Workflow.Core.SaveToAnnotationsPolicy

Policy for saving parameters to annotations.

public enum SaveToAnnotationsPolicy

Fields

SaveAllExceptOrdinary = 0 #
All activity parameters are saved to annotations except listed in the ActivityBase.OrdinaryActivityParameters property.
DontSave = 1 #
Parameters won't be saved to annotations.
SaveSpecified = 2 #
Parameters will be saved to annotations only if they are listed in the ActivityBase.AnnotationActivityParameters property.