|
From: Elena S. <ele...@gm...> - 2003-10-15 15:44:04
|
Hi, in a python script I try to get the properties of a workflow_item object. I can get them except the ones of the last one in wf_obj.objectValues(['Instance']). The last one shows only the title property. If I add another workflow_item, the previous item shows its properties perfectly. It seems to be a bug. wf_obj=getattr(context, openflow_id) last_inst_prop =wf_obj.objectValues(['Instance'])[-1].propertyIds() <------- shows only the title property bef_last_inst_prop =wf_obj.objectValues(['Instance'])[-2].propertyIds() <------ shows all properties as expected -- Can somebody give some clues about that, Thanks Elena (Please answer to my mail address directly as I am currently not subscribed to this list, thanks) |