Using a Siebel Operation Step to Update a Process Property
You can define a test Workflow Process that uses a Siebel operation to update a process property. For example, you can use the sum of two business component integer fields that provide input to a decision that resides downstream in the Workflow Process. Siebel CRM uses the sum of the two required fields to update a process property in the Siebel operation step. You can then use this property on a subsequent branch connector. The example in this topic references the Action business object.
To use a Siebel operation step to update a process property
-
Define a new Workflow Process with the values shown in the following table.
Property
Value
Process Name
Updating a Process Property
Business Object
Action
Workflow Mode
Service Flow
For more information, see Creating the Workflow Process.
-
Add the following steps and connectors until your Workflow Process resembles the flow illustrated in the following figure:
-
A Start step
-
An Update Process Property Step
-
An End step
-
The following Connectors: A connector between step a and b and between step b and c.
For more information, see Adding Workflow Process Steps and Diagramming a Workflow Process.
-
-
Click the canvas, making sure no Workflow Process step or connector is chosen.
-
In the Multi Value Property Window (MVPW) pane, add a new process property with the values shown in the following table.
Field
Value
Name
Custom Process Property
Display Name
Custom Process Property
In/Out
In/Out
Business Object
Action
For more information, see Using Process Properties.
-
Click the Update Process Property step, and then click the Search Spec Input Arguments tab in the MVPW pane.
-
Add a new record with the values shown in the following table.
Field
Value
Expression Business Component
List of Values
Filter Business Component
Query
Search Specification
[Name] = 'Personal' AND [Type] = 'TODO_TYPE'
Type
Literal
-
Select the Update Process Property step in the Workflow Process Designer, and then click the Output Arguments tab in the MVPW pane.
-
Add a new record with the values shown in the following table.
Field
Value
Property Name
Custom Process Property
Type
Expression
Value
[Class Code]
Business Component Name
List Of Values
-
Validate and then simulate the Workflow Process.
For more information, see Process of Testing a Workflow Process.
-
Implement this configuration in your production Workflow Process.