Book Image

Oracle Siebel CRM 8 Developer's Handbook

By : Alexander Hansal
Book Image

Oracle Siebel CRM 8 Developer's Handbook

By: Alexander Hansal

Overview of this book

Table of Contents (33 chapters)
Oracle Siebel CRM 8 Developer's Handbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface

Chapter 20. Advanced Siebel Workflow Topics

While we create program flows with the Siebel Workflow framework, we may find ourselves in the situation where we wish to control the behavior of the workflow process in case of errors. In other situations, it may be useful to reuse existing workflows as subprocesses or to traverse record sets in a loop. For Siebel developers, it is important to master these advanced topics to gain full advantage of Siebel Workflow.

In this chapter, we will learn how to implement the following functionality in Siebel Workflow:

  • Exception handling

  • Subprocesses

  • Loops and iterations

  • Advanced workflow techniques