Search here for wide range of results..
Loading
Home » Archive

Articles tagged with: Workflow

Quiz, Workflows »

[6 Oct 2009 | 6 Comments | ]

This quiz talks about workflow topics and provides a bit of explanation to the answers. Please post your valuable feedback and suggestion over this initiative in below comments section.

Workflow
Workflow Policy
Workflow Monitor Agent
Triggers
Business Services

So, what’s you are waiting for, get started to refresh your Workflow knowledge base.

1. After workflow monitor agent successfully processes the record, then it moves the record in which table?S_ESCL_STATES_ESCL_LOGS_ESCL_REQNone2. If I do a Insert operation at the Siebel Operation step in a Workflow process, the newly created record’s row_id will be stored in ?Object IdSiebel Operation Object …

Workflows »

[10 Jul 2009 | 4 Comments | ]

This is for Workflow Policy which has a duration specified -
1. When the workflow policy conditions are violated, a new row gets inserted into S_ESCL_REQ table.
2. Now, if DURATION is specified in Workflow Policy, the Workflow Monitor Agent inserts a new record into the S_ESCL_STATE table and removes the row from S_ESCL_REQ table.
3. Depending on the Sleep Time parameter, Workflow Monitor Agent wakes up and verifies the S_ESCL_STATE table to check whether the row had reached its expiration time in the END_TM column.
4. When the record completes its duration, Workflow …

Workflows »

[10 Jul 2009 | One Comment | ]

Below is a detailed answer to certain questions like –
– What happens when your workflow policy fires,
– how a record get inserted into S_ESCL_REQ ,
– how monitor agent processes the record ??????

Workflow Policy not having a duration specified -
1. When the workflow policy columns are violated, a new row gets inserted into S_ESCL_REQ table by database Triggers.
2. Workflow monitor agent verifies the record in S_ESCL_REQ table and compares if the violated record and matches the Policy Condition.
3. If the conditions are not met, then …

EAI »

[28 May 2009 | 4 Comments | ]

The first question arises , why we need XSLT transformation, so here are some reasons -
- Suppose sometime we have the data in XML file but we want to present it in different ways depending on its contents.
- Or we need to read data of a email template from a file and email needs to be with colors, tables and more HTML look.
- Or when our email data is coming from different BCs or calculations in a Business Service, or Property Sets, and we are not able to use Siebel …

EAI, Integration Objects, Workflows »

[28 May 2009 | No Comment | ]

EAI Queuing is one of the Siebel integration tool to capture the SiebelMessage in a Integration Workflow in case the Workflow Errors out.
For more details, follow below link as I have already posted redarding this there -
http://www.siebelintegration.com/SiebelInterviewForum/index.php?topic=8.msg8#new
Post your comments in case you find any difficulty in getting it.