Enum BaseTemplate
OptimaJet.Workflow.Core.BaseTemplate
Specifies the data model used by the workflow designer to edit a custom activity.
Namespace: OptimaJet.Workflow.Core
public enum BaseTemplateFields
Activity = 0 #Treats the template specified by FormBase.Template as an activity editor and supplies the complete ActivityDefinition to it.
Remarks
Use this value for custom templates based on the standard activity editor that edit native activity fields, such as implementations, timeouts, or outgoing transitions.
JsonForm = 1 #Treats the editor as a parameter form populated from activity annotations.
Remarks
If FormBase.Template is not specified, the designer uses its generic JSON form and creates controls from FormBase.Parameters. The entered values are saved according to ActivityBase.SaveToAnnotationsPolicy.