Hi Manoj, No you can't. Because the in the check item configuration, the forEvent value indicates that the particualr check item is required for it. In your case Task1,2,3 all specified each checkitem is required for the transition "Promote". Hence unless all 3 checked, it will not appear. To achieve your requirement, you can remove forEvent attribute in each item.
On Thu, Oct 2, 2014 at 8:34 PM, Manoj Kumara <[email protected]> wrote: > Hi All, > > In registry lifecycles we can use forEvent="Promote" as, below to enable > Promote once all the check boxes are checked. > > <datamodel> > <data name="checkItems"> > <item name="Task 1" forEvent="Promote"></item> > <item name="Task 2" forEvent="Promote"></item> > <item name="Task 3" forEvent="Promote"></item> > </data> > </datamodel> > > I have a requirement that need to enable Promote when 'any of check boxes' > is selected. Is there a option to do this. > > [1] https://docs.wso2.com/display/Governance460/Lifecycle+Sample > > > Thanks, > Manoj > -- Thanks /subash *Subash Chaturanga* Senior Software Engineer Platform TG; WSO2 Inc. http://wso2.com Contact: email: [email protected] blog: http://subashsdm.blogspot.com/ twitter: @subash89 phone: +9477 2225922 Lean . Enterprise . Middleware
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
