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
flowable强制要求servicetask必有的几个属性,用这个没法从页面添加。扩展属性不行。比如
<servicetask id="t1" class="cn.Delegate"/>
中的class属性。
The text was updated successfully, but these errors were encountered:
modeling.updateProperties(shape, { class: 'cn.Delegate' })
Sorry, something went wrong.
遇到同样问题
需要参考已有的usertask组件进行自定义开发。取出当前element的businessObject对象直接赋值即可
No branches or pull requests
flowable强制要求servicetask必有的几个属性,用这个没法从页面添加。扩展属性不行。比如
中的class属性。
The text was updated successfully, but these errors were encountered: