File: workflows.xml

package info (click to toggle)
zope-cmfplone 2.5.1-4etch3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 7,752 kB
  • ctags: 5,237
  • sloc: python: 28,264; xml: 3,723; php: 129; makefile: 99; sh: 2
file content (35 lines) | stat: -rw-r--r-- 1,206 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0"?>
<object name="portal_workflow" meta_type="Plone Workflow Tool">
 <property
    name="title">Contains workflow definitions for your portal</property>
 <object name="folder_workflow" meta_type="Workflow"/>
 <object name="plone_workflow" meta_type="Workflow"/>
 <bindings>
  <default>
   <bound-workflow workflow_id="plone_workflow"/>
  </default>
  <type type_id="ATBooleanCriterion"/>
  <type type_id="ATCurrentAuthorCriterion"/>
  <type type_id="ATDateCriteria"/>
  <type type_id="ATDateRangeCriterion"/>
  <type type_id="ATListCriterion"/>
  <type type_id="ATPathCriterion"/>
  <type type_id="ATPortalTypeCriterion"/>
  <type type_id="ATReferenceCriterion"/>
  <type type_id="ATSelectionCriterion"/>
  <type type_id="ATSimpleIntCriterion"/>
  <type type_id="ATSimpleStringCriterion"/>
  <type type_id="ATSortCriterion"/>
  <type type_id="Discussion Item"/>
  <type type_id="Folder">
   <bound-workflow workflow_id="folder_workflow"/>
  </type>
  <type type_id="Large Plone Folder">
   <bound-workflow workflow_id="folder_workflow"/>
  </type>
  <type type_id="Plone Site"/>
  <type type_id="Topic">
   <bound-workflow workflow_id="folder_workflow"/>
  </type>
 </bindings>
</object>