module owb process flows

11
All information Copyright Bayon Technologies, Inc. Process Flows OWF, editor, operators, parallel and error processing

Upload: nicholas-goodman

Post on 18-Dec-2014

3.207 views

Category:

Technology


1 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Module Owb Process Flows

All information Copyright Bayon Technologies, Inc.

Process Flows

OWF, editor, operators, parallel and error processing

Page 2: Module Owb Process Flows

All information Copyright Bayon Technologies, Inc.

Process Flows

Control sequence Monitor for errors Compliment Mappings

Pull based “functions” Think “if/then, case, fork()”

Page 3: Module Owb Process Flows

All information Copyright Bayon Technologies, Inc.

Based on…

Oracle Workflow XML Definition OWF monitor Unused OWF

functionality

Page 4: Module Owb Process Flows

All information Copyright Bayon Technologies, Inc.

Structure

PROCESS FLOW MODULEPROCESS FLOW PACKAGE

PROCESS FLOW NUMBER 1 PROCESS FLOW NUMBER 2 PROCESS FLOW NUMBER 1

Page 5: Module Owb Process Flows

All information Copyright Bayon Technologies, Inc.

Process Flow Editor

Page 6: Module Owb Process Flows

All information Copyright Bayon Technologies, Inc.

Process Flow Activities

Page 7: Module Owb Process Flows

All information Copyright Bayon Technologies, Inc.

Error Conditions

Three standard activity return types Success Warning Error

Allows error processing and dispatching

Page 8: Module Owb Process Flows

All information Copyright Bayon Technologies, Inc.

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.

Page 9: Module Owb Process Flows

All information Copyright Bayon Technologies, Inc.

Flows within Flows

Allows “functional” decomposition

Flow “reuse” MUST BE IN SAME

PACKAGE

Page 10: Module Owb Process Flows

All information Copyright Bayon Technologies, Inc.

OWF Tools

Page 11: Module Owb Process Flows

All information Copyright Bayon Technologies, Inc.

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?