Commit 8342a08f authored by Rafael Monnerat's avatar Rafael Monnerat

Remove most disguised interactions related to simulation.

Notes:

Do nothing on 'calculate' instead of disabling *_causality_interaction_workflow as
these interaction workflows do not generate activities directly, and do work
that can't be postponed.

By contrast, 'calculate' transition of delivery_causality_workflow is modified
so that no 'updateCausalityState' activity is created by default.

This commit also update list of method_id which should not call calculate_causality
parent 40ad8f9d
......@@ -9,7 +9,7 @@
</chain>
<chain>
<type>Accounting Transaction</type>
<workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow>
<workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Accounting Transaction Balance Constraint</type>
......@@ -17,7 +17,7 @@
</chain>
<chain>
<type>Accounting Transaction Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Accounting Transaction Root Simulation Rule</type>
......@@ -41,22 +41,22 @@
</chain>
<chain>
<type>Payment Transaction</type>
<workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow>
<workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Purchase Invoice Transaction</type>
<workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow>
<workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Purchase Invoice Transaction Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Sale Invoice Transaction</type>
<workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow>
<workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Sale Invoice Transaction Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
</chain>
</workflow_chain>
\ No newline at end of file
state_change['object'].localBuild()
alarm = getattr(state_change.getPortal().portal_alarms, "invoice_builder_alarm",
None)
if alarm is not None:
alarm.activeSense()
# INTERACTION DROPPED
......@@ -5,14 +5,12 @@ Accounting Period | accounting_period_workflow
Accounting Period | edit_workflow
Accounting Transaction Balance Constraint | dynamic_class_generation_interaction_workflow
Accounting Transaction Line | delivery_movement_causality_interaction_workflow
Accounting Transaction Line | delivery_movement_simulation_interaction_workflow
Accounting Transaction Line | edit_workflow
Accounting Transaction Root Simulation Rule | edit_workflow
Accounting Transaction Root Simulation Rule | rule_validation_workflow
Accounting Transaction | accounting_workflow
Accounting Transaction | delivery_causality_interaction_workflow
Accounting Transaction | delivery_causality_workflow
Accounting Transaction | delivery_simulation_interaction_workflow
Accounting Transaction | edit_workflow
Balance Transaction | accounting_workflow
Balance Transaction | edit_workflow
......@@ -25,21 +23,16 @@ Payment Simulation Rule | rule_validation_workflow
Payment Transaction | accounting_workflow
Payment Transaction | delivery_causality_interaction_workflow
Payment Transaction | delivery_causality_workflow
Payment Transaction | delivery_simulation_interaction_workflow
Payment Transaction | edit_workflow
Purchase Invoice Transaction Line | delivery_movement_causality_interaction_workflow
Purchase Invoice Transaction Line | delivery_movement_simulation_interaction_workflow
Purchase Invoice Transaction Line | edit_workflow
Purchase Invoice Transaction | accounting_workflow
Purchase Invoice Transaction | delivery_causality_interaction_workflow
Purchase Invoice Transaction | delivery_causality_workflow
Purchase Invoice Transaction | delivery_simulation_interaction_workflow
Purchase Invoice Transaction | edit_workflow
Sale Invoice Transaction Line | delivery_movement_causality_interaction_workflow
Sale Invoice Transaction Line | delivery_movement_simulation_interaction_workflow
Sale Invoice Transaction Line | edit_workflow
Sale Invoice Transaction | accounting_workflow
Sale Invoice Transaction | delivery_causality_interaction_workflow
Sale Invoice Transaction | delivery_causality_workflow
Sale Invoice Transaction | delivery_simulation_interaction_workflow
Sale Invoice Transaction | edit_workflow
\ No newline at end of file
<workflow_chain>
<chain>
<type>Purchase Invoice</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, invoice_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, invoice_workflow</workflow>
</chain>
<chain>
<type>Sale Invoice</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, invoice_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, invoice_workflow</workflow>
</chain>
</workflow_chain>
\ No newline at end of file
Purchase Invoice | delivery_causality_interaction_workflow
Purchase Invoice | delivery_causality_workflow
Purchase Invoice | delivery_simulation_interaction_workflow
Purchase Invoice | edit_workflow
Purchase Invoice | invoice_workflow
Sale Invoice | delivery_causality_interaction_workflow
Sale Invoice | delivery_causality_workflow
Sale Invoice | delivery_simulation_interaction_workflow
Sale Invoice | edit_workflow
Sale Invoice | invoice_workflow
\ No newline at end of file
......@@ -48,7 +48,7 @@
<key> <string>trigger_method_id</string> </key>
<value>
<tuple>
<string>_set(?!LastId$|Ob$|Object$|Delivery$|DeliveryValue$)</string>
<string>_set(?!LastId$|Ob$|Object$|Delivery$|DeliveryValue$|CategoryList$)</string>
</tuple>
</value>
</item>
......
......@@ -5,11 +5,11 @@
</chain>
<chain>
<type>Amortisation Transaction</type>
<workflow>accounting_workflow, amortisation_transaction_causality_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow>
<workflow>accounting_workflow, amortisation_transaction_causality_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Amortisation Transaction Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Delivery Cell</type>
......
Amortisation Rule | edit_workflow
Amortisation Rule | rule_validation_workflow
Amortisation Transaction Line | delivery_movement_causality_interaction_workflow
Amortisation Transaction Line | delivery_movement_simulation_interaction_workflow
Amortisation Transaction Line | edit_workflow
Amortisation Transaction | accounting_workflow
Amortisation Transaction | amortisation_transaction_causality_workflow
Amortisation Transaction | delivery_causality_interaction_workflow
Amortisation Transaction | delivery_causality_workflow
Amortisation Transaction | delivery_simulation_interaction_workflow
Amortisation Transaction | edit_workflow
Delivery Cell | immobilisation_movement_interaction_workflow
Immobilisation Line | edit_workflow
......
<workflow_chain>
<chain>
<type>Invoice Cell</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, pricing_interaction_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, pricing_interaction_workflow</workflow>
</chain>
<chain>
<type>Invoice Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain>
<chain>
<type>Invoice Root Simulation Rule</type>
......
......@@ -39,7 +39,8 @@ if not invoice.hasTitle() and related_packing_list is not None and \
# initialize accounting_workflow to confirmed state
if invoice.getSimulationState() == 'draft':
invoice.Delivery_confirm()
else:
# call builder just same as after script of 'confirm' transition
invoice.localBuild()
invoice.activate(after_path_and_method_id=(related_simulation_movement_path_list,
('immediateReindexObject','recursiveImmediateReindexObject')),
tag=confirm_tag).Delivery_confirm()
invoice.startBuilding()
Invoice Cell | delivery_movement_causality_interaction_workflow
Invoice Cell | delivery_movement_simulation_interaction_workflow
Invoice Cell | edit_workflow
Invoice Cell | pricing_interaction_workflow
Invoice Line | delivery_movement_causality_interaction_workflow
Invoice Line | delivery_movement_simulation_interaction_workflow
Invoice Line | edit_workflow
Invoice Line | movement_resource_interaction_workflow
Invoice Line | pricing_interaction_workflow
......
......@@ -25,27 +25,27 @@
</chain>
<chain>
<type>Production Order</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, production_order_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, production_order_workflow</workflow>
</chain>
<chain>
<type>Production Order Cell</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Production Order Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, production_matrix_workflow, production_order_interaction_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, production_matrix_workflow</workflow>
</chain>
<chain>
<type>Production Packing List</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, production_packing_list_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, production_packing_list_workflow</workflow>
</chain>
<chain>
<type>Production Packing List Cell</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow</workflow>
</chain>
<chain>
<type>Production Packing List Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, production_matrix_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, production_matrix_workflow</workflow>
</chain>
<chain>
<type>Production Packing List Module</type>
......@@ -54,6 +54,16 @@
<chain>
<type>Production Simulation Rule</type>
<workflow>edit_workflow, rule_validation_workflow</workflow>
<type>Production Report</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, production_packing_list_workflow</workflow>
</chain>
<chain>
<type>Production Report Cell</type>
<workflow>delivery_movement_causality_interaction_workflow</workflow>
</chain>
<chain>
<type>Production Report Line</type>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, production_matrix_workflow</workflow>
</chain>
<chain>
<type>Transformation Simulation Rule</type>
......@@ -63,4 +73,4 @@
<type>Transformation Sourcing Simulation Rule</type>
<workflow>edit_workflow, rule_validation_workflow</workflow>
</chain>
</workflow_chain>
\ No newline at end of file
</workflow_chain>
......@@ -23,34 +23,47 @@ Manufacturing Order | delivery_simulation_interaction_workflow
Manufacturing Order | edit_workflow
Manufacturing Order | production_order_workflow
Production Order Cell | delivery_movement_causality_interaction_workflow
Production Order Cell | delivery_movement_simulation_interaction_workflow
Production Order Cell | edit_workflow
Production Order Line | delivery_movement_causality_interaction_workflow
Production Order Line | delivery_movement_simulation_interaction_workflow
Production Order Line | edit_workflow
Production Order Line | production_matrix_workflow
Production Order Line | production_order_interaction_workflow
Production Order Model Root Simulation Rule | edit_workflow
Production Order Model Root Simulation Rule | rule_validation_workflow
Production Order Model Rule | edit_workflow
Production Order Model Rule | rule_validation_workflow
Production Order Root Simulation Rule | edit_workflow
Production Order Root Simulation Rule | rule_validation_workflow
Production Order Rule | edit_workflow
Production Order Rule | rule_validation_workflow
Production Order | delivery_causality_interaction_workflow
Production Order | delivery_causality_workflow
Production Order | delivery_simulation_interaction_workflow
Production Order | edit_workflow
Production Order | production_order_workflow
Production Packing List Cell | delivery_movement_causality_interaction_workflow
Production Packing List Cell | delivery_movement_simulation_interaction_workflow
Production Packing List Line | delivery_movement_causality_interaction_workflow
Production Packing List Line | delivery_movement_simulation_interaction_workflow
Production Packing List Line | edit_workflow
Production Packing List Line | production_matrix_workflow
Production Packing List Module | edit_workflow
Production Packing List Module | rule_validation_workflow
Production Packing List | delivery_causality_interaction_workflow
Production Packing List | delivery_causality_workflow
Production Packing List | delivery_simulation_interaction_workflow
Production Packing List | edit_workflow
Production Packing List | production_packing_list_workflow
Production Simulation Rule | edit_workflow
Production Simulation Rule | rule_validation_workflow
Production Report Cell | delivery_movement_causality_interaction_workflow
Production Report Line | delivery_movement_causality_interaction_workflow
Production Report Line | edit_workflow
Production Report Line | production_matrix_workflow
Production Report | delivery_causality_interaction_workflow
Production Report | delivery_causality_workflow
Production Report | edit_workflow
Production Report | production_packing_list_workflow
Transformation Simulation Rule | edit_workflow
Transformation Simulation Rule | rule_validation_workflow
Transformation Sourcing Simulation Rule | edit_workflow
Transformation Sourcing Simulation Rule | rule_validation_workflow
\ No newline at end of file
Transformation Sourcing Simulation Rule | rule_validation_workflow
Supply Chain | edit_workflow
Supply Chain | validation_workflow
Supply Link | edit_workflow
Supply Node | edit_workflow
<workflow_chain>
<chain>
<type>Open Internal Order</type>
<workflow>edit_workflow, open_order_simulation_interaction_workflow</workflow>
</chain>
<chain>
<type>Open Internal Order Cell</type>
<workflow>open_order_path_simulation_interaction_workflow</workflow>
<workflow>edit_workflow</workflow>
</chain>
<chain>
<type>Open Internal Order Line</type>
<workflow>edit_workflow, movement_resource_interaction_workflow, open_order_line_matrix_interaction_workflow, open_order_path_simulation_interaction_workflow</workflow>
<workflow>edit_workflow, movement_resource_interaction_workflow, open_order_line_matrix_interaction_workflow</workflow>
</chain>
<chain>
<type>Open Purchase Order</type>
<workflow>edit_workflow, open_order_simulation_interaction_workflow, open_order_workflow</workflow>
</chain>
<chain>
<type>Open Purchase Order Cell</type>
<workflow>open_order_path_simulation_interaction_workflow</workflow>
<workflow>edit_workflow, open_order_workflow</workflow>
</chain>
<chain>
<type>Open Purchase Order Line</type>
<workflow>edit_workflow, movement_resource_interaction_workflow, open_order_line_matrix_interaction_workflow, open_order_path_simulation_interaction_workflow</workflow>
<workflow>edit_workflow, movement_resource_interaction_workflow, open_order_line_matrix_interaction_workflow</workflow>
</chain>
<chain>
<type>Open Sale Order</type>
<workflow>edit_workflow, open_order_simulation_interaction_workflow, open_order_workflow</workflow>
</chain>
<chain>
<type>Open Sale Order Cell</type>
<workflow>open_order_path_simulation_interaction_workflow</workflow>
<workflow>edit_workflow, open_order_workflow</workflow>
</chain>
<chain>
<type>Open Sale Order Line</type>
<workflow>edit_workflow, movement_resource_interaction_workflow, open_order_line_matrix_interaction_workflow, open_order_path_simulation_interaction_workflow</workflow>
<workflow>edit_workflow, movement_resource_interaction_workflow, open_order_line_matrix_interaction_workflow</workflow>
</chain>
</workflow_chain>
\ No newline at end of file
Open Internal Order Cell | open_order_path_simulation_interaction_workflow
Open Internal Order Line | edit_workflow
Open Internal Order Line | movement_resource_interaction_workflow
Open Internal Order Line | open_order_line_matrix_interaction_workflow
Open Internal Order Line | open_order_path_simulation_interaction_workflow
Open Internal Order | edit_workflow
Open Internal Order | open_order_simulation_interaction_workflow
Open Purchase Order Cell | open_order_path_simulation_interaction_workflow
Open Purchase Order Line | edit_workflow
Open Purchase Order Line | movement_resource_interaction_workflow
Open Purchase Order Line | open_order_line_matrix_interaction_workflow
Open Purchase Order Line | open_order_path_simulation_interaction_workflow
Open Purchase Order | edit_workflow
Open Purchase Order | open_order_simulation_interaction_workflow
Open Purchase Order | open_order_workflow
Open Sale Order Cell | open_order_path_simulation_interaction_workflow
Open Sale Order Line | edit_workflow
Open Sale Order Line | movement_resource_interaction_workflow
Open Sale Order Line | open_order_line_matrix_interaction_workflow
Open Sale Order Line | open_order_path_simulation_interaction_workflow
Open Sale Order | edit_workflow
Open Sale Order | open_order_simulation_interaction_workflow
Open Sale Order | open_order_workflow
\ No newline at end of file
......@@ -5,11 +5,11 @@
</chain>
<chain>
<type>Pay Sheet Cell</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Pay Sheet Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, trade_matrix_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, trade_matrix_workflow</workflow>
</chain>
<chain>
<type>Pay Sheet Model</type>
......@@ -25,11 +25,11 @@
</chain>
<chain>
<type>Pay Sheet Transaction</type>
<workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow>
<workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Pay Sheet Transaction Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Payroll Disenrollment Record</type>
......
Employment Contract | edit_workflow
Pay Sheet Cell | delivery_movement_causality_interaction_workflow
Pay Sheet Cell | delivery_movement_simulation_interaction_workflow
Pay Sheet Cell | edit_workflow
Pay Sheet Line | delivery_movement_causality_interaction_workflow
Pay Sheet Line | delivery_movement_simulation_interaction_workflow
Pay Sheet Line | edit_workflow
Pay Sheet Line | trade_matrix_workflow
Pay Sheet Model Cell | trade_model_cell_interaction_workflow
......@@ -13,15 +11,14 @@ Pay Sheet Model | edit_workflow
Pay Sheet Model | paysheet_model_interaction_workflow
Pay Sheet Model | validation_workflow
Pay Sheet Transaction Line | delivery_movement_causality_interaction_workflow
Pay Sheet Transaction Line | delivery_movement_simulation_interaction_workflow
Pay Sheet Transaction Line | edit_workflow
Pay Sheet Transaction | accounting_workflow
Pay Sheet Transaction | delivery_causality_interaction_workflow
Pay Sheet Transaction | delivery_causality_workflow
Pay Sheet Transaction | delivery_simulation_interaction_workflow
Pay Sheet Transaction | edit_workflow
Payroll Disenrollment Record | edit_workflow
Payroll Disenrollment Record | validation_workflow
Payroll Enrollment Record | edit_workflow
Payroll Enrollment Record | validation_workflow
Social Declaration Report | edit_workflow
\ No newline at end of file
Social Declaration Report | edit_workflow
Pay Sheet Transaction | edit_workflow
......@@ -77,7 +77,7 @@
</chain>
<chain>
<type>Transformation</type>
<workflow>conversion_interaction_workflow, edit_workflow, transformation_interaction_workflow, validation_workflow</workflow>
<workflow>conversion_interaction_workflow, edit_workflow, validation_workflow</workflow>
</chain>
<chain>
<type>Transformation Operation</type>
......
......@@ -47,5 +47,4 @@ Transformation Transformed Resource | conversion_interaction_workflow
Transformation Transformed Resource | edit_workflow
Transformation | conversion_interaction_workflow
Transformation | edit_workflow
Transformation | transformation_interaction_workflow
Transformation | validation_workflow
\ No newline at end of file
......@@ -17,18 +17,18 @@
</chain>
<chain>
<type>Task</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, task_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, task_workflow</workflow>
</chain>
<chain>
<type>Task Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Task Report</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, task_report_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, task_report_workflow</workflow>
</chain>
<chain>
<type>Task Report Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
</chain>
</workflow_chain>
\ No newline at end of file
......@@ -6,18 +6,14 @@ Requirement Document | validation_workflow
Requirement | edit_workflow
Requirement | requirement_analysis_workflow
Task Line | delivery_movement_causality_interaction_workflow
Task Line | delivery_movement_simulation_interaction_workflow
Task Line | edit_workflow
Task Report Line | delivery_movement_causality_interaction_workflow
Task Report Line | delivery_movement_simulation_interaction_workflow
Task Report Line | edit_workflow
Task Report | delivery_causality_interaction_workflow
Task Report | delivery_causality_workflow
Task Report | delivery_simulation_interaction_workflow
Task Report | edit_workflow
Task Report | task_report_workflow
Task | delivery_causality_interaction_workflow
Task | delivery_causality_workflow
Task | delivery_simulation_interaction_workflow
Task | edit_workflow
Task | task_workflow
\ No newline at end of file
Business Link | edit_workflow
Business Process | edit_workflow
Business Process | validation_workflow
Container Cell | container_interaction_workflow
Container Cell | edit_workflow
Container Cell | pricing_interaction_workflow
Container Line | container_interaction_workflow
Container Line | edit_workflow
Container Line | pricing_interaction_workflow
Container Line | trade_matrix_workflow
......@@ -12,7 +10,6 @@ Container | edit_workflow
Container | pricing_interaction_workflow
Container | reindex_object_interaction_workflow
Delivery Cell | delivery_movement_causality_interaction_workflow
Delivery Cell | delivery_movement_simulation_interaction_workflow
Delivery Node | edit_workflow
Delivery Node | validation_workflow
Delivery Root Simulation Rule | edit_workflow
......@@ -20,32 +17,26 @@ Delivery Root Simulation Rule | rule_validation_workflow
Delivery Simulation Rule | edit_workflow
Delivery Simulation Rule | rule_validation_workflow
Internal Order Cell | delivery_movement_causality_interaction_workflow
Internal Order Cell | delivery_movement_simulation_interaction_workflow
Internal Order Cell | edit_workflow
Internal Order Cell | pricing_interaction_workflow
Internal Order Line | delivery_movement_causality_interaction_workflow
Internal Order Line | delivery_movement_simulation_interaction_workflow
Internal Order Line | edit_workflow
Internal Order Line | movement_resource_interaction_workflow
Internal Order Line | pricing_interaction_workflow
Internal Order Line | trade_matrix_workflow
Internal Order | delivery_causality_interaction_workflow
Internal Order | delivery_causality_workflow
Internal Order | delivery_simulation_interaction_workflow
Internal Order | edit_workflow
Internal Order | order_workflow
Internal Packing List Cell | delivery_movement_causality_interaction_workflow
Internal Packing List Cell | delivery_movement_simulation_interaction_workflow
Internal Packing List Cell | pricing_interaction_workflow
Internal Packing List Line | delivery_movement_causality_interaction_workflow
Internal Packing List Line | delivery_movement_simulation_interaction_workflow
Internal Packing List Line | edit_workflow
Internal Packing List Line | movement_resource_interaction_workflow
Internal Packing List Line | pricing_interaction_workflow
Internal Packing List Line | trade_matrix_workflow
Internal Packing List | delivery_causality_interaction_workflow
Internal Packing List | delivery_causality_workflow
Internal Packing List | delivery_simulation_interaction_workflow
Internal Packing List | edit_workflow
Internal Packing List | packing_list_workflow
Internal Trade Condition | edit_workflow
......@@ -64,32 +55,26 @@ Order Root Simulation Rule | edit_workflow
Order Root Simulation Rule | rule_validation_workflow
Payment Condition | edit_workflow
Purchase Order Cell | delivery_movement_causality_interaction_workflow
Purchase Order Cell | delivery_movement_simulation_interaction_workflow
Purchase Order Cell | edit_workflow
Purchase Order Cell | pricing_interaction_workflow
Purchase Order Line | delivery_movement_causality_interaction_workflow
Purchase Order Line | delivery_movement_simulation_interaction_workflow
Purchase Order Line | edit_workflow
Purchase Order Line | movement_resource_interaction_workflow
Purchase Order Line | pricing_interaction_workflow
Purchase Order Line | trade_matrix_workflow
Purchase Order | delivery_causality_interaction_workflow
Purchase Order | delivery_causality_workflow
Purchase Order | delivery_simulation_interaction_workflow
Purchase Order | edit_workflow
Purchase Order | order_workflow
Purchase Packing List Cell | delivery_movement_causality_interaction_workflow
Purchase Packing List Cell | delivery_movement_simulation_interaction_workflow
Purchase Packing List Cell | pricing_interaction_workflow
Purchase Packing List Line | delivery_movement_causality_interaction_workflow
Purchase Packing List Line | delivery_movement_simulation_interaction_workflow
Purchase Packing List Line | edit_workflow
Purchase Packing List Line | movement_resource_interaction_workflow
Purchase Packing List Line | pricing_interaction_workflow
Purchase Packing List Line | trade_matrix_workflow
Purchase Packing List | delivery_causality_interaction_workflow
Purchase Packing List | delivery_causality_workflow
Purchase Packing List | delivery_simulation_interaction_workflow
Purchase Packing List | edit_workflow
Purchase Packing List | packing_list_workflow
Purchase Trade Condition | edit_workflow
......@@ -111,17 +96,14 @@ Returned Purchase Order | delivery_simulation_interaction_workflow
Returned Purchase Order | edit_workflow
Returned Purchase Order | order_workflow
Returned Purchase Packing List Cell | delivery_movement_causality_interaction_workflow
Returned Purchase Packing List Cell | delivery_movement_simulation_interaction_workflow
Returned Purchase Packing List Cell | pricing_interaction_workflow
Returned Purchase Packing List Line | delivery_movement_causality_interaction_workflow
Returned Purchase Packing List Line | delivery_movement_simulation_interaction_workflow
Returned Purchase Packing List Line | edit_workflow
Returned Purchase Packing List Line | movement_resource_interaction_workflow
Returned Purchase Packing List Line | pricing_interaction_workflow
Returned Purchase Packing List Line | trade_matrix_workflow
Returned Purchase Packing List | delivery_causality_interaction_workflow
Returned Purchase Packing List | delivery_causality_workflow
Returned Purchase Packing List | delivery_simulation_interaction_workflow
Returned Purchase Packing List | edit_workflow
Returned Purchase Packing List | packing_list_workflow
Returned Sale Order Cell | delivery_movement_causality_interaction_workflow
......@@ -140,48 +122,37 @@ Returned Sale Order | delivery_simulation_interaction_workflow
Returned Sale Order | edit_workflow
Returned Sale Order | order_workflow
Returned Sale Packing List Cell | delivery_movement_causality_interaction_workflow
Returned Sale Packing List Cell | delivery_movement_simulation_interaction_workflow
Returned Sale Packing List Cell | pricing_interaction_workflow
Returned Sale Packing List Line | delivery_movement_causality_interaction_workflow
Returned Sale Packing List Line | delivery_movement_simulation_interaction_workflow
Returned Sale Packing List Line | edit_workflow
Returned Sale Packing List Line | movement_resource_interaction_workflow
Returned Sale Packing List Line | pricing_interaction_workflow
Returned Sale Packing List Line | trade_matrix_workflow
Returned Sale Packing List | delivery_causality_interaction_workflow
Returned Sale Packing List | delivery_causality_workflow
Returned Sale Packing List | delivery_simulation_interaction_workflow
Returned Sale Packing List | edit_workflow
Returned Sale Packing List | packing_list_workflow
Sale Order Cell | delivery_movement_causality_interaction_workflow
Sale Order Cell | delivery_movement_simulation_interaction_workflow
Sale Order Cell | edit_workflow
Sale Order Cell | pricing_interaction_workflow
Sale Order Line | delivery_movement_causality_interaction_workflow
Sale Order Line | delivery_movement_simulation_interaction_workflow
Sale Order Line | edit_workflow
Sale Order Line | movement_resource_interaction_workflow
Sale Order Line | pricing_interaction_workflow
Sale Order Line | trade_matrix_workflow
Sale Order | delivery_causality_interaction_workflow
Sale Order | delivery_causality_workflow
Sale Order | delivery_simulation_interaction_workflow
Sale Order | edit_workflow
Sale Order | order_workflow
Sale Packing List Cell | container_interaction_workflow
Sale Packing List Cell | delivery_movement_causality_interaction_workflow
Sale Packing List Cell | delivery_movement_simulation_interaction_workflow
Sale Packing List Cell | pricing_interaction_workflow
Sale Packing List Line | container_interaction_workflow
Sale Packing List Line | delivery_movement_causality_interaction_workflow
Sale Packing List Line | delivery_movement_simulation_interaction_workflow
Sale Packing List Line | edit_workflow
Sale Packing List Line | movement_resource_interaction_workflow
Sale Packing List Line | pricing_interaction_workflow
Sale Packing List Line | trade_matrix_workflow
Sale Packing List | delivery_causality_interaction_workflow
Sale Packing List | delivery_causality_workflow
Sale Packing List | delivery_simulation_interaction_workflow
Sale Packing List | edit_workflow
Sale Packing List | packing_list_container_workflow
Sale Packing List | packing_list_workflow
......@@ -190,5 +161,4 @@ Sale Trade Condition | reindex_object_interaction_workflow
Sale Trade Condition | validation_workflow
Trade Model Line Cell Consistency Constraint | dynamic_class_generation_interaction_workflow
Trade Model Line | edit_workflow
Trade Model Line | trade_model_line_interaction_workflow
Trade Model Path | edit_workflow
\ No newline at end of file
Trade Model Path | edit_workflow
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment