[CMF-checkins] CVS: CMF/CMFSetup/xml - wtcWorkflowExport.xml:1.7
Tres Seaver
tseaver at zope.com
Tue Jun 8 22:43:27 EDT 2004
Update of /cvs-repository/CMF/CMFSetup/xml
In directory cvs.zope.org:/tmp/cvs-serv17072/xml
Modified Files:
wtcWorkflowExport.xml
Log Message:
- workflow.py:
o Add parsing for script nodes (N.B.: we aren't yet dumping reloading
the actual script files!)
=== CMF/CMFSetup/xml/wtcWorkflowExport.xml 1.6 => 1.7 ===
--- CMF/CMFSetup/xml/wtcWorkflowExport.xml:1.6 Tue Jun 8 21:29:22 2004
+++ CMF/CMFSetup/xml/wtcWorkflowExport.xml Tue Jun 8 22:43:26 2004
@@ -174,4 +174,14 @@
tal:content="variable/guard_expr">EXPRESSION</guard-expression>
</guard>
</variable>
+ <script
+ script_id="SCRIPT_ID"
+ type="Script (Python)"
+ filename="/path/to/SCRIPT_ID.py"
+ tal:repeat="script workflow/script_info"
+ tal:attributes="script_id script/id;
+ type script/meta_type;
+ filename script/filename;
+ "
+ />
</dc-workflow>
More information about the CMF-checkins
mailing list