[Zope-CMF] DCWorkflow: matching a catalogged variable with user id in woklist

Luca Olivetti luca@wetron.es
Thu, 21 Mar 2002 15:11:41 +0100


Luca Olivetti wrote:

> -                            dict[k] = v
> +                            dict[k] = v % info

Duh, I should not write to this list before I completed all what I am doing. If I 
transform that into:

                                dict[k] = ( v % info ).split('|')

I can match more than one value in a single worklist, like, 'item to assign' when 
review_state matches 'pending|refused' (i.e. 'pending' or 'refused')

Bye

-- 
Luca Olivetti
Wetron Automatización S.A. http://www.wetron.es/
Tel. +34 93 5883004      Fax +34 93 5883007