Workflow表单的作用是能够在客户端进行表单设计,然后在流程中动态开放哪些输入框可以供用户填写. 在这里我扩展了一个常用的WebEditor工具——KindEditor,能够插入自定义的html符号,如下图: Form类如下: public delegate string SetAutoCompleteValue(string autoCompleteType); [Serializable] public class Form { [XmlAttribute] public Guid Fo…