Re[4]: [Zope-CMF] DCWorkflow + Acqusition

2005-10-24 Thread Victor Safronovich
Hello Dieter Maurer, Thursday, October 20, 2005, 1:44:27 AM, you wrote: DM Victor Safronovich wrote at 2005-10-17 13:10 +0600: ... By the way i think code: for w in wfs: w.notifySuccess(ob, action, res) if reindex: self._reindexWorkflowVariables(ob) in

Re: [Zope-CMF] DCWorkflow + Acqusition

2005-10-16 Thread Dieter Maurer
Victor Safronovich wrote at 2005-10-11 14:04 +0600: I have a question about DCWorkflow, WorkflowTool and Acqusition. My object, during change state, move to another folder and should change acqusition wrapper. workflow_tool = getToolByName( my_object, 'portal_workflow')