Enum SchemeParsingType
OptimaJet.Workflow.Core.Builder.SchemeParsingType
Indicates how a scheme parser should treat the input while parsing.
Namespace: OptimaJet.Workflow.Core.Builder
public enum SchemeParsingTypeFields
Strict = 0 #Indicates that strict validation rules are used while parsing the scheme.
Soft = 1 #Allows an uploaded scheme to be parsed when a parameter declares a CLR type that the runtime cannot resolve. Instead of throwing WrongParameterTypeException, the parser creates the parameter with ParameterDefinition.Type set to null, so the scheme can be opened in the workflow designer and corrected. All other parsing checks remain unchanged, and unresolved parameter types must be corrected before the scheme can be saved.