We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
activity 表单配置和 flowable、camunda 的配置有区别,需要自行适配
Sorry, something went wrong.
activity 表单配置和 flowable、camunda 的配置有区别,需要自行适配 我看activity.json中的表单字段是FormProperty,然后再panelUtil中使用的是FormData 但是在表单保存时写的是:FormField , 我不确定三者是否指同一个属性,因为activity.json只存在FormProperty,能解答下吗
还有一个问题在创建表单后保存xml或者json写入的值是字符串,应该需要将表单值转成string保存然后在解析的时候再转一下吧,写入转str的代码应该加载哪里呢
你可以先找一个camunda 对应的表单配置来看看 xml 结构,然后再想怎么写代码。
可以参考我以前写的文章:https://juejin.cn/column/6964382482007490590
No branches or pull requests
The text was updated successfully, but these errors were encountered: