[Erp5-report] r31401 kazuhiko - in /erp5/trunk/bt5/erp5_simulation: PortalTypeWorkflowChain...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Dec 21 15:51:18 CET 2009


Author: kazuhiko
Date: Mon Dec 21 15:51:15 2009
New Revision: 31401

URL: http://svn.erp5.org?rev=31401&view=rev
Log:
introduce solver_workflow that manages the solving process of a target solver.

Added:
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/scripts.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states/
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states/draft.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states/failed.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states/solved.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states/solving.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/transitions/
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/transitions.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/transitions/fail.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/transitions/start_solving.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/transitions/success.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/action.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/actor.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/comment.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/error_message.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/history.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/portal_type.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/time.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/worklists.xml
Modified:
    erp5/trunk/bt5/erp5_simulation/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
    erp5/trunk/bt5/erp5_simulation/bt/revision
    erp5/trunk/bt5/erp5_simulation/bt/template_action_path_list
    erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_allowed_content_type_list
    erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_id_list
    erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_workflow_chain_list
    erp5/trunk/bt5/erp5_simulation/bt/template_workflow_id_list

Modified: erp5/trunk/bt5/erp5_simulation/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml?rev=31401&r1=31400&r2=31401&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml [utf8] Mon Dec 21 15:51:15 2009
@@ -5,10 +5,6 @@
  </chain>
  <chain>
   <type>DateTime Divergence Tester</type>
-  <workflow>edit_workflow</workflow>
- </chain>
- <chain>
-  <type>Variation Divergence Tester</type>
   <workflow>edit_workflow</workflow>
  </chain>
  <chain>
@@ -20,7 +16,35 @@
   <workflow>edit_workflow, rule_validation_workflow</workflow>
  </chain>
  <chain>
+  <type>Production Reduction Solver</type>
+  <workflow>solver_workflow</workflow>
+ </chain>
+ <chain>
+  <type>Quantity Accept Solver</type>
+  <workflow>solver_workflow</workflow>
+ </chain>
+ <chain>
+  <type>Quantity Cancel Solver</type>
+  <workflow>solver_workflow</workflow>
+ </chain>
+ <chain>
+  <type>Quantity Split Solver</type>
+  <workflow>solver_workflow</workflow>
+ </chain>
+ <chain>
+  <type>Resource Adoption Solver</type>
+  <workflow>solver_workflow</workflow>
+ </chain>
+ <chain>
+  <type>Resource Replacement Solver</type>
+  <workflow>solver_workflow</workflow>
+ </chain>
+ <chain>
   <type>String Divergence Tester</type>
   <workflow>edit_workflow</workflow>
  </chain>
+ <chain>
+  <type>Variation Divergence Tester</type>
+  <workflow>edit_workflow</workflow>
+ </chain>
 </workflow_chain>

Added: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow.xml?rev=31401&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow.xml [utf8] Mon Dec 21 15:51:15 2009
@@ -1,0 +1,66 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="DCWorkflowDefinition" module="Products.DCWorkflow.DCWorkflow"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_objects</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+        <item>
+            <key> <string>creation_guard</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>This workflow manages the state of the process of a target solver.</string> </value>
+        </item>
+        <item>
+            <key> <string>groups</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>solver_workflow</string> </value>
+        </item>
+        <item>
+            <key> <string>initial_state</string> </key>
+            <value> <string>draft</string> </value>
+        </item>
+        <item>
+            <key> <string>manager_bypass</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>permissions</string> </key>
+            <value>
+              <tuple>
+                <string>Modify portal content</string>
+                <string>Add portal content</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>state_var</string> </key>
+            <value> <string>causality_state</string> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Solver Workflow</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/scripts.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/scripts.xml?rev=31401&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/scripts.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/scripts.xml [utf8] Mon Dec 21 15:51:15 2009
@@ -1,0 +1,31 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="Scripts" module="Products.DCWorkflow.Scripts"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_mapping</string> </key>
+            <value>
+              <dictionary/>
+            </value>
+        </item>
+        <item>
+            <key> <string>_objects</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>scripts</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states.xml?rev=31401&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states.xml [utf8] Mon Dec 21 15:51:15 2009
@@ -1,0 +1,31 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="States" module="Products.DCWorkflow.States"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_mapping</string> </key>
+            <value>
+              <dictionary/>
+            </value>
+        </item>
+        <item>
+            <key> <string>_objects</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>states</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states/draft.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states/draft.xml?rev=31401&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states/draft.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states/draft.xml [utf8] Mon Dec 21 15:51:15 2009
@@ -1,0 +1,100 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="StateDefinition" module="Products.DCWorkflow.States"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Default state of the document</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>draft</string> </value>
+        </item>
+        <item>
+            <key> <string>permission_roles</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Draft</string> </value>
+        </item>
+        <item>
+            <key> <string>transitions</string> </key>
+            <value>
+              <tuple>
+                <string>start_solving</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>type_list</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <global name="PersistentMapping" module="Persistence.mapping"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>data</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>Add portal content</string> </key>
+                    <value>
+                      <tuple>
+                        <string>Assignee</string>
+                        <string>Assignor</string>
+                        <string>Associate</string>
+                        <string>Auditor</string>
+                        <string>Authenticated</string>
+                        <string>Author</string>
+                        <string>Manager</string>
+                        <string>Member</string>
+                        <string>Owner</string>
+                        <string>Reviewer</string>
+                      </tuple>
+                    </value>
+                </item>
+                <item>
+                    <key> <string>Modify portal content</string> </key>
+                    <value>
+                      <tuple>
+                        <string>Assignee</string>
+                        <string>Assignor</string>
+                        <string>Associate</string>
+                        <string>Auditor</string>
+                        <string>Authenticated</string>
+                        <string>Author</string>
+                        <string>Manager</string>
+                        <string>Member</string>
+                        <string>Owner</string>
+                        <string>Reviewer</string>
+                      </tuple>
+                    </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states/failed.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states/failed.xml?rev=31401&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states/failed.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states/failed.xml [utf8] Mon Dec 21 15:51:15 2009
@@ -1,0 +1,100 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="StateDefinition" module="Products.DCWorkflow.States"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>A target solver failed to solve divergences.</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>failed</string> </value>
+        </item>
+        <item>
+            <key> <string>permission_roles</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Failed</string> </value>
+        </item>
+        <item>
+            <key> <string>transitions</string> </key>
+            <value>
+              <tuple>
+                <string>start_solving</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>type_list</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <global name="PersistentMapping" module="Persistence.mapping"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>data</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>Add portal content</string> </key>
+                    <value>
+                      <tuple>
+                        <string>Assignee</string>
+                        <string>Assignor</string>
+                        <string>Associate</string>
+                        <string>Auditor</string>
+                        <string>Authenticated</string>
+                        <string>Author</string>
+                        <string>Manager</string>
+                        <string>Member</string>
+                        <string>Owner</string>
+                        <string>Reviewer</string>
+                      </tuple>
+                    </value>
+                </item>
+                <item>
+                    <key> <string>Modify portal content</string> </key>
+                    <value>
+                      <tuple>
+                        <string>Assignee</string>
+                        <string>Assignor</string>
+                        <string>Associate</string>
+                        <string>Auditor</string>
+                        <string>Authenticated</string>
+                        <string>Author</string>
+                        <string>Manager</string>
+                        <string>Member</string>
+                        <string>Owner</string>
+                        <string>Reviewer</string>
+                      </tuple>
+                    </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states/solved.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states/solved.xml?rev=31401&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states/solved.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states/solved.xml [utf8] Mon Dec 21 15:51:15 2009
@@ -1,0 +1,98 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="StateDefinition" module="Products.DCWorkflow.States"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>A target solver succeeded to solve divergences.</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>solved</string> </value>
+        </item>
+        <item>
+            <key> <string>permission_roles</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Solved</string> </value>
+        </item>
+        <item>
+            <key> <string>transitions</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+        <item>
+            <key> <string>type_list</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <global name="PersistentMapping" module="Persistence.mapping"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>data</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>Add portal content</string> </key>
+                    <value>
+                      <tuple>
+                        <string>Assignee</string>
+                        <string>Assignor</string>
+                        <string>Associate</string>
+                        <string>Auditor</string>
+                        <string>Authenticated</string>
+                        <string>Author</string>
+                        <string>Manager</string>
+                        <string>Member</string>
+                        <string>Owner</string>
+                        <string>Reviewer</string>
+                      </tuple>
+                    </value>
+                </item>
+                <item>
+                    <key> <string>Modify portal content</string> </key>
+                    <value>
+                      <tuple>
+                        <string>Assignee</string>
+                        <string>Assignor</string>
+                        <string>Associate</string>
+                        <string>Auditor</string>
+                        <string>Authenticated</string>
+                        <string>Author</string>
+                        <string>Manager</string>
+                        <string>Member</string>
+                        <string>Owner</string>
+                        <string>Reviewer</string>
+                      </tuple>
+                    </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states/solving.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states/solving.xml?rev=31401&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states/solving.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/states/solving.xml [utf8] Mon Dec 21 15:51:15 2009
@@ -1,0 +1,83 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="StateDefinition" module="Products.DCWorkflow.States"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>A target solver is solving divergences.</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>solving</string> </value>
+        </item>
+        <item>
+            <key> <string>permission_roles</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Solving</string> </value>
+        </item>
+        <item>
+            <key> <string>transitions</string> </key>
+            <value>
+              <tuple>
+                <string>fail</string>
+                <string>success</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>type_list</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <global name="PersistentMapping" module="Persistence.mapping"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>data</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>Add portal content</string> </key>
+                    <value>
+                      <tuple>
+                        <string>Manager</string>
+                      </tuple>
+                    </value>
+                </item>
+                <item>
+                    <key> <string>Modify portal content</string> </key>
+                    <value>
+                      <tuple>
+                        <string>Manager</string>
+                      </tuple>
+                    </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/transitions.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/transitions.xml?rev=31401&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/transitions.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/transitions.xml [utf8] Mon Dec 21 15:51:15 2009
@@ -1,0 +1,31 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="Transitions" module="Products.DCWorkflow.Transitions"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_mapping</string> </key>
+            <value>
+              <dictionary/>
+            </value>
+        </item>
+        <item>
+            <key> <string>_objects</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>transitions</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/transitions/fail.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/transitions/fail.xml?rev=31401&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/transitions/fail.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/transitions/fail.xml [utf8] Mon Dec 21 15:51:15 2009
@@ -1,0 +1,61 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="TransitionDefinition" module="Products.DCWorkflow.Transitions"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>actbox_category</string> </key>
+            <value> <string>workflow</string> </value>
+        </item>
+        <item>
+            <key> <string>actbox_name</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>actbox_url</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>after_script_name</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>This transition is triggered when a target solver fails to solve divergences.</string> </value>
+        </item>
+        <item>
+            <key> <string>guard</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>fail</string> </value>
+        </item>
+        <item>
+            <key> <string>new_state_id</string> </key>
+            <value> <string>failed</string> </value>
+        </item>
+        <item>
+            <key> <string>script_name</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Fail</string> </value>
+        </item>
+        <item>
+            <key> <string>trigger_type</string> </key>
+            <value> <int>2</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/transitions/start_solving.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/transitions/start_solving.xml?rev=31401&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/transitions/start_solving.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/transitions/start_solving.xml [utf8] Mon Dec 21 15:51:15 2009
@@ -1,0 +1,61 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="TransitionDefinition" module="Products.DCWorkflow.Transitions"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>actbox_category</string> </key>
+            <value> <string>workflow</string> </value>
+        </item>
+        <item>
+            <key> <string>actbox_name</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>actbox_url</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>after_script_name</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>This transition is invoked when a target solver begins to solve divergences.</string> </value>
+        </item>
+        <item>
+            <key> <string>guard</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>start_solving</string> </value>
+        </item>
+        <item>
+            <key> <string>new_state_id</string> </key>
+            <value> <string>solving</string> </value>
+        </item>
+        <item>
+            <key> <string>script_name</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Start Solving</string> </value>
+        </item>
+        <item>
+            <key> <string>trigger_type</string> </key>
+            <value> <int>2</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/transitions/success.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/transitions/success.xml?rev=31401&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/transitions/success.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/transitions/success.xml [utf8] Mon Dec 21 15:51:15 2009
@@ -1,0 +1,61 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="TransitionDefinition" module="Products.DCWorkflow.Transitions"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>actbox_category</string> </key>
+            <value> <string>workflow</string> </value>
+        </item>
+        <item>
+            <key> <string>actbox_name</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>actbox_url</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>after_script_name</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>This transition is invoked when a target solver succeeds to solve divergences.</string> </value>
+        </item>
+        <item>
+            <key> <string>guard</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>success</string> </value>
+        </item>
+        <item>
+            <key> <string>new_state_id</string> </key>
+            <value> <string>solved</string> </value>
+        </item>
+        <item>
+            <key> <string>script_name</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Success</string> </value>
+        </item>
+        <item>
+            <key> <string>trigger_type</string> </key>
+            <value> <int>2</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables.xml?rev=31401&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables.xml [utf8] Mon Dec 21 15:51:15 2009
@@ -1,0 +1,31 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="Variables" module="Products.DCWorkflow.Variables"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_mapping</string> </key>
+            <value>
+              <dictionary/>
+            </value>
+        </item>
+        <item>
+            <key> <string>_objects</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>variables</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/action.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/action.xml?rev=31401&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/action.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/action.xml [utf8] Mon Dec 21 15:51:15 2009
@@ -1,0 +1,70 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="VariableDefinition" module="Products.DCWorkflow.Variables"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>default_expr</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>default_value</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>for_catalog</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>for_status</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>action</string> </value>
+        </item>
+        <item>
+            <key> <string>info_guard</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>update_always</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <tuple>
+          <string>Products.CMFCore.Expression</string>
+          <string>Expression</string>
+        </tuple>
+        <none/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>transition/getId|nothing</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/actor.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/actor.xml?rev=31401&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/actor.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/actor.xml [utf8] Mon Dec 21 15:51:15 2009
@@ -1,0 +1,70 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="VariableDefinition" module="Products.DCWorkflow.Variables"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>default_expr</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>default_value</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>for_catalog</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>for_status</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>actor</string> </value>
+        </item>
+        <item>
+            <key> <string>info_guard</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>update_always</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <tuple>
+          <string>Products.CMFCore.Expression</string>
+          <string>Expression</string>
+        </tuple>
+        <none/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>user/getUserName</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/comment.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/comment.xml?rev=31401&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/comment.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/comment.xml [utf8] Mon Dec 21 15:51:15 2009
@@ -1,0 +1,70 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="VariableDefinition" module="Products.DCWorkflow.Variables"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>default_expr</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>default_value</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>for_catalog</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>for_status</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>comment</string> </value>
+        </item>
+        <item>
+            <key> <string>info_guard</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>update_always</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <tuple>
+          <string>Products.CMFCore.Expression</string>
+          <string>Expression</string>
+        </tuple>
+        <none/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>python:state_change.kwargs.get(\'comment\',\'\')</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/error_message.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/error_message.xml?rev=31401&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/error_message.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/error_message.xml [utf8] Mon Dec 21 15:51:15 2009
@@ -1,0 +1,51 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="VariableDefinition" module="Products.DCWorkflow.Variables"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>default_expr</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>default_value</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Error message if validation failed</string> </value>
+        </item>
+        <item>
+            <key> <string>for_catalog</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>for_status</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>error_message</string> </value>
+        </item>
+        <item>
+            <key> <string>info_guard</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>update_always</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/history.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/history.xml?rev=31401&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/history.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/history.xml [utf8] Mon Dec 21 15:51:15 2009
@@ -1,0 +1,70 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="VariableDefinition" module="Products.DCWorkflow.Variables"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>default_expr</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>default_value</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>for_catalog</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>for_status</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>history</string> </value>
+        </item>
+        <item>
+            <key> <string>info_guard</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>update_always</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <tuple>
+          <string>Products.CMFCore.Expression</string>
+          <string>Expression</string>
+        </tuple>
+        <none/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>state_change/getHistory</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/portal_type.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/portal_type.xml?rev=31401&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/portal_type.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/portal_type.xml [utf8] Mon Dec 21 15:51:15 2009
@@ -1,0 +1,51 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="VariableDefinition" module="Products.DCWorkflow.Variables"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>default_expr</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>default_value</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>for_catalog</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>for_status</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>portal_type</string> </value>
+        </item>
+        <item>
+            <key> <string>info_guard</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>update_always</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/time.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/time.xml?rev=31401&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/time.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/variables/time.xml [utf8] Mon Dec 21 15:51:15 2009
@@ -1,0 +1,70 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="VariableDefinition" module="Products.DCWorkflow.Variables"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>default_expr</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>default_value</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>for_catalog</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>for_status</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>time</string> </value>
+        </item>
+        <item>
+            <key> <string>info_guard</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>update_always</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <tuple>
+          <string>Products.CMFCore.Expression</string>
+          <string>Expression</string>
+        </tuple>
+        <none/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>state_change/getDateTime</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/worklists.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/worklists.xml?rev=31401&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/worklists.xml (added)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_workflow/worklists.xml [utf8] Mon Dec 21 15:51:15 2009
@@ -1,0 +1,31 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="Worklists" module="Products.DCWorkflow.Worklists"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_mapping</string> </key>
+            <value>
+              <dictionary/>
+            </value>
+        </item>
+        <item>
+            <key> <string>_objects</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>worklists</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_simulation/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/bt/revision?rev=31401&r1=31400&r2=31401&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/bt/revision [utf8] Mon Dec 21 15:51:15 2009
@@ -1,1 +1,1 @@
-29
+30

Modified: erp5/trunk/bt5/erp5_simulation/bt/template_action_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/bt/template_action_path_list?rev=31401&r1=31400&r2=31401&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/bt/template_action_path_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/bt/template_action_path_list [utf8] Mon Dec 21 15:51:15 2009
@@ -4,9 +4,6 @@
 DateTime Divergence Tester | configuration
 DateTime Divergence Tester | predicate
 DateTime Divergence Tester | view
-Variation Divergence Tester | configuration
-Variation Divergence Tester | predicate
-Variation Divergence Tester | view
 Float Divergence Tester | configuration
 Float Divergence Tester | predicate
 Float Divergence Tester | view
@@ -30,4 +27,7 @@
 Solver Type | view
 String Divergence Tester | configuration
 String Divergence Tester | predicate
-String Divergence Tester | view
+String Divergence Tester | view
+Variation Divergence Tester | configuration
+Variation Divergence Tester | predicate
+Variation Divergence Tester | view

Modified: erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_allowed_content_type_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_allowed_content_type_list?rev=31401&r1=31400&r2=31401&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_allowed_content_type_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_allowed_content_type_list [utf8] Mon Dec 21 15:51:15 2009
@@ -1,8 +1,8 @@
 New Order Rule | Category Membership Divergence Tester
 New Order Rule | DateTime Divergence Tester
-New Order Rule | Variation Divergence Tester
 New Order Rule | Float Divergence Tester
 New Order Rule | String Divergence Tester
+New Order Rule | Variation Divergence Tester
 Rule Tool | New Order Rule
 Solver Process | Production Reduction Solver
 Solver Process | Quantity Accept Solver

Modified: erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_id_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_id_list?rev=31401&r1=31400&r2=31401&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_id_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_id_list [utf8] Mon Dec 21 15:51:15 2009
@@ -1,6 +1,5 @@
 Category Membership Divergence Tester
 DateTime Divergence Tester
-Variation Divergence Tester
 Float Divergence Tester
 New Order Rule
 Production Reduction Solver
@@ -13,4 +12,5 @@
 Solver Process
 Solver Tool
 Solver Type
-String Divergence Tester
+String Divergence Tester
+Variation Divergence Tester

Modified: erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_workflow_chain_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_workflow_chain_list?rev=31401&r1=31400&r2=31401&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_workflow_chain_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_workflow_chain_list [utf8] Mon Dec 21 15:51:15 2009
@@ -1,7 +1,13 @@
 Category Membership Divergence Tester | edit_workflow
 DateTime Divergence Tester | edit_workflow
-Variation Divergence Tester | edit_workflow
 Float Divergence Tester | edit_workflow
 New Order Rule | edit_workflow
 New Order Rule | rule_validation_workflow
-String Divergence Tester | edit_workflow
+Production Reduction Solver | solver_workflow
+Quantity Accept Solver | solver_workflow
+Quantity Cancel Solver | solver_workflow
+Quantity Split Solver | solver_workflow
+Resource Adoption Solver | solver_workflow
+Resource Replacement Solver | solver_workflow
+String Divergence Tester | edit_workflow
+Variation Divergence Tester | edit_workflow

Modified: erp5/trunk/bt5/erp5_simulation/bt/template_workflow_id_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/bt/template_workflow_id_list?rev=31401&r1=31400&r2=31401&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/bt/template_workflow_id_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/bt/template_workflow_id_list [utf8] Mon Dec 21 15:51:15 2009
@@ -1,0 +1,1 @@
+solver_workflow




More information about the Erp5-report mailing list