0% found this document useful (0 votes)
40 views29 pages

Module 41: Introducing Siebel Workflow

This document provides an overview of Siebel Workflow and how to create a workflow process in Siebel Tools. It describes the key components of a workflow, including steps like start, decision point, Siebel operation, and business service. It explains how to design a workflow graphically using the workflow design canvas and palette. It also covers how to define the properties, conditions, and details for each step to automate a business process using Siebel Workflow.

Uploaded by

Juhan Lindeberg
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views29 pages

Module 41: Introducing Siebel Workflow

This document provides an overview of Siebel Workflow and how to create a workflow process in Siebel Tools. It describes the key components of a workflow, including steps like start, decision point, Siebel operation, and business service. It explains how to design a workflow graphically using the workflow design canvas and palette. It also covers how to define the properties, conditions, and details for each step to automate a business process using Siebel Workflow.

Uploaded by

Juhan Lindeberg
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 29

Essentials (Siebel 7.

7)

Module 41: Introducing Siebel


Workflow
Module Objectives

After completing this module you will be able to:


 Describe the different steps of a Workflow process
 Create a Workflow process in Siebel Tools

Why you need to know:


 You need to understand Siebel Workflow to automate
your business rules

Module 41: Introducing Siebel Workflow 2 of 29


Automating Business Processes
 Automation options within the Siebel application can address
such challenges as:
 Maintaining and standardizing consistent business processes
across all business units
 Assisting users with knowledge transfer and implementation of
best practices
 Responding in a timely, effective manner to customer inquiries and
service requests
 Routing and assigning tasks accurately and efficiently
 Offering consistent and personalized service to customers

Module 41: Introducing Siebel Workflow 3 of 29


Automated Steps in Business Processes
 A business process diagram is a way to represent and
communicate a business process
 A business process is not a workflow process
 Workflow is used to automate steps in a business process
 A business process diagram may include steps that accomplish a
task using automation

Automatically send email


to notify Service Manager

Module 41: Introducing Siebel Workflow 4 of 29


Workflow Process
 Is an ordered set of steps executed in response to a defined set
of conditions
 Siebel Workflow provides:
 A set of tools to graphically define business processes
 An engine to automate these processes

Module 41: Introducing Siebel Workflow 5 of 29


Workflow Design Canvas
 Contains a palette, workspace, and detail applet

Palette of workflow Workspace for


steps designing workflows

Workflow detail
applet
Module 41: Introducing Siebel Workflow 6 of 29
Workflow Process Automates a Business Task
 Decide what business task the workflow will automate

Check SR Severity
Update the Priority field in a service
request based on the value in the Severity
field, and in cases where priority is critical,
automatically send an email.

 Assess the tasks that the workflow needs to complete to identify


the activities that will need to be included in the process
 Check Severity field value
 Update Priority field value
 Send email

Module 41: Introducing Siebel Workflow 7 of 29


Workflow Process Definition
 Start Siebel Tools
 Check out project
 Create a new workflow
definition using List Editor
 Right-click OBLE and select
New Record
 Process Name and Project
name are required fields
 Edit workflow
 Right-click a workflow Edit workflow
definition record and process
select Edit Workflow
Process

Module 41: Introducing Siebel Workflow 8 of 29


0/4

Select Workflow Steps

Start, End

Decision Point

Siebel Operation

Business Service

Module 41: Introducing Siebel Workflow 9 of 29


1/4

Start, End
 Drag Start and End steps from Palette to the Workspace
 Every workflow process must have Start and End steps
 End step cleans up memory instances created during the workflow
process

Module 41: Introducing Siebel Workflow 10 of 29


2/4

Decision Point
 Decision step is used to branch to various steps
based on conditions
 Use a value comparison to determine which path to
take
 Conditions are set once the next steps and branches
are added

Check Severity
Field Value

Module 41: Introducing Siebel Workflow 11 of 29


3/4

Siebel Operation
 Used to perform insert, update, or query

Update Priority
Field Value

Module 41: Introducing Siebel Workflow 12 of 29


4/4

Business Service
 Used to run a Siebel-supplied or custom business
service

Send
email

Module 41: Introducing Siebel Workflow 13 of 29


0/5

Defining Workflow Details

Context-Sensitive Menus

Process Properties

Composing Condition Criteria

Siebel Operation Details

Business Service Details

Module 41: Introducing Siebel Workflow 14 of 29


1/5

Context-Sensitive Menus
 Use right-click to access menu options for different type of steps
 Toggles the information displayed in the Workflow detail applet

Module 41: Introducing Siebel Workflow 15 of 29


2/5

Process Properties
 Used as input and output arguments for the entire process
 Process Properties are referenced as Input Arguments and Output
Arguments for steps in the process

Commonly used to set


Row ID for a test record

Context-sensitive menu
options for Sub Process step

Module 41: Introducing Siebel Workflow 16 of 29


3/5

Composing Condition Criteria


 Set conditions for any step that can have multiple branches
 Start Step
 Decision Step
 User Interact Step
 Conditions are defined on
branches leading from the step

Right-click branch and


select Edit Conditions

Select Show Branches to


see all branches
Module 41: Introducing Siebel Workflow 17 of 29
3/5

Composing Condition Criteria Continued


 Set condition criteria
 Example: Follow this branch if Severity field from the Service
Request object matches the value 1-Critical

Module 41: Introducing Siebel Workflow 18 of 29


4/5

Siebel Operation Details


 Select the field to be updated and set the new value

Right-click branch and


select Show Fields

Module 41: Introducing Siebel Workflow 19 of 29


5/5

Business Service Details


 Set Business Service Name and Business Service Method in
the Process Properties window
 To specify additional details, right-click the Business Service step
and select Show Input Arguments

Set Business Service


Name and Method

Module 41: Introducing Siebel Workflow 20 of 29


0/4

Additional Workflow Steps

Error Handling

Sub Process

Wait Step

User Interact

Module 41: Introducing Siebel Workflow 21 of 29


1/4

Error Handling
 Exception
 Use it to handle system and
user-defined errors
 Define exception conditions
just as you would define other
branch conditions
 Example: If email error,
update error report
 Use Stop to raise an exception
 Notifies user of error and
stops workflow process
instance

Module 41: Introducing Siebel Workflow 22 of 29


2/4

Sub Process
 Use it to invoke another process within an existing
workflow process
 Reuse previously defined workflow processes

Invokes another
workflow process

Module 41: Introducing Siebel Workflow 23 of 29


3/4

Wait Step
 Use it to define a period of time before executing a
subsequent process
 Example: If SR not assigned within one day, send
email to manager

Module 41: Introducing Siebel Workflow 24 of 29


4/4

User Interact
 Navigates user to a view and waits for a
response
 Example: Navigates user to Standard Payment
view to enter credit card number before
purchasing items in shopping cart

Module 41: Introducing Siebel Workflow 25 of 29


Using Editing Features
 Copy, paste, delete
 Limited to within the
design canvas
 Cannot copy across
processes
 Copy drawing
 Print
 Edit graphical properties
 Color, size, lines
 Zoom
 Align objects

Module 41: Introducing Siebel Workflow 26 of 29


Using Shape Properties
 Define shape colors, lines, fill properties, fonts, and sizes

Resize shapes
as needed

Module 41: Introducing Siebel Workflow 27 of 29


Summary

This module showed you how to:


 Describe the different steps of a Workflow process
 Create a Workflow process in Siebel Tools

Module 41: Introducing Siebel Workflow 28 of 29


Lab
 In the lab you will:
 Create a simple workflow process in Siebel Tools

Module 41: Introducing Siebel Workflow 29 of 29

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy