[Zope-CMF] DCWorkflow question ...
Lynn Walton
waltonl@franklin.edu
Wed, 09 Jan 2002 12:44:18 -0600
I'd like to have an email generated when someone submits a certain type
of content object for review. I'm using an instance of DCWorkflow's
classic workflow but am adding a script for the submit transition. The
script is a dtml method that just uses dtml-sendmail. My question is
what information about the submitted object is available to me to access
inside that dtml method, and how do I go about accessessing it?
I tried <dtml-var transaction/getId > but got a key error.
Thanks,
Lynn