Hi Andrea, 2007/5/18, andrea zaupa <[EMAIL PROTECTED]>: > Hi, > I'm using OpenWfe1.7.2 rmi inerface to communicate between my webapp and > openwfe engine. > Is there any way to delete a workitem from a store?
Well, there is no store in the engine, there are in the worklist. > I could create a deleteItem, but with which method can I call it? There is > nothing about it on the forum. DeleteItem do not exist. CancelItems do. There should be a RMI interface to the engine directly (not the same as the one to the worklist) that should allow you to cancel a process or part of it. I'm in an hotel room right now, it's difficult for me to help you further on that subject. > A way that comes to mind is to delegate it to a "trash" store. Depends on the context but a viable solution. You could also use a specific "cancel" field specific to your business process or set of business processes and simply "save" the workitem flagged with your cancel field set to true. Best regards, -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFE users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwfe-users?hl=en -~----------~----~----~----~------~----~------~--~---
