Written by

Updating Multiple Records via Workflow

I am back with an interesting interview question that I have been asking in past few interviews that I have taken and surprisingly nobody has been able to answer it correctly. It is quite a simple question and answer is even simpler but people are just not aware of it. Question: Create a workflow that [...]

April 28, 2009 13
Written by

Different methods of invoking workflow ?

Question: What is difference between invoking a workflow through: Run Process on the Server “(Administration – Server Management > Jobs)” Run process using business service “Workflow Process Manager (Server Request)”  Run process in application object manager using business service “Workflow Process Manager” Answer:

March 12, 2009 5
Written by

What is the difference between End Step and Stop Step in Workflow?

Purpose: Stop steps are used to raise an error to User and terminate workflow process. End Step is used to mark the end of workflow.

February 10, 2009 2
Written by

How is exception handling done in Workflows?

We have to use connector of Type “Error Exception” to handle exceptions in workflow. Exception Connectors are shown in red color in Workflow Process Designer Palate (You can change the color though). So, be sure to check the “Type Field” of the connecter.  It should be “Error Excpetion”

February 10, 2009 1