conditions标签type只支持使用AND跟OR

osworkflow里面如何实现复杂的condition
conditions标签type只支持使用AND跟OR,   那如何实现复杂的与或非条件呢?

 

<conditions type="AND">
<condition type="class">
<arg name="class.name">
com.opensymphony.workflow.util.StatusCondition
</arg>
<arg name="status">Underway</arg>
</condition>
<condition type="class">
<arg name="class.name">
com.opensymphony.workflow.util.AllowOwnerOnlyCondition
</arg>
</condition>
</conditions>

 

posted @ 2017-08-25 19:19  sky20080101  阅读(233)  评论(0)    收藏  举报