Skip to main content

A Namespace Extension for ATXML

Project description

Introduction
============

This products adds the export of the object's workflow state to the atxml
marshaller. As it could be difficult to set the state on the target site,
because there might be workflow transition-scripts which should NOT be
executed, the import only fires an event. You can subscribe to it:

<subscriber
for="*
collective.marshall.workflow.interfaces.IObjectReviewStateDeserializedEvent"
handler=".handlers.yourHandler"
/>

Example for handler:
--------------------

def logDeserializedReviewState(object, event):
print "Received a IObjectReviewStateDeserializedEvent for %s. State: %s" % (event.object, event.data)

So the handler receives the object and the data, which is the state as string, e.g. "published".


Changelog
=========

1.0 - First Release
----------------

* First release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.marshall.workflow-1.0.tar.gz (9.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page