Hi Chetan, Sorry for the late reply. What is your delete-action trying to do? If it is trying to delete the document, then there is nothing to do, as the document is already deleted. There is only opportunity to do some consistency updates on links that point to that particular document for instance..
Kind regards, Geert > Drs. G.P.H. Josten Consultant http://www.daidalos.nl/ Daidalos BV Source of Innovation Hoekeindsehof 1-4 2665 JZ Bleiswijk Tel.: +31 (0) 10 850 1200 Fax: +31 (0) 10 850 1199 http://www.daidalos.nl/ KvK 27164984 De informatie - verzonden in of met dit emailbericht - is afkomstig van Daidalos BV en is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht onbedoeld hebt ontvangen, verzoeken wij u het te verwijderen. Aan dit bericht kunnen geen rechten worden ontleend. > From: [email protected] > [mailto:[email protected]] On Behalf Of > Chetan Patel > Sent: woensdag 19 augustus 2009 22:25 > To: [email protected] > Subject: [MarkLogic Dev General] Content Processing Framework > delete status transition > > I have following status transition in pipeline along with the > other state-transitions (initial and updated). This pipeline > is used with the basic status handling pipeline. New and > update documents are processing fine but deletes are not > working. I am deleting document with xdmp:document-delete(..) > but delete-action.xqy is not executing. > > <status-transition> > <annotation>delete document</annotation> > <status>deleted</status> > <priority>7000</priority> > > <default-action> > <module>/../delete-action.xqy</module> > </default-action> > </status-transition> > > > How does delete status transition work? > > Thanks > -Chetan > > > ________________________________ > > Windows Live: Make it easier for your friends to see what > you're up to on Facebook. Find out more. > <http://windowslive.com/Campaign/SocialNetworking?ocid=PID2328 > 5::T:WLMTAGL:ON:WL:en-US:SI_SB_facebook:082009> > _______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general
