This folder contains Agila's sample processes used for demonstration and example purpose. Example 1 is a classic loan approval process illustrating standard process activities like receive, invoke, switch and worklist manager interaction. Agila's engine must be configured with the default message broker to run this example as there are no real web services . Example 2 illustrates public web services invocation using Google's (almost) public web service. For this example to produce anything interesting, Agila's engine must be configured using the web services message broker (Note: the WSDL description won't validate, Google uses array types that are undefined in the WSDL description). Example 3 illustrates public web services invocation using XMethod's stock quotes public web service . For this example to produce anything interesting, Agila's engine must be configured using the web services message broker. Example 4 shows how to start a process with two different branches concurrently using a flow. The first of the two messages will start the process and create a work item. Thesecond message will trigger the execution of the second branch in the same process instance and create the work item. The whole instance will not finish until the two work items have been completed. Agila's engine must be configured with the default message broker to run this example as there are no real web services .