











Signup for Training
- Atlanta, GA Dec 3-5
- Melbourne, AU, Dec 9-11
- New York Dec 10-12
- Brussels, BE, Dec 16-18
- Washington, DC, Dec 17-19
More trainings...
Intalio|BPMS Webinars
- Nov 20, 2008 1 PM EST
- Nov 21, 2008 1PM EST
- Nov 26, 2008 10 AM GMT
- Dec 5, 2008 10 AM PST
- Dec 9, 2008 1 PM EST
- Dec 11, 2008 1 PM EST
- Dec 19, 2008 10 AM PST
- Dec 30, 2008 10 AM PST
- Jan 13, 2009 10 AM PST
- Jan 15, 2009 1 PM EST
- Feb 3, 2009 10 AM PST
- Feb 12, 2009 1 PM EST
- Feb 17, 2009 10 AM PST
- Mar 10, 2009 10 AM PST
- Mar 12, 2009 1 PM EST
- Mar 24, 2009 10 AM PST
Login
Who's online?
- (jloge@ebsco.com)
- (paul.fenton@vertex.co.uk)
- Andrey Nazarov (andrey.nazarov)
- chris robson (chris.robson)
- Deepa Tekumalla (deepa.tekumalla)
- Guerman Smirnov (guerman.smirnov)
- Ilo Rivero (ilo.rivero)
- Manesh Nagar (manesh)
- manindra mallick (manindra.mallick)
- Milos Vacek (milos.vacek)
- Oleg Pozdnyakov (o.pozdnyakov)
- Ravinderjit Singh (ravinderjit.singh)
- Sirswendu Ganapati (sirswendu.ganapati)
- Talita Pezzi (talita.pezzi)
- Tamara Dobrynina (tamara.dobrynina)
- Teo Bon (teo.bon)
- Wael Soliman (wael.soliman)
MAIN
Samples-5.1
Xpath Functions
Samples-5.1
Xpath Functions Xpath Functions
on Jul 12 2007
Description:
Use case dependencies:
Last Updated ( Feb 06 2008 )
< Prev
Next >
xpathfunction 04/02/2008,05:51 13.87 Kb
Description:
The sample implements a scenario in which user can do Multiple functions using numeric values. Addition, subtraction, multiply & division these functions we can do using this sample process.
Use case dependencies:
test.xsd: Schema used is of "complex"type.
Requirements:
- Intalio|BPMS Server-5.1.1
- Intalio|BPMS Designer-5.1.1
Preconditions:
- Make sure Intalio|BPMS Server is up and running fine.
- Make sure the Process Explorer pane does not contain any Intalio|BPMS Business Process Project with same name.
Process Download & Import
-
Download 'XpathFunction.zip'.
-
Go to File > Import...
-
In Import wizard,select “Existing Projects into Workspace”,click on Next >
-
Select the “Select archive file” radio button.
-
Browse to select downloaded archive file,
-
Click on Finish.
-
Update project builders by right click on project; go to BPMS Designer Tools > Update BPMS Builders.
Process Deployment & Execution:
- Click on Deploy Project to Intalio|BPMS Server button in tool bar.
- Make sure you select all runtime files while exporting to Intalio|BPMS Server.
- Click on Finish button.
- Open a web browser, provide URL as: http://localhost:8080/bpms-console, which takes to login screen for bpms-console.
- Login with the following credentials:
username: 'admin' (without quotes).
password: 'changeit' (without quotes). - Bpms-console will be available with deployed processes list.
- You should see "TestProcess:Server" process with a package name "XpathFunctions", select it and click to Start.
- This should generate a form with input fields to map input data.
- Type "6"in the "one"field and "4"in the "two"field and type "1"in the choice field
- This will replace the page with an output like:
EventStartMessageResponse: 10.0. - Similarly we can get the results depends on our choice.
