Workflows Introduction
Workflows Introduction
Workflows Introduction
Workflows:
Types:
Synchronous By doing a Manual Operation Only it can execute WF.User need to wait
for response.User Cant do any other Operations
Siebel Operation Object Id : by using Siebel Operation it will hold the operation
performed row id Value
Workflow Modes:
Long Running Workflows: Workflows that can wait for for hours, days or
months
Using Wait Step in WF
Interactive Flow : Workflow that takes user across Siebel views.
Using User Interact Step in WF
Service Flow : Default Mode.
This is the most common type of workflow process we created.
Workflow Process Steps:
Design
Each and every method contains one or more input arguments & Output arguments
S_WFA_DPLOY_DEF
Invoking Techniques:
1) Runtime Events; if we want to trigger a workflow with the help of pre defined
Siebel events( WriteRecord,SetfieldValue,Newrecord,etc)
Layer: BO & UI
Type: Synchronous
Note: Runtime events will trigger from Business Logic Layer and UI Layer
Layer: BO & DO
Type: ASynchronous
Another Method:
Layer: BO & DO
Type: Asynchronous