











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?
- (paul.fenton@vertex.co.uk)
- (jloge@ebsco.com)
- Andrey Nazarov (andrey.nazarov)
- chen lin (chen.lin)
- chris robson (chris.robson)
- Deepa Tekumalla (deepa.tekumalla)
- Good Fried (good.fried)
- Guerman Smirnov (guerman.smirnov)
- Leo Lee (LeoLee)
- Manesh Nagar (manesh)
- manindra mallick (manindra.mallick)
- Milos Vacek (milos.vacek)
- Oleg Pozdnyakov (o.pozdnyakov)
- Sirswendu Ganapati (sirswendu.ganapati)
- Talita Pezzi (talita.pezzi)
- Tamara Dobrynina (tamara.dobrynina)
- Teo Bon (teo.bon)
- Wael Soliman (wael.soliman)
MAIN
Samples-5.1
Usage Of Workflow Table
Samples-5.1
Usage Of Workflow Table Usage Of Workflow Table
on Feb 15 2008
Last Updated ( May 12 2008 )
< Prev
Next >
workflowtable 12/05/2008,03:28 31.90 Kb
Description:
This use case illustrates the use of a work flow table in which it gets dynamic values into input text fields from invoked database.
Use Case Dependencies:
- start.xform
- Start.xform.xsd
- result.xform
- result.xform.xsd
- mysqldb.wsdl
- mysqldb.xsd
Requirements:
- Intalio|BPMS Server-5.1.1
- Intalio|BPMS Designer-5.1.1
- test.xsl
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 “usageofworkflowtable.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 the downloaded archive file.
- Click on Finish.
- Update project builders by right click on project; go to BPMS Designer Tools > Update BPMS Builders.
Configuration:
MySQL Database:
- All you need to have a table with four fields (empid,empname,designation,projectname) in MySQL-5.
- mysql> create table employee (empid int ,empname varchar(20),designation varchar(20),projectname varchar(20));
- mysql> insert into employee values (xxx"xxxx","xxxx","xxxx");. (please enter at least 1 rows)
- Close and restart the server if it’s already started so that all the configurations done can be uploaded.
Designer:
- To configure jdbc connection
- Refer to reference guide > Intalio|BPMS Connector for JDBC
- Create a Database Connection with the name as “mysqldb”.
Server:
-
1.Go to [intalio-bpms-server]\var\config\jdbc-connector and create a folder with name as “mysqldb”
Note: The folder names should always be similar to the name given for Database Connections in designer - create a “connection.properties” file and paste it inot “mysqldb” folder.
Note: connection.properties file can be obtained form link give above. - Paste mysql-connector-5.0.4. jar file under [intalio-bpms-server]\repository\com\intalio\bpms\pxe\5.1.2\pxe-5.1.2.war\WEB-INF\lib
Note: You can obtain the jar file from [intalio-bpms-server]\repository\mysql\mysql-connector\5.0.4
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/ui-fw which takes to login screen for workflow UI.
- Login with the following credentials:
username: 'examples\ewilliams' (without quotes).
password: 'password' (without quotes). - Under Processes tab you should see “work flow table” link, click it to view form.
- The form generated displays:
Label “Start Process”. - Click on Start process button to proceed.
- This will take you to the Tasks tab.
- Click on “Refresh” and click on “work flow table” link available under Tasks Tab.
- The form will display result in table format.
- Click on 'Complete' button to complete the process.
