[Zope3-Users] hurry.workflow - retrieve item's history with timestamps of states transitions

2007-07-31 Thread Alek Kowalczyk
Hello, I would like to have an ability to get 'workflow history' for my object. History should contain a list of transitions with from and to states and with timestamps. Have anyone tried to implement such a simple functionality in hurry.workflow, similar to what ClearQuest does? I would be

Re: [Zope3-Users] hurry.workflow - retrieve item's history with timestamps of states transitions

2007-07-31 Thread Thierry Florac
Le mardi 31 juillet 2007 à 11:25 +, Alek Kowalczyk a écrit : Hello, I would like to have an ability to get 'workflow history' for my object. History should contain a list of transitions with from and to states and with timestamps. Have anyone tried to implement such a simple