Process Flows OWF, editor, operators, parallel and error processing
Process Flows Control sequence Monitor for errors Compliment Mappings Pull based “functions” Think “if/then, case, fork()”
Based on… Oracle Workflow XML Definition OWF monitor Unused OWF functionality
Structure PROCESS FLOW MODULE PROCESS FLOW PACKAGE PROCESS FLOW NUMBER 1 PROCESS FLOW NUMBER 2 PROCESS FLOW NUMBER 1
Process Flow Editor
Process Flow Activities
Error Conditions Three standard activity return types Success Warning Error Allows error processing and dispatching
Parallel Processing Tasks can be executed in parallel Synchronization Semantics Example Retrieve data from all systems in parallel and then continue once all have completed.
Flows within Flows Allows “functional” decomposition Flow “reuse” MUST BE IN SAME PACKAGE
OWF Tools
Questions for Discussion T/F: You can use the OWF design tool that oracle provides separate from OWB. What common “processing steps” does your implementation use? Could they be implemented in a process flow?

Module Owb Process Flows